Commit Graph

5692 Commits

Author SHA1 Message Date
davidmartinezbarua de36111f42 Merge pull request #10265 from maciejglowka/BAEL-4725
BAEL-4725: examples of double comparison in Java
2020-12-06 12:46:53 -03:00
Eric Martin 2acd01e551 Merge pull request #10285 from sk1418/delFileExt
[BAEL-4722] remove file extensions
2020-12-05 21:27:50 -06:00
Kai Yuan 32dba7dd06 remove file extensions 2020-12-05 18:18:13 +01:00
Daniel Strmecki c02a205220 BAEL-4717: add new module to parent pom 2020-12-05 09:52:32 +01:00
Emmanuel Yasa bc281bde2f [BAEL-4056] Guide to MultipleBagFetchException (#10304)
* Removes DummyEntity
* Uses Artist Entity instead of DummyEntity
2020-12-04 18:44:40 -08:00
majajoksovic 2700958ec0 BAEL-4445 (#10291)
* initial commit

* changed test method names to follow convention
2020-12-04 18:38:42 -08:00
Adina Rolea 65e9e80f0c BAEL-4687: formatted code with eclipse formatter 2020-12-04 20:01:12 +02:00
Adina Rolea c19b868d3b BAEL-4687: renamed project from jackson to data 2 2020-12-04 19:55:44 +02:00
Loredana Crusoveanu 1a443fba5b Merge pull request #10303 from eugenp/fix-jvm-string
fix string comparison
2020-12-03 14:27:02 +02:00
Loredana Crusoveanu e62e713393 fix string comparison 2020-12-03 14:18:15 +02:00
Loredana Crusoveanu 6fbc0ccd78 Merge pull request #10300 from johnA1331/master
BAEL-30150 - add links to github-baeldung articles
2020-12-03 12:57:23 +02:00
Loredana Crusoveanu 157acf9f78 Merge pull request #10302 from eugenp/fix-test
fix illegal monitor test
2020-12-03 12:54:48 +02:00
Loredana Crusoveanu f4390801ca fix illegal monitor test 2020-12-03 12:51:02 +02:00
Sallo Szrajbman 73af581e18 BAEL-4071 - Get advised method info in Spring AOP 2020-12-02 13:40:38 +00:00
johnA1331 e3946da674 Update README.md 2020-12-02 19:28:40 +08:00
johnA1331 6d0a360bb4 Update README.md 2020-12-02 19:27:13 +08:00
johnA1331 5cd294b635 Update README.md 2020-12-02 19:21:09 +08:00
johnA1331 9d94f7f095 Update README.md 2020-12-02 19:19:21 +08:00
johnA1331 61f0a1b720 Update README.md 2020-12-02 19:17:18 +08:00
johnA1331 623a13b0a9 Update README.md 2020-12-02 19:14:12 +08:00
johnA1331 941b7bd3c8 Update README.md 2020-12-02 19:11:06 +08:00
Jonathan Cook 5ee88c852e BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite changed (#10298)
* BAEL-4706 - Spring Boot with Spring Batch

* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-12-01 18:30:42 -08:00
Loredana Crusoveanu d6e0e1c3e6 Merge pull request #10295 from rozagerardo/rozagerardo/JAVA-3029_Update-Properties-with-Spring-and-Spring-Boot-article
[JAVA-3029] Update "Properties with Spring and Spring Boot" article
2020-12-01 14:51:23 +02:00
Emmanuel Yasa cd6f187e0a [BAEL-4056] Guide to MultipleBagFetchException (#10294)
* Adds Domain Models
* Adds Integration Tests
2020-11-30 23:22:46 -08:00
Jonathan Cook 06bebff4cb BAEL-4706 - Spring Boot with Spring Batch (#10292)
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-11-30 23:18:26 -08:00
Jonathan Cook eed264e2e4 Merge pull request #10234 from hmdrzsharifi/BAEL-4460
BAEL-4460: Java AES encryption and decryption
2020-11-30 14:20:28 +01:00
Amitabh Tiwari 993f2baeea Added changes based on review comments 2020-11-30 07:25:51 +05:30
Amitabh Tiwari 074d016b64 BAEL-4686: Review comments implemented 2020-11-30 07:12:58 +05:30
sharifi a8b42068a9 add throw clause 2020-11-29 11:46:34 +03:30
sharifi 5274cf403f remove try/catch block and add throw clause 2020-11-29 11:46:11 +03:30
bfontana c88f1c7a28 Merge pull request #10271 from abdallahsawan/BAEL-4696
Bael 4696
2020-11-29 01:01:16 -03:00
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
Krzysztof Majewski 76aa1706ad Merge pull request #3 from eugenp/master
Merge from parent
2020-11-27 19:51:12 +01:00
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