Skip to content

Commit ba1ba84

Browse files
amit2103pivovarit
authored andcommitted
Bael 5249 (eugenp#4052)
* Added parent module on poms that have no parent defined * Removed dependency reduced pom from undertow module * Defined the integration profile in the parent * 21.02 - pom cleanup * 21.02 - pom cleanup * 21.02 - pom cleanup * 21.02 - pom cleanup * Spring-dependency injection * BAEL-1683-Guide to Java Clock class * BAEL-1683-Guide to Java Clock class * added article link * added article link * fixed link * refactoring packages and using generics * BAEL-717: Singleton Session Bean. (eugenp#4046) * BAEL-717: Singleton EJB Bean Files for BAEL-717:Singleton EJB Bean. * BAEL-717: Singleton EJB Bean Corrected Indentation. * BAEL-717: Singleton EJB Bean Corrected Indentation. * BAEL-717: Singleton EJB Bean Corrected Indentation. * BAEL-717: Singleton EJB Bean Corrected Indentation. * BAEL-717: Singleton EJB Bean Changed artifactId value. * BAEL-717: Singleton EJB Bean. Added module for Singleton EJB Bean. * BAEL-717: Singleton EJB Bean. Removed Singleton EJB Bean Module. * BAEL-717: Singleton EJB Bean Changed the JNDI Lookup name. * BAEL-717: Singleton EJB Bean. Added the "singleton-ejb-bean" module. * BAEL-717: Singleton EJB Bean. Corrected Indentation. * BAEL-717: Singleton EJB Bean Corrected Indentation. * BAEL-717: Singleton EJB Bean. Corrected Indentation. * BAEL-717: Singleton EJB Bean. Corrected Indentation. * BAEL-717:Singleton EJB Bean. Corrected Indentation. * BAEL-717:Singleton EJB Bean. Corrected Indentation. * BAEL-717: Singleton Session Bean. Added class for Bean-Managed concurrrency. Changed class name from CountryStateCacheBean to CountryStateContainerManagedBean. * BAEL-717: Singleton Session Bean. Changing the name of the class to CountryStateContainerManagedBean. * BAEL-717: Singleton Session Bean. Added method to test Bean-Managed concurrency. * Get Latest. * deleting CountryStateBeanManagedBean for new file. * deleting CountryStateCacheBean for new file. * deleting CountryStateContainerManagedBean for new file. * BAEL-717: Singleton Session Bean. Adding file for Bean with Bean-Managed concurrency. Changing file name for original file to CountryStateContainerManagedBean with Container-Managed concurrency. * Deleting file for new checkin. * BAEL-717: Singleton Session Bean. Added test case for Bean-Manged concurrency. Change in JNDI names. * BAEL-717: Singleton Session Bean. Changed the assert method parameter order and null check in test cases. * BAEL-717:Singleton Session Bean Removed volatile keyword for the variable countryStatesMap. Marking it as final. * [BAEL-1641] Find all pairs of numbers in an array that add up to a given sum (eugenp#3890) * [BAEL-1641] Find all pairs of numbers in an array that add up to a given sum * Commiting editor's suggested changes * Commiting article Spring Data Reactive Mongo DB microservice in Kotlin * Revert commit for BAEL 1687 - Moving those files to a new branch * Use AssertJ and BDD-style on unit testing * BAEL 1639: added singleton examples and test. (eugenp#3977) * BAEL-1701 (eugenp#4012) * BAEL-1701: Create SQSApplication, add most functionality (still need to format, and add queue monitoring) * BAEL-1701: Complete examples * added article links * removed folder "SpringDependencyInjection" e Please enter the commit message for your changes. Lines starting * BAEL-1706 - optional parameters in java (eugenp#4050) * BAEL-1706 - optional parameters in java * minor adjustments per review * add tests * fix formatting * fix constructor issue with MultiVitaminOverloading * BAEL-1706 Test name change, formatting * working with booleans in thymeleaf (eugenp#4061) * BAEL-1725 Java Pass-by-reference vs Pass-by-value - First commit (eugenp#4058) * BAEL-1725 Java Pass-by-reference vs Pass-by-value - First commit * updated test cases * Update README.md * Demonstration of Java assert * BAEL-1679 (eugenp#3959) * BAEL-1412 add java 8 spring data features * BAEL-21 new HTTP API overview * BAEL-21 fix executor * BAEL-1432 add custom gradle task * BAEL-1567 add samples of cookie and session in serlvet * BAEL-1567 use stream api * BAEL-1567 fix optional * BAEL-1679 add query annotation jpa spring data * BAEL-1679 added new junits * BAEL-1679 use assertJ, use givenWhenThen naming convention * 21.02 - pom cleanup * 21.02 - pom cleanup * 21.02 - pom cleanup * spring-data final * service locator pattern * service locator pattern * variable name changes * Spring MVC @PathVariable dot (.) get truncated * testing changes * Update README files (eugenp#4065) * BAEL-1612: Update README * BAEL-1562: Update README * BAEL-1562: Update README * BAEL-1369 * BAEL-1369 * BAEL-1369 * remove comments * Back-link corrected (eugenp#4071) * Back-link corrected (eugenp#4073) * Back-link added (eugenp#4074) * Back-link added (eugenp#4075) * Back-link added (eugenp#4076) * Back-link added (eugenp#4077) * Back-link added (eugenp#4078) * Back-link added (eugenp#4080) * Back-link added (eugenp#4081) * Back-link added (eugenp#4083) * Back-link corrected (eugenp#4086) * Back-link added (eugenp#4087) * Back-link added (eugenp#4091) * Back-link added (eugenp#4089) * added example code for Java mail (eugenp#4101) * Back-link added (eugenp#4099) * Back-link added (eugenp#4088) * Back-link added (eugenp#4082) * 21.02 - pom cleanup * 21.02 - pom cleanup * 21.02 - pom cleanup * 21.02 - pom cleanup
1 parent 594ebaf commit ba1ba84

File tree

286 files changed

+13597
-13861
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

286 files changed

+13597
-13861
lines changed

JGit/pom.xml

+35-34
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,42 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
</parent>
14+
</parent>
1515

16-
<properties>
17-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18-
<maven.compiler.source>1.8</maven.compiler.source>
19-
<maven.compiler.target>1.8</maven.compiler.target>
20-
</properties>
2116
<repositories>
22-
<repository>
23-
<id>jgit-repository</id>
24-
<url>https://repo.eclipse.org/content/groups/releases/</url>
25-
</repository>
26-
</repositories>
17+
<repository>
18+
<id>jgit-repository</id>
19+
<url>https://repo.eclipse.org/content/groups/releases/</url>
20+
</repository>
21+
</repositories>
2722

28-
<!-- Core Library -->
29-
<dependencies>
30-
<dependency>
31-
<groupId>org.eclipse.jgit</groupId>
32-
<artifactId>org.eclipse.jgit</artifactId>
33-
<version>4.5.0.201609210915-r</version>
34-
</dependency>
35-
<dependency>
36-
<groupId>org.eclipse.jgit</groupId>
37-
<artifactId>org.eclipse.jgit.archive</artifactId>
38-
<version>4.5.0.201609210915-r</version>
39-
</dependency>
40-
<dependency>
41-
<groupId>commons-io</groupId>
42-
<artifactId>commons-io</artifactId>
43-
<version>2.5</version>
44-
</dependency>
45-
<dependency>
46-
<groupId>org.slf4j</groupId>
47-
<artifactId>slf4j-simple</artifactId>
48-
<version>1.7.21</version>
49-
</dependency>
50-
</dependencies>
23+
<!-- Core Library -->
24+
<dependencies>
25+
<dependency>
26+
<groupId>org.eclipse.jgit</groupId>
27+
<artifactId>org.eclipse.jgit</artifactId>
28+
<version>${org.eclipse.jgit.version}</version>
29+
</dependency>
30+
<dependency>
31+
<groupId>org.eclipse.jgit</groupId>
32+
<artifactId>org.eclipse.jgit.archive</artifactId>
33+
<version>${org.eclipse.jgit.version}</version>
34+
</dependency>
35+
<dependency>
36+
<groupId>commons-io</groupId>
37+
<artifactId>commons-io</artifactId>
38+
<version>${commons-io.version}</version>
39+
</dependency>
40+
<dependency>
41+
<groupId>org.slf4j</groupId>
42+
<artifactId>slf4j-simple</artifactId>
43+
<version>${org.slf4j.version}</version>
44+
</dependency>
45+
</dependencies>
46+
47+
<properties>
48+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
49+
<org.eclipse.jgit.version>4.5.0.201609210915-r</org.eclipse.jgit.version>
50+
</properties>
51+
5152
</project>

activejdbc/pom.xml

+49-40
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,52 @@
77
<packaging>jar</packaging>
88
<name>activejdbc</name>
99
<url>http://maven.apache.org</url>
10-
<properties>
11-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12-
<activejdbc.version>1.4.13</activejdbc.version>
13-
<environments>development.test,development</environments>
14-
</properties>
10+
1511
<parent>
1612
<artifactId>parent-modules</artifactId>
1713
<groupId>com.baeldung</groupId>
1814
<version>1.0.0-SNAPSHOT</version>
1915
</parent>
16+
17+
<dependencies>
18+
<dependency>
19+
<groupId>junit</groupId>
20+
<artifactId>junit</artifactId>
21+
<version>${junit.version}</version>
22+
<scope>test</scope>
23+
</dependency>
24+
<dependency>
25+
<groupId>org.javalite</groupId>
26+
<artifactId>activejdbc</artifactId>
27+
<version>${activejdbc.version}</version>
28+
<exclusions>
29+
<exclusion>
30+
<groupId>opensymphony</groupId>
31+
<artifactId>oscache</artifactId>
32+
</exclusion>
33+
</exclusions>
34+
</dependency>
35+
<dependency>
36+
<groupId>mysql</groupId>
37+
<artifactId>mysql-connector-java</artifactId>
38+
<version>${mysql.connector.version}</version>
39+
</dependency>
40+
<dependency>
41+
<groupId>org.slf4j</groupId>
42+
<artifactId>slf4j-simple</artifactId>
43+
<version>${org.slf4j.version}</version>
44+
</dependency>
45+
</dependencies>
46+
2047
<build>
2148
<plugins>
2249
<plugin>
2350
<groupId>org.apache.maven.plugins</groupId>
2451
<artifactId>maven-compiler-plugin</artifactId>
25-
<version>3.6.0</version>
52+
<version>${maven-compiler-plugin.version}</version>
2653
<configuration>
27-
<source>1.8</source>
28-
<target>1.8</target>
54+
<source>${java.version}</source>
55+
<target>${java.version}</target>
2956
<encoding>UTF-8</encoding>
3057
</configuration>
3158
</plugin>
@@ -54,14 +81,14 @@
5481
<dependency>
5582
<groupId>mysql</groupId>
5683
<artifactId>mysql-connector-java</artifactId>
57-
<version>5.1.34</version>
84+
<version>${mysql.connector.version}</version>
5885
</dependency>
5986
</dependencies>
6087
</plugin>
6188
<plugin>
6289
<groupId>org.apache.maven.plugins</groupId>
6390
<artifactId>maven-surefire-plugin</artifactId>
64-
<version>2.18.1</version>
91+
<version>${maven-surefire-plugin.version}</version>
6592
<configuration>
6693
<reportFormat>brief</reportFormat>
6794
<trimStackTrace>true</trimStackTrace>
@@ -78,35 +105,7 @@
78105
</plugin>
79106
</plugins>
80107
</build>
81-
<dependencies>
82-
<dependency>
83-
<groupId>junit</groupId>
84-
<artifactId>junit</artifactId>
85-
<version>4.12</version>
86-
<scope>test</scope>
87-
</dependency>
88-
<dependency>
89-
<groupId>org.javalite</groupId>
90-
<artifactId>activejdbc</artifactId>
91-
<version>${activejdbc.version}</version>
92-
<exclusions>
93-
<exclusion>
94-
<groupId>opensymphony</groupId>
95-
<artifactId>oscache</artifactId>
96-
</exclusion>
97-
</exclusions>
98-
</dependency>
99-
<dependency>
100-
<groupId>mysql</groupId>
101-
<artifactId>mysql-connector-java</artifactId>
102-
<version>5.1.34</version>
103-
</dependency>
104-
<dependency>
105-
<groupId>org.slf4j</groupId>
106-
<artifactId>slf4j-simple</artifactId>
107-
<version>1.7.9</version>
108-
</dependency>
109-
</dependencies>
108+
110109
<repositories>
111110
<repository>
112111
<id>snapshots1</id>
@@ -119,6 +118,7 @@
119118
</snapshots>
120119
</repository>
121120
</repositories>
121+
122122
<pluginRepositories>
123123
<pluginRepository>
124124
<id>snapshots2</id>
@@ -131,4 +131,13 @@
131131
</snapshots>
132132
</pluginRepository>
133133
</pluginRepositories>
134-
</project>
134+
135+
<properties>
136+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
137+
<activejdbc.version>1.4.13</activejdbc.version>
138+
<environments>development.test,development</environments>
139+
<org.slf4j.version>1.7.9</org.slf4j.version>
140+
<mysql.connector.version>5.1.34</mysql.connector.version>
141+
</properties>
142+
143+
</project>

akka-streams/pom.xml

+27-26
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5-
<parent>
6-
<artifactId>parent-modules</artifactId>
7-
<groupId>com.baeldung</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
9-
</parent>
10-
<modelVersion>4.0.0</modelVersion>
11-
<artifactId>akka-streams</artifactId>
12-
<name>akka-streams</name>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<artifactId>akka-streams</artifactId>
6+
<name>akka-streams</name>
137

14-
<dependencies>
15-
<dependency>
16-
<groupId>com.typesafe.akka</groupId>
17-
<artifactId>akka-stream_2.11</artifactId>
18-
<version>${akkastreams.version}</version>
19-
</dependency>
20-
<dependency>
21-
<groupId>com.typesafe.akka</groupId>
22-
<artifactId>akka-stream-testkit_2.11</artifactId>
23-
<version>${akkastreams.version}</version>
24-
</dependency>
25-
</dependencies>
26-
<properties>
27-
<akkastreams.version>2.5.2</akkastreams.version>
28-
</properties>
8+
<parent>
9+
<artifactId>parent-modules</artifactId>
10+
<groupId>com.baeldung</groupId>
11+
<version>1.0.0-SNAPSHOT</version>
12+
</parent>
13+
14+
<dependencies>
15+
<dependency>
16+
<groupId>com.typesafe.akka</groupId>
17+
<artifactId>akka-stream_2.11</artifactId>
18+
<version>${akkastreams.version}</version>
19+
</dependency>
20+
<dependency>
21+
<groupId>com.typesafe.akka</groupId>
22+
<artifactId>akka-stream-testkit_2.11</artifactId>
23+
<version>${akkastreams.version}</version>
24+
</dependency>
25+
</dependencies>
26+
27+
<properties>
28+
<akkastreams.version>2.5.2</akkastreams.version>
29+
</properties>
2930

3031
</project>

0 commit comments

Comments
 (0)