Commit Graph

4812 Commits

Author SHA1 Message Date
Tarun Jain 6fc2261a39 Merge remote-tracking branch 'upstream/master' 2020-09-24 02:45:49 +05:30
Dhawal Kapil 952e7d3a0d Merge pull request #10080 from dupirefr/team/JAVA-2590-jdbctest_annotation
[JAVA-2590] Added example of @JdbcTest usage
2020-09-24 00:31:23 +05:30
Dhawal Kapil c73177e090 Merge pull request #10073 from dupirefr/team/JAVA-2587-freemarker_spring_boot
[JAVA-2587] Added spring-boot dependency for freemarker
2020-09-24 00:21:06 +05:30
François Dupire 68287516fe [JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions (#10018)
* [JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions

* Upgraded JUnit version for persistence-module and the modules that directly depends on it

* Upgraded Maven Surefire Plugin version for these as well

* Either made modules inheriting from persistence-modules instead of parent-modules or added relative paths when already inheriting persistence-modules

* Upgraded versions in other modules

* [JAVA-1669] Removed explicit relativePath in pom.xml when default value used

* [JAVA-1669] Minor fix
2020-09-23 23:40:21 +05:30
Sampada 49590633a8 JAVA-2421: Merge spring-ehcache module into spring-caching module (#10072)
* JAVA-2421: Moved 1 article from spring-ehcache to spring-caching

* JAVA-2421: Removed module spring-ehcache

* JAVA-2421: Removed module spring-ehcache from main pom
2020-09-23 23:34:51 +05:30
fdpro a2751ea0d5 [JAVA-2590] Added example of @JdbcTest usage 2020-09-23 19:31:59 +02:00
Cristian Stancalau 20a3070093 BAEL-4156 Does a method's signature in Java include its return type? (#10049)
* BAEL-4156 Does a method's signature in Java include its return type?

* BAEL-4156 Add varargs

* Update OverloadingErrors.java

Co-authored-by: Cristian Stancalau <cstancalau@consultant.ffn.com>
2020-09-23 09:23:50 -07:00
Loredana Crusoveanu e3d721b72c Merge pull request #10071 from kwoyke/JAVA-2976
JAVA-2976: Get rid of the overriden spring-boot.version property
2020-09-23 08:25:54 +03:00
fdpro 5590f23896 [JAVA-2587] Added spring-boot dependency for freemarker 2020-09-22 21:49:49 +02:00
Krzysztof Woyke 9be17d36d2 JAVA-2976: Get rid of the overriden spring-boot.version property 2020-09-22 14:57:32 +02:00
Loredana Crusoveanu a06c39ae4b Merge pull request #10066 from kwoyke/JAVA-2977
JAVA-2977: Get rid of the unused spring*boot* properties
2020-09-22 09:47:02 +03:00
Loredana Crusoveanu 7913ba10cb Merge pull request #10065 from kwoyke/JAVA-2901
JAVA-2901: Fix failing int tests in spring-mvc-basics-4
2020-09-22 09:45:45 +03:00
bfontana 4caee42f39 Merge pull request #10064 from rezaep/master
BAEL-4488 Fix indents
2020-09-21 21:09:50 -03:00
bfontana 7eb338f990 Merge pull request #10055 from akeshri/master
PR review changes
2020-09-21 20:28:39 -03:00
davidmartinezbarua 18fc989d8a Merge pull request #10068 from ksilz/master
New PR for BAEL-3326: "Reducing JSON Data Size"
2020-09-21 17:47:42 -03:00
Karsten Silz 6947342212 Undoing another change. 2020-09-21 20:44:47 +01:00
Karsten Silz 9032835807 Moved code to "json-2" module. 2020-09-21 20:40:16 +01:00
Karsten Silz 65833e0a6b Moved code from "json" module. 2020-09-21 20:38:46 +01:00
Karsten Silz 025791611c Added feedback from pull request. 2020-09-21 20:31:14 +01:00
Krzysiek d51a8319c6 JAVA-2977: Get rid of the unused spring*boot* properties 2020-09-21 21:15:03 +02:00
Karsten Silz 5e2147e6f4 Merge branch 'master' of github.com:eugenp/tutorials into master 2020-09-21 20:14:46 +01:00
Krzysiek dda9d0fb67 JAVA-2901: Fix failing int tests in spring-mvc-basics-4 2020-09-21 20:53:16 +02:00
Reza Ebrahimpour fd9e75c6e2 BAEL-4488 Fix indents 2020-09-21 21:48:26 +03:30
davidmartinezbarua 10e7aaed73 Merge pull request #9990 from ricardomoreirab/master
BAEL-2503
2020-09-20 18:46:10 -03:00
akeshri c4d98a6596 changes 2020-09-20 15:25:29 +05:30
Ricardo Caldas cb8bae53a2 Add a new section in Lombok builder article - Minor Fixes 2020-09-19 19:58:33 -03:00
Tarun Jain fcb493e6ba Merge remote-tracking branch 'upstream/master' 2020-09-20 01:21:17 +05:30
Tarun Jain 3626b5c858 BAEL-4404 | Added test class to verify the beahvior 2020-09-20 01:20:58 +05:30
bfontana 26c7ec551d Merge pull request #10032 from rezaep/master
BAEL-4488 List available cipher algorithms
2020-09-19 16:32:21 -03:00
Dhawal Kapil ac4b85634f Merge pull request #9998 from Maiklins/JAVA-2394-Create-default-and-integration-profile-for-JDK-9-and-above-modules
Java-2394 Create default and integration profile for JDK-9 and above modules
2020-09-20 00:03:11 +05:30
Umang Budhwar f134833952 Refactored code to use generic methods and use streams. (#10052) 2020-09-19 09:19:13 -07:00
Karsten Silz c75c665255 Merge branch 'master' of github.com:eugenp/tutorials into master 2020-09-19 16:50:23 +01:00
KevinGilmore 1cd9875381 BAEL-3569: Update README (#10053)
* BAEL-3336 BAEL-3058 add links

* BAEL-3319: add link

* BAEL-3284: add link

* BAEL-3198: add link to article

* BAEL-3479: add link to article

* BAEL-3485: add article link

* SCALA-38: move to new package and add link back to article

* SCALA-38: add imports back into unit test

* BAEL-3908: add link back to article

* BAEL-2893 BAEL-3927 add link back to article

* BAEL-3569: update README
2020-09-19 10:40:37 -05:00
Azhwani 8971f2dca2 BAEL-4327: JSON Parameters with Spring MVC (#10036)
* first commit

* update commit

Co-authored-by: azhwani <>
2020-09-19 08:52:49 -05:00
mikr bca4b6bca5 Java-82 Update pom with reference to JAVA-2824 for failing tests 2020-09-19 13:20:07 +02:00
Loredana Crusoveanu cb416d5047 Merge pull request #10050 from kwoyke/JAVA-2975
JAVA-2975: Clean up the pom.xml in spring-boot-exceptions
2020-09-19 08:47:25 +03:00
Krzysiek 7c482a8e6f JAVA-2975: Clean up the pom.xml in spring-boot-exceptions 2020-09-18 22:40:10 +02:00
Loredana Crusoveanu 1eab5ab6aa Merge pull request #10040 from johnA1331/master
BAEL-27980 - add links to github-baeldung articles
2020-09-18 15:31:03 +03:00
Jonathan Cook 4ea37a05a0 Merge pull request #9940 from usman-mohyuddin/dev-removePrefix
Remove prefix from string using groovy (BAEL-4104)
2020-09-18 11:30:22 +02:00
Loredana 4a7cde7d32 Merge branch 'master' of https://github.com/eugenp/tutorials 2020-09-18 12:04:36 +03:00
Jonathan Cook f6adcd0cb3 BAEL-4437 - System Rules (#10047)
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-09-17 14:22:49 -07:00
kwoyke 4c39bcd6be BAEL-4610: Add {noop} example security config (#10046) 2020-09-17 19:57:53 +02:00
Dhawal Kapil b63467db3f Merge pull request #10044 from adrian-maghear/BAEL-4471#fix-flaky-integration-test
[BAEL-4471] reduce number of parallel quarkus tests
2020-09-17 23:18:13 +05:30
Dhawal Kapil 1c732be61a Merge pull request #10042 from kwoyke/JAVA-2904-md
JAVA-2904: Fix README.MD files extension
2020-09-17 23:15:16 +05:30
Rutuja Joshi 6cbf1e87c5 BAEL-4201 - Initial Commit (#9957)
* BAEL-4201 - Initial commit

* BAEL-4201 - Initial Commit

* Update UserAccountController.java

removed the additional brackets

* Update UserAccountValidationTest.java

Updated the tests

* Bael - 4201 - recommit for github issue fix

For 'This commit does not belong to any branch on this repository' - delete and recommitting controller

* Bael - 4201 - recommit for github issue fix

For 'This commit does not belong to any branch on this repository' - delete and recommitting test

* Bael - 4201 - add for github issue fix

For 'This commit does not belong to any branch on this repository' - adding controller again

* Bael - 4201 - add for github issue fix

For 'This commit does not belong to any branch on this repository' - adding test again

* BAEL-4201: Initial Commit

* Update UserAccountUnitTest.java

* BAEL-4201: updated to fix the commit issue

* BAEL-4201 - temporary deleting 

Deleting to fix branch issue

* BAEL-4201 - commiting test again

* BAEL-4201 

Fixing build issues

* BAEL-4201 

Github commit issue

* BAEL-4201

Github commit issue - webapp folder

* BAEL-4201 - commiting test after view upload

* Bael- 4201 ThymeLeaf related issues

* Bael- 4201 ThymeLeaf related issues

* Bael- 4201 ThymeLeaf related issues

* Bael- 4201 ThymeLeaf related issues - added html

* Bael- 4201 ThymeLeaf issue ; updated suffix- html

* Bael - 4201 white label issue

* Bael - 4201 white label issue

* BAEL-4201 : moving html to templates

* BAEL-4201 - moving to templates

* BAEL-4201 - moving to templates

* BAEL-4201 - review related updates

* BAEL-4201 - review related updates

* BAEL-4201 - review related updates

* BAEL-4201 - review related updates

* BAEL-4201 - review related updates

* BAEL-4201 - review related updates

* BAEL-4201 - review related updates

* BAEL-4201 - added the spring-boot-starter-validation dependency
2020-09-17 09:32:51 -07:00
Eric Martin b919d0554e Merge pull request #10005 from sk1418/master
[BAEL-4583] Improvement- Java Period
2020-09-17 10:43:43 -05:00
Karsten Silz bd9ff48eb3 Merge branch 'master' of github.com:eugenp/tutorials into master 2020-09-17 10:14:09 +01:00
Adrian Maghear 0d3dafd25c [BAEL-4471] reduce number of parallel tests 2020-09-17 08:37:41 +02:00
Reza Ebrahimpour 15ba49d0f4 BAEL-4488 Convert class with main to UnitTest class 2020-09-17 10:25:37 +04:30
nguyennamthai 60b28c767b BAEL-3569: Jersey RESTful Web Services with Spring Security OAuth2 (#9949)
* BAEL-3569 Jersey REST service with Spring Security OAuth

* BAEL-3569 Fix indentation spaces
2020-09-16 21:24:28 -05:00