918 Commits

Author SHA1 Message Date
kwoyke
592376bf09 Merge pull request #11477 from freelansam/JAVA-3592
JAVA-3592: Upgrade h2 dependency in the main pom.xml
2021-11-22 09:22:17 +01:00
sampadawagde
d9b23200d1 removed explicit h2.version as parent now is at the required 1.4.200 2021-11-21 17:58:26 +05:30
sampadawagde
e502fdcbf1 explicit h2 version for spring-data-eclipselink and
core-java-lang-oop-modifiers
2021-11-21 13:32:09 +05:30
sampadawagde
51a8facd75 JAVA-8398: Align module names, folder names and artifact id 2021-11-20 14:00:47 +05:30
sampadawagde
ef2f20f277 explicit h2 version for hibernate-mapping 2021-11-20 13:17:25 +05:30
chaos2418
686857c251 JAVA-8435: reducing logging for tutorials-integration job 2021-11-20 09:45:50 +05:30
Loredana Crusoveanu
ee70035562 Merge pull request #11470 from kwoyke/JAVA-8436
JAVA-8436: Manage AssertJ dependency in the main pom.xml
2021-11-19 16:56:22 +02:00
johnA1331
df33065708 Update README.md 2021-11-19 21:25:17 +08:00
chaos2418
58e6087b3d JAVA-8405: reducing logging for tutorials-build-job 2021-11-19 13:39:00 +05:30
Haroon Khan
e1331505c5 [JAVA-6455] Remove Lombok 2021-11-18 13:23:25 +00:00
Krzysiek
f22f99bf1f JAVA-8436: Remove AssertJ depenendency from the child modules - part 3 2021-11-18 12:48:35 +01:00
Haroon Khan
9e22d43bab [JAVA-6455] Update H2 code with latest Spring Boot changes 2021-11-16 20:45:56 +00:00
kwoyke
22012780e6 Merge pull request #11434 from freelansam/JAVA-8204
JAVA-8204: Fix formatting of POMs
2021-11-13 10:55:30 +01:00
Loredana Crusoveanu
bde20380d0 Merge pull request #11437 from anuragkumawat/master
JAVA-5967 : Update Introduction to Spring Data Solr
2021-11-09 17:58:41 +02:00
freelansam
77e3e6a419 Merge branch 'master' into JAVA-8204 2021-11-09 18:20:05 +05:30
sampadawagde
b984a4b618 JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
anuragkumawat
54352329d3 JAVA-5967 : Update Introduction to Spring Data Solr 2021-11-09 13:07:43 +05:30
chaos2418
a14ec68229 Merge branch 'master' of https://github.com/eugenp/tutorials into JAVA-1672 2021-11-08 21:44:23 +05:30
Rafael Lopez
c272dba665 JAVA-2592: Add DROP TABLE IF EXIST clause to avoid SQL exception 2021-11-07 13:04:54 -05:00
chaos2418
b0176d85cf JAVA-1672: removing surefire configurations from parents 2021-11-07 19:14:37 +05:30
chaos2418
e27eb5b8eb JAVA-1672: removing redundant junit declarations 2021-11-05 14:31:19 +05:30
johnA1331
79b2bb09ba Update README.md 2021-11-04 13:00:54 +08:00
johnA1331
86a01f519f Create README.md 2021-11-04 00:21:34 +08:00
Loredana Crusoveanu
987b69d137 Merge pull request #11390 from chaos2418/JAVA-1664
JAVA-1664: upgrading parent-boot-2 junit and surefire configurations
2021-11-03 11:47:32 +02:00
chaos2418
9bbd34d45f JAVA-1664: upgrading parent-boot-2 junit and surefire configurations 2021-11-02 14:51:24 +05:30
mikr
e3aebd9c10 Merge branch 'master' of https://github.com/Maiklins/tutorials into JAVA-7244-Review_log_statements_for_projects
 Conflicts:
	algorithms-searching/src/test/java/com/baeldung/algorithms/quadtree/QuadTreeSearchUnitTest.java
2021-10-31 20:54:51 +01:00
davidmartinezbarua
789b7267be Merge pull request #11187 from mladensavic94/master
Connecting to a Specific Schema in JDBC
2021-10-31 10:20:46 -03:00
Dhawal Kapil
1ab0a19d25 Java 3590 (#11367) (#11380)
* Java 3590 (#11367)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42eb96f7e0929167aabbc2ddd374a263.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

Co-authored-by: chaos2418 <>

* Java 3590 - fixing integration tests in restx and spring-5-webflux (#11382)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42eb96f7e0929167aabbc2ddd374a263.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

* fixing integration tests in restx and spring-5-webflux

Co-authored-by: chaos2418 <>

Co-authored-by: chaos2418 <92030908+chaos2418@users.noreply.github.com>
2021-10-29 09:37:04 +05:30
Loredana Crusoveanu
0cdfc26191 Merge pull request #11378 from johnA1331/master
BAEL-42938 - add links to github-baeldung articles
2021-10-28 09:21:16 +03:00
Arash Ariani
7ab19421e3 BAEL-5058 : apache-derby added to dir (#11339)
* BAEL-5058 : apache-derby added to dir

* BAEL-5058 : apache-derby fixed changes

* BAEL-5058 : apache-derby parent pom fixed
2021-10-28 09:55:34 +05:30
Rafael Lopez
b9fadd8f3d JAVA-2592: Update article on AbstractRoutingDatasource (#11320)
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2021-10-28 00:28:57 +05:30
johnA1331
6d2a137636 Create README.md 2021-10-28 01:52:51 +08:00
Daniel Strmecki
24864eb370 Feature/bael 5040 cassandra testcontainers (#11124)
* BAEL-5040: initial commit - spring data cassandra using boot-2

* BAEL-5040: update test example

* BAEL-5040: add brackets

* BAEL-5040: use singleton container

* BAEL-5040: switch from singleton to nested classes approach

* BAEL-5040: package private methods in junit5

* BAEL-5040: Move SpringBootTest annotation to parent class
2021-10-25 08:47:50 +01:00
Ashish Gupta
faf9c9e3ee Update application.yaml 2021-10-18 10:39:18 +05:30
Ashish Gupta
6ada7ea861 Update application.yaml 2021-10-18 10:33:43 +05:30
Ashish Gupta
88261b4340 Merge branch 'eugenp:master' into master 2021-10-18 10:30:15 +05:30
Loredana Crusoveanu
594feae939 Merge pull request #11337 from chaos2418/JIRA-7733
Spring Boot 2.5.x compatible updates in persistence-modules
2021-10-16 10:27:31 +03:00
kwoyke
c222d29f15 Merge pull request #11333 from Rafael-Lopez/feature-JAVA-2595
JAVA-2595: Update Cassandra articles
2021-10-15 15:30:32 +02:00
Ashish Gupta
1afa3bfcea BAEL-5126 2021-10-15 12:24:11 +05:30
Shashank
4bd4abe983 Spring Boot 2.5.x compatible updates in spring-data-jpa-annotations 2021-10-15 09:51:04 +05:30
Shashank
b5ed1148cc Spring Boot 2.5.x compatible updates in spring-boot-persistence-h2 2021-10-15 09:46:03 +05:30
Shashank
df95f2e2a8 Spring Boot 2.5.x compatible updates in spring-data-jpa-query-2 2021-10-15 09:24:10 +05:30
Shashank
40aa009be2 Spring Boot 2.5.x compatible updates in spring-data-jpa-query 2021-10-15 09:16:33 +05:30
Shashank
b63d7cc057 autogen key code cleanup 2021-10-15 08:58:53 +05:30
Rafael Lopez
47b27beae0 JAVA-2595: Update Cassandra articles 2021-10-14 17:16:56 -04:00
Shashank
8c5391ca75 Spring Boot 2.5.x compatible updates in spring-data-jpa-repo 2021-10-14 20:09:00 +05:30
Shashank
cd3868d863 Spring Boot 2.5.x compatible updates in spring-boot-persistence 2021-10-14 19:08:58 +05:30
Shashank
28a9519e8e updating the version of flyway-core and changing the callback implementation. 2021-10-11 21:32:52 +05:30
kwoyke
81cc62aac8 Merge pull request #11305 from chaos2418/JIRA-7743
updating flyway-maven-plugin versions to 8.0.0
2021-10-11 12:07:59 +02:00
KevinGilmore
b9f7ee7935 BAEL-4980 add link back to article (#11308) 2021-10-09 16:26:48 -05:00