Commit Graph

4194 Commits

Author SHA1 Message Date
Sorin Zamfir 10c8ff7a83 BAEL-4516: Fixed formatting for sources 2020-08-19 21:11:19 +03:00
Sorin Zamfir 92d27d3876 BAEL-4516: Cleanup sources 2020-08-18 21:52:30 +03:00
Sorin Zamfir 0df340f847 BAEL-4516: Refine examples 2020-08-17 23:55:43 +03:00
Sorin Zamfir 6b75e0cbed BAEL-4516: Task for config and srcset info 2020-08-16 22:39:00 +03:00
Sorin Zamfir 04fe338707 BAEL-4516: First structure 2020-08-15 14:42:21 +03:00
Greg 660b20c569 Merge pull request #9715 from andrebrowne/master
BAEL-4077 JPA Entity Equality
2020-08-12 11:40:40 -04:00
Eric Martin d22422f8e2 Merge pull request #9839 from alimate/BAEL-4537
BAEL-4537: Improvement for Spring Boot Exit Codes
2020-08-11 23:53:31 -05:00
Dhawal Kapil 2da56afb34 Merge pull request #9841 from amit2103/JAVA-2308
make folder name and artifactId same
2020-08-12 08:49:19 +05:30
Dhawal Kapil 70eb84d843 Merge pull request #9847 from kwoyke/JAVA-2380
JAVA-2380: Fix failing integration tests in the spring-data-jpa-enter…
2020-08-12 08:00:44 +05:30
Dhawal Kapil 5bd7edac87 Merge pull request #9851 from kwoyke/JAVA-1648
JAVA-1648: Get rid of the overriden spring-boot.version property in s…
2020-08-12 07:58:56 +05:30
Krzysiek e52c826968 JAVA-1648: Get rid of the overriden spring-boot.version property in spring-5-security 2020-08-11 22:14:45 +02:00
Mona Mohamadinia 94f50e785e ThreadLocals and Thread Pools (#9592) 2020-08-11 19:20:22 +01:00
Daniel Strmecki ded13f14b2 Feature/bael 4280 diff between lists (#9600)
* BAEL-4280: Initial commit for finding diff between lists

* BAEL-4280: Format

* BAEL-4280: Refactor

* BAEL-4280: Refactor not to use private methods

* BAEL-4280: Refactor based on editor comments

* BAEL-4280: Review round 2

* BAEL-4280: Use assertj

* BAEL-4280: Use assertj

* BAEL-4280: Shorter names for tests

* BAEL-4280: Remove HashSet as its not used anymore

* BAEL-4280: Use containsExactlyInAnyOrder for Set example

* BAEL-4280: Remove distinct method call

* BAEL-4280: Move impl to test

* BAEL-4280: Use containsExactlyInAnyOrder

* BAEL-4280: Rename test methods
2020-08-11 18:29:46 +01:00
Loredana Crusoveanu 22da30ca46 Merge pull request #9822 from Maiklins/Java-65-split-or-move-persistence-modules-spring-jpa-module
Java-65 split or move persistence modules spring jpa module
2020-08-11 17:48:14 +03:00
Loredana Crusoveanu 9f6a2c6ac6 Merge pull request #9823 from kwoyke/JAVA-1652
JAVA-1652: Get rid of the overriden spring-boot.version property
2020-08-11 17:43:09 +03:00
Loredana Crusoveanu 26f21645a4 Merge pull request #9624 from luvarqpp/patch-1
Fix exception when receiving POISON_PILL
2020-08-11 17:30:01 +03:00
Dhawal Kapil a65cdc94ad Merge pull request #9846 from sampada07/JAVA-1089
JAVA-1089: Move the OAuth related lesson code from
2020-08-11 19:19:43 +05:30
Krzysztof Woyke 96502d8626 JAVA-2380: Fix failing integration tests in the spring-data-jpa-enterprise 2020-08-11 15:09:34 +02:00
Loredana Crusoveanu 3ee0bb28ab Merge pull request #9845 from sampada07/JAVA-2344
JAVA-2344: Update "Dockerizing with Jib" article
2020-08-11 11:14:16 +03:00
sampadawagde b09abfc0bf JAVA-1089: Move the OAuth related lesson code from
spring-boot-modules/spring-boot-security
2020-08-11 13:05:01 +05:30
sampadawagde 009308131f JAVA-2344: Update "Dockerizing with Jib" article 2020-08-11 12:17:02 +05:30
davidmartinezbarua ba7a7285fd Merge pull request #9814 from azhwani/BAEL4178
BAEL-4178: How to disable spring security logout redirects
2020-08-10 14:52:03 -03:00
azhwani 0c41375443 quick fix 2020-08-10 13:58:50 +01:00
rpvilao 67e82173b0 Merge pull request #9838 from vert3x/BAEL-4392-Java-Files-Open-Options
BAEL-4392: Java Files Open Options
2020-08-10 09:32:39 +01:00
Loredana Crusoveanu d2a9ada2f2 Merge pull request #9821 from kwoyke/JAVA-2300
JAVA-2300: Upgrade Spring Core to 5.2.8 in parent-spring-5
2020-08-10 11:00:21 +03:00
amit.pandey 2453a731ca make folder name and artifactId same 2020-08-09 19:35:21 +05:30
Ali Dehghani 164957ad0a Improvement for Spring Boot Exit Codes 2020-08-09 11:38:50 +04:30
andrebrowne b7f3de0490 Merge branch 'BAEL-4077' 2020-08-08 21:16:30 -04:00
andrebrowne 18d7fc0bdc BAEL-4077 Fixup styling 2020-08-08 21:14:25 -04:00
andrebrowne 613c625199 Merge branch 'BAEL-4077' 2020-08-08 21:06:36 -04:00
andrebrowne d50a831972 BAEL-4077 Fixup styling 2020-08-08 21:05:32 -04:00
Oussama BEN MAHMOUD 099b9e9121 BAEL-4392: Java Files Open Options 2020-08-09 02:05:27 +02:00
andrebrowne fd741c2051 Merge remote-tracking branch 'upstream/master' 2020-08-08 19:49:42 -04:00
kwoyke 87111ea998 BAEL-4493: Use the prefered Set.toArray() approach (#9837) 2020-08-08 22:41:01 +02:00
Rando Shtishi 15e94bb577 BAEL-4230 - Adding Introduction to Spring Data JDBC Project (#9665) 2020-08-08 22:21:57 +02:00
Jonathan Cook 8da19e2b88 Merge pull request #9760 from umangbudhwar/master
BAEL-4329: Set field value with reflection
2020-08-08 20:43:56 +02:00
davidmartinezbarua 11ad6d048b Merge pull request #9758 from mdabrowski-eu/BAEL-4405-probability
BAEL-4405 Probability in Java
2020-08-08 15:08:41 -03:00
davidmartinezbarua dae31cd19e Merge pull request #9836 from gupta-ashu01/master
BAEL-440 Final PR
2020-08-08 15:01:05 -03:00
gupta-ashu01 5e0e587888 Update pom.xml
Removing BAEL-4408 module from pom
2020-08-08 15:15:01 +05:30
gupta-ashu01 82651842c7 Update README.md
Removing BAEL-4408 from Readme.md
2020-08-08 15:13:05 +05:30
gupta-ashu01 257b130ec2 Delete pom.xml 2020-08-08 15:12:25 +05:30
gupta-ashu01 14d522372d Delete README.md 2020-08-08 15:12:12 +05:30
gupta-ashu01 efac1811a3 Delete web.xml 2020-08-08 15:11:30 +05:30
gupta-ashu01 3c3b38df33 Delete index.html 2020-08-08 15:11:04 +05:30
gupta-ashu01 2db04e302f Delete SecondServlet.java 2020-08-08 15:10:35 +05:30
gupta-ashu01 a904f90ffc Delete FirstServlet.java 2020-08-08 15:10:20 +05:30
gupta-ashu01 93bbd7881c README.md updated with BAEL-4408 2020-08-08 15:06:35 +05:30
gupta-ashu01 b81350cfae BAEL-4408
BAEL-4408 files added
2020-08-08 15:05:45 +05:30
gupta-ashu01 c5326ca2e8 BAEL-4408
Adding files for BAEL-4408
2020-08-08 15:02:52 +05:30
mdabrowski-eu 1b2f33e4d4 BAEL-4405 add java-numbers-4 to main pom 2020-08-07 20:55:22 +02:00