Commit Graph

5498 Commits

Author SHA1 Message Date
Eric Martin 8613b0b023 Merge pull request #10263 from MajewskiKrzysztof/task/BAEL-4225
BAEL-4225 : Thymeleaf Variables
2020-11-28 21:33:05 -06:00
Adrian Maghear b6ff723533 add newlines at end of files 2020-11-28 23:44:06 +01:00
Adrian Maghear e67b1f95a8 solve port conflict during integration tests 2020-11-28 23:38:06 +01:00
Adrian Maghear 86137d30db Merge remote-tracking branch 'baeldung/master' into BAEL-4015 2020-11-28 23:01:02 +01:00
Krzysztof Majewski 9ef57e3027 BAEL-3630 Improve article "Spring Security Context Propagation with @Async" (#10284)
* BAEL-3630 Improve article "Spring Security Context Propagation with @Async"

* BAEL-3630 Improve article "Spring Security Context Propagation with @Async"

Co-authored-by: Krzysztof Majewski <krzysztof.majewski.km1@contractors.roche.com>
2020-11-28 12:56:57 -08:00
Gerardo Roza 23c81c0595 added test for adding configuration properties scenarios 2020-11-28 12:56:55 -03:00
Loredana Crusoveanu 8e2a7d8701 Merge pull request #10287 from eugenp/JAVA-3700
JAVA-3700 remove core-scala repo
2020-11-28 16:12:24 +02:00
Dhawal Kapil 5e33097f96 Merge pull request #10288 from eugenp/task/JAVA-2416_3
Update README.md
2020-11-28 18:59:38 +05:30
Adrian Maghear f3d390b684 initial commit 2020-11-28 14:14:37 +01:00
Dhawal Kapil 2ba52a7def Update README.md
Fixed ReadMe link
2020-11-28 17:51:32 +05:30
Dhawal Kapil 4ef0fab13a Merge pull request #10286 from dkapil/task/JAVA-2416_2
JAVA-2416 Move/rename module spring-dispatcher-servlet
2020-11-28 17:50:17 +05:30
Loredana Crusoveanu 782afc6b06 JAVA-3700 remove core-scala repo 2020-11-28 14:16:11 +02:00
Loredana Crusoveanu ce7b195b62 Merge pull request #10195 from amitiw4u/BAEL-4399-NoSuchFieldError
BAEL-4399:Changes for showing NoSuchFieldError
2020-11-28 13:01:08 +02:00
doodoroma 74febfc386 Merge pull request #10152 from dstr89/feature/BAEL-4504-find-free-port-2
Feature/bael 4504 find free port 2
2020-11-28 10:00:27 +01:00
Dhawal Kapil 9116e0cd09 JAVA-2416 Move/rename module spring-dispatcher-servlet
- Moved all the contents from spring-dispatcher-servlet to spring-mvc-basics
2020-11-28 11:51:46 +05:30
Gerardo Roza eb4b03eb73 Added simple test for multidocument properties file 2020-11-27 12:00:53 -03:00
Loredana Crusoveanu c54f2d6102 Merge pull request #10259 from vatsalgosar/BAEL-4301
BAEL 4301
2020-11-27 12:57:29 +02:00
kwoyke 83535bf123 BAEL-3689: Add missing code examples (#10282) 2020-11-27 11:22:00 +01:00
Eric Martin 10ba4efce6 Merge pull request #10278 from ashleyfrieze/BAEL-4742-Guide-to-System-Stubs
BAEL-4742 guide to system stubs
2020-11-26 20:24:23 -06:00
Sampada b67a3eab35 BAEL-4691: Introduction to Servlets and Servlet Containers (#10281) 2020-11-26 10:14:24 -08:00
Gerardo Roza 73bfea2207 updated Spring Boot version to 2.4.0 2020-11-26 10:51:58 -03:00
Gerardo Roza aa44953fe9 removed all XML-related code 2020-11-26 09:44:48 -03:00
Gerardo Roza 0185b2d0fb removed all PropertyPlaceholderConfigure references 2020-11-26 09:44:47 -03:00
Loredana Crusoveanu 29cca467c4 Merge pull request #10280 from eugenp/JAVA-1580
remove remaining kotlin code
2020-11-25 13:57:00 +02:00
Loredana Crusoveanu 9624056752 remove remaining kotlin code 2020-11-25 11:52:43 +02:00
Loredana Crusoveanu e677f682f1 Merge pull request #10273 from eugenp/JAVA-1580
remove kotlin code from repo
2020-11-25 11:30:54 +02:00
Loredana Crusoveanu f2e0858db3 Merge pull request #10279 from johnA1331/master
BAEL-30149 - add links to github-baeldung articles
2020-11-25 11:04:52 +02:00
johnA1331 ed078e7422 Update README.md 2020-11-25 14:44:18 +08:00
johnA1331 f449b3cc37 Update README.md 2020-11-25 14:38:35 +08:00
johnA1331 47f7379996 Update README.md 2020-11-25 14:35:35 +08:00
Ashley Frieze 3c01b8f9f8 BAEL-4742 System Stubs example tests 2020-11-24 23:38:20 +00:00
Loredana Crusoveanu d3ee95024f fix unstable tests in libraries-http-2 2020-11-24 17:13:44 +02:00
Loredana Crusoveanu bd5891852c remove kotlin project from pom 2020-11-24 14:32:14 +02:00
Loredana Crusoveanu 282db45191 Merge pull request #10277 from johnA1331/master
BAEL-30371 - github-related test fix (results: 23.11.2020)
2020-11-24 13:11:35 +02:00
johnA1331 82af24010b Update README.md 2020-11-24 17:05:49 +08:00
johnA1331 319e3b752c Update README.md 2020-11-24 03:07:59 +08:00
johnA1331 57f16ccd0c Update README.md 2020-11-24 03:01:37 +08:00
johnA1331 1d90857c7d Update README.md 2020-11-24 02:43:41 +08:00
ashleyfrieze c61ed5f8b0 BAEL-4560 Add various patterns for adding iteration counter to loops/streams (#10266)
* Add various patterns for adding iteration counter to loops/streams

* Add various patterns for adding iteration counter to loops/streams
2020-11-23 18:13:16 +00:00
Amitabh Tiwari 2a1baae599 BAEL-4686:Allow Null test 2020-11-23 20:10:17 +05:30
Loredana Crusoveanu c4a3db7acc remove kotlin code from repo 2020-11-23 16:11:44 +02:00
Loredana Crusoveanu 02a3978fae Merge pull request #10268 from eugenp/BAEL-3641
BAEL-3641 fix for creating directories inside a zip and handling miss…
2020-11-23 15:17:36 +02:00
Loredana Crusoveanu 745ec2b2cf Merge pull request #10267 from eugenp/KTLN-173
simplify random string generation
2020-11-23 15:15:40 +02:00
Amitabh Tiwari bd6bc03c93 BAEL-4686: Corrected the test 2020-11-23 17:32:27 +05:30
Amitabh Tiwari 61f4eb62a7 BAEL-4686: Performance test 2020-11-23 14:54:44 +05:30
Amitabh Tiwari aaac4e6a95 Added changes to fix the details 2020-11-23 09:56:16 +05:30
kwoyke 48a5af66e9 BAEL-3720: Add missing code examples (#10264) 2020-11-22 19:28:07 +01:00
AbdallahSawan 6526ccbf35 Determine if an Integer's Square Root Is an Integer in Java Article by Abdallah Sawan 2020-11-22 13:22:45 +02:00
AbdallahSawan 6e54323282 Determine if an Integer's Square Root Is an Integer in Java Article by Abdallah Sawan 2020-11-22 13:20:43 +02:00
Eric Martin aa5df9a357 Merge pull request #10250 from ashleyfrieze/BAEL-4728-improvement-connection-handling
BAEL-4728 Change the connection handling to close the connections in …
2020-11-21 09:55:22 -06:00