Commit Graph

749 Commits

Author SHA1 Message Date
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
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
Shashank 837ca9f70e updating flyway-maven-plugin version to 8.0.0 2021-10-09 10:52:28 +05:30
makapszenna 1d786aba52 BAEL-4980 Cassandra frozen keyword (#11287)
Co-authored-by: Adrianna Zychewicz <adrianna.zychewicz@decerto.pl>
2021-10-08 22:20:37 -05:00
Loredana Crusoveanu e853b70bfc Merge pull request #11296 from johnA1331/master
BAEL-41828 - add links to github-baeldung articles
2021-10-07 09:04:16 +03:00
johnA1331 437831f0e4 Update README.md 2021-10-07 00:40:30 +08:00
Shashank eca691f2e2 updating the visibility modifier in spring.hibernate.AbstractHibernateDao (#11294)
Co-authored-by: Shashank <shashankgowri@gmail.com>
2021-10-06 21:49:26 +05:30
anuragkumawat a5101bd5ef Merge branch 'master' into master 2021-10-06 17:10:37 +05:30
anuragkumawat 69cc01ddd3 JAVA-6510 : Update spring-data-mongodb-reactive module 2021-10-06 12:45:50 +05:30
Mansoor Ali 5cb50132f7 BAEL-5118 (#11238)
* BAEL-5118 How to solve Hibernate “object references an unsaved transient instance” error

* BAEL-5118 How to solve Hibernate “object references an unsaved transient instance” error - refactoring
2021-10-04 21:00:20 -05:00
Shashank Gowri b8a9ea2974 fix: updating database username to be in sync with the article (#11270) 2021-10-01 22:36:07 +05:30
Mladen Savic b75fba6f7f Merge branch 'eugenp:master' into master 2021-10-01 12:34:37 +02:00
kwoyke 9e7361d403 Merge pull request #11263 from dkapil/task/JAVA-6454
JAVA-6454 Changes done as per Spring Boot 2.5 release
2021-09-29 09:08:54 +02:00
Loredana Crusoveanu 40b1bf01dd Merge branch 'master' into JAVA-6511-p2 2021-09-29 09:12:34 +03:00
Dhawal Kapil 0e9d949beb JAVA-6454 Changes done as per Spring Boot 2.5 release
- Added spring.jpa.defer-datasource-initialization so that data creation
can be enabled using data.sql files
2021-09-27 23:14:47 +05:30
kwoyke 5276659f6f Merge pull request #11259 from Rafael-Lopez/feature-JAVA-2801
JAVA-2801: Upgrade spring-data-cassandra-reactive to the latest Spring Boot version
2021-09-26 20:24:27 +02:00
Rafael Lopez 924fb8bbe2 JAVA-2801: Upgrade spring-data-cassandra-reactive to the latest Spring Boot version 2021-09-26 12:57:40 -04:00
Haroon Khan 00026a8d5b [JAVA-6005] Reduce logging (#11247) 2021-09-26 08:58:09 +05:30
kwoyke 7bdb749272 Merge pull request #11237 from Rafael-Lopez/feature-JAVA-7334
JAVA-7334: Update 'Oracle Connection Pooling With Spring' article
2021-09-21 09:51:24 +02:00
Rafael Lopez e03662dd54 JAVA-7334: Update 'Oracle Connection Pooling With Spring' article 2021-09-19 17:56:49 -04:00