Commit Graph

23107 Commits

Author SHA1 Message Date
Trixi Turny
f6ef8e6dc3 BAEL-5209 example with JUnit5, Hamcrest and AssertJ 2021-11-04 19:13:11 +00:00
doodoroma
c8369ad629 Merge pull request #11403 from maciejglowka/BAEL-5134
BAEL-5134: an example of constructor chaining, added unit tests
2021-11-04 17:27:07 +01:00
doodoroma
90ec13be53 Merge pull request #11408 from synaptrec/BAEL-4451_LDAP_Authentication_using_Pure_Java
For 3rd PR (POM fixed) - [BAEL-4451] LDAP Authentication using Pure Java
2021-11-04 17:18:52 +01:00
Loredana Crusoveanu
af10e5a4f6 Merge pull request #11412 from kwoyke/JAVA-8269
JAVA-8269: Temporarily disable spring-boot-keycloak
2021-11-04 17:03:50 +02:00
Krzysiek
f0c9cab501 JAVA-8269: Temporarily disable spring-boot-keycloak 2021-11-04 12:37:59 +01:00
Loredana Crusoveanu
2a21594310 Merge pull request #11410 from chaos2418/JAVA-8267
JAVA-8267: updating testing-modules's junit and surefire configurations
2021-11-04 13:37:46 +02:00
chaos2418
fcd8ed7c4f JAVA-8267: updating testing-modules's junit and surefire configurations 2021-11-04 16:56:08 +05:30
Loredana Crusoveanu
2e37fa0862 Merge pull request #11411 from johnA1331/master
BAEL-43297 - add links to github-baeldung articles
2021-11-04 13:01:34 +02:00
Loredana Crusoveanu
ef56690ebb Merge pull request #11409 from kwoyke/JAVA-8269
JAVA-8269: Do not use project.basedir in the xjc config
2021-11-04 11:33:10 +02:00
Krzysiek
a4fb5d6155 JAVA-8269: Do not use project.basedir in the xjc config 2021-11-04 10:20:28 +01:00
Loredana Crusoveanu
25fba04038 Merge pull request #11405 from chaos2418/JAVA-1668
JAVA-1668: updating parent-spring-5's junit and surefire configurations
2021-11-04 10:20:02 +02:00
Loredana Crusoveanu
3582f0cb8d Merge pull request #11406 from chaos2418/JAVA-1667
JAVA-1667: updating parent-spring-4's junit and surefire configurations
2021-11-04 10:19:03 +02:00
johnA1331
876c4f62c8 Update README.md 2021-11-04 13:00:54 +08:00
gjohnson
1ae5a533b4 For 3rd PR (POM fixed) - [BAEL-4451] LDAP Authentication using Pure Java 2021-11-03 23:05:01 +00:00
johnA1331
59ac280c13 Update README.md 2021-11-04 00:52:00 +08:00
johnA1331
bdb988be28 Update README.md 2021-11-04 00:50:18 +08:00
johnA1331
ecdc9b4cd5 Update README.md 2021-11-04 00:47:30 +08:00
johnA1331
04a389647e Update README.md 2021-11-04 00:45:13 +08:00
johnA1331
bdf7f0100b Update README.md 2021-11-04 00:43:30 +08:00
johnA1331
d3c25879ad Update README.md 2021-11-04 00:41:51 +08:00
johnA1331
51d45b2a5e Create README.md 2021-11-04 00:21:34 +08:00
chaos2418
9e5caa6029 JAVA-1667: updating parent-spring-4's junit and surefire configurations 2021-11-03 19:40:46 +05:30
chaos2418
6778d56818 JAVA-1668: updating parent-spring-5's junit and surefire configurations 2021-11-03 16:11:27 +05:30
Loredana Crusoveanu
e2f8c963db Merge pull request #11397 from chaos2418/JAVA-1665
JAVA-1665: updated parent-java's junit and surefire configurations
2021-11-03 11:54:45 +02:00
Loredana Crusoveanu
059c860f76 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
vunamtien
62b2feadf4 BAEL-5193-Deserialize Snake Case With Jackson (#11341)
* BAEL-5193-deserialize-snake-case

* refactor

* refactor

Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2021-11-03 09:22:59 +00:00
chaos2418
e29458d406 JAVA-1665: updated parent-java's junit and surefire configurations 2021-11-03 09:03:23 +05:30
Maciej Glowka
1b97410efd BAEL-5134: an example of constructor chaining, added unit tests 2021-11-02 23:15:16 +01:00
davidmartinezbarua
ca8beade45 Merge pull request #11369 from navuluri/bael-4965
BAEL-4965: Securing SOAP Services Using Keycloak
2021-11-02 18:34:57 -03:00
chaos2418
da4027424e JAVA-1664: upgrading parent-boot-2 junit and surefire configurations 2021-11-02 14:51:24 +05:30
davidmartinezbarua
f6820ce309 Merge pull request #11187 from mladensavic94/master
Connecting to a Specific Schema in JDBC
2021-10-31 10:20:46 -03:00
Teica
c5aa52efde BAEL-5195 split string by multiple delimiters (#11356)
* BAEL-5195 split string by multiple delimiters

* Delete baeldun

* added assertions of the content

Co-authored-by: Matea Pejčinović <matea.pejcinovic@intellexi.hr>
2021-10-30 09:37:54 -05:00
Dhawal Kapil
5f9befd0c4 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 2e9ed8df42.

* 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 2e9ed8df42.

* 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
kwoyke
3b80d7711a Merge pull request #11383 from anuragkumawat/master
JAVA-8130 : Update Spring Boot in the spring-mvc-basics-2
2021-10-28 12:45:29 +02:00
anuragkumawat
2b3402f15e JAVA-8130 : Update Spring Boot in the spring-mvc-basics-2 2021-10-28 15:42:05 +05:30
kwoyke
7afe5f4fdb Merge pull request #11381 from anuragkumawat/master
JAVA-8128 : Update How to Convert List to Map in Java article
2021-10-28 09:19:12 +02:00
Loredana Crusoveanu
837f763575 Merge pull request #11378 from johnA1331/master
BAEL-42938 - add links to github-baeldung articles
2021-10-28 09:21:16 +03:00
anuragkumawat
5d78788497 JAVA-8128 : Update How to Convert List to Map in Java article 2021-10-28 11:23:57 +05:30
Arash Ariani
dd8594f17d 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
f5734df43c JAVA-2592: Update article on AbstractRoutingDatasource (#11320)
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2021-10-28 00:28:57 +05:30
kwoyke
0afc8e7f25 BAEL-5114: Do not use deprecated PropertyNamingStrategy class (#11371) 2021-10-27 20:56:46 +02:00
Martin Tarjányi
613f0d35b0 Improve Spring WebClient tutorial (#10993) 2021-10-28 00:03:40 +05:30
johnA1331
7352730a7b Update README.md 2021-10-28 01:54:57 +08:00
johnA1331
1120495950 Create README.md 2021-10-28 01:52:51 +08:00
johnA1331
94715b9ee2 Update README.md 2021-10-28 01:50:12 +08:00
johnA1331
ed584dff6e Update README.md 2021-10-28 01:48:10 +08:00
anuragkumawat
df5b90619a JAVA-7660 : Upgrade slf4j dependency in the main pom.xml (#11372)
* JAVA-7660 : Upgrade slf4j dependency in the main pom.xml

* Upgrading logback version also to resolve compilation issues

* Revering the logback updated version and using slf4j stable newest version
2021-10-27 12:25:33 +05:30
HarisHashim
5943875fec BAEL-5202: Add excel multiline text (#11366)
* BAEL-5202: Add excel multiline text

* BAEL-5202: Reformat code and rename ExcelMultilineText for consistency with unit test

* Cleanup and formatting
2021-10-26 09:06:06 -07:00
kwoyke
57473b1c2d Merge pull request #11368 from anuragkumawat/master
JAVA-7665 : Updating jackson dependency in main pom.xml
2021-10-25 16:05:56 +02:00
Yashasvii
68d70b65fe BAEL-5163: HashMap - keySet vs entrySet vs values methods (#11301)
* Hexagonal Architecture in Java

* Refactor Hexagonal Architecture in Java

* Refactor Hexagonal Architecture in Java

* BAEL-5163: HashMap - keySet vs entrySet vs values methods

* BAEL-5163: HashMap - keySet vs entrySet vs values methods

* Revert "Hexagonal Architecture in Java"

This reverts commit 1add21c1

* BAEL-5163: HashMap - keySet vs entrySet vs values methods

* BAEL-5163: HashMap - keySet vs entrySet vs values methods"
2021-10-25 18:00:25 +05:30