Commit Graph

5465 Commits

Author SHA1 Message Date
Loredana Crusoveanu 14c1aee6ef Merge pull request #10257 from johnA1331/master
BAEL-29702 - github-related test fix - github linking back to the article (results: 03.11.2020)
2020-11-18 10:33:29 +02:00
Jonathan Cook a26085b266 BAEL-4706 - Spring Boot with Spring Batch
- Rename testcontainers test to LiveTest
2020-11-18 08:30:49 +01:00
Jonathan Cook 4980a2a40f Merge branch 'master' of https://github.com/eugenp/tutorials 2020-11-18 08:24:25 +01:00
unknown 7bb2282d24 BAEL-4301
- Created a new module core-java-char in core-java-modules modules
- Added Unit Tests for Character#isAlphabetic and Character#isLetter methods
2020-11-17 16:32:30 +05:30
Daniel Strmecki 79fc666e07 BAEL-4717: Refactor examples 2020-11-17 11:00:56 +01:00
johnA1331 9c1e232982 Update README.md 2020-11-17 15:40:24 +08:00
sharifi c57644617d improve import package names 2020-11-17 09:30:20 +03:30
sharifi bba378a141 correct the package name 2020-11-17 09:14:33 +03:30
Michael Pratt 4164ff6a03 Updates from PR comments 2020-11-16 21:48:14 -07:00
developerDiv 43fad6ba95 Bael 4215 creating generic array (#10178)
* Initial commit for generic arrays, using T[] and Object[]

* Add CollectionsList

* Create generic arrays example with a Stack

* Remove custom exception classes + throw RuntimeException instead.
2020-11-16 18:08:49 +00:00
vatsalgosar c6f8c56572 IsLetter / isAlphabetic method unit tests (#10097) 2020-11-16 18:03:49 +00:00
Kai Yuan 600896e842 [BAEL-4617] extending enums (#10130) 2020-11-16 18:03:15 +00:00
davidmartinezbarua f84d19d6b0 Merge pull request #10031 from carloscaverobarca/BAEL-4574-Creating-Docker-Images-for-Spring-Boot-Microservices
BAEL-4574 - Creating-Docker-Images-for-Spring-Boot-Microservices
2020-11-16 12:23:41 -03:00
Daniel Strmecki cc1a2e9b15 BAEL-4717: Added HashMap and LinkedList examples 2020-11-16 16:02:18 +01:00
Carlos Cavero 69c4d136f5 Update pom.xml
Use the correct indentation
2020-11-16 14:45:31 +01:00
Adina Rolea 003a5f2034 BAEL-4687: updated parent 2020-11-16 14:29:46 +02:00
Adina Rolea 644939da07 BAEL-4687: added test for each configuration 2020-11-16 14:27:29 +02:00
Mateusz Szablak ad30d29ed6 BAEL-4723 Defining Indexes in JPA #2 (#10254)
* BAEL-4723 Defining Indexes in JPA

* unit -> integration test

* whitespaces fix

* tab to space

Co-authored-by: mateusz.szablak <mateusz.szablak@accenture.com>
2020-11-15 21:26:38 -08:00
Jordan Simpson f440cf900c BAEL-4731 (article improvement) (#10251)
* Instead of using .onDisconnect().block() to keep the app alive, make the app a web server.

* Add article reference to README
2020-11-15 21:24:07 -08:00
Dhawal Kapil 7d24726032 Merge pull request #10253 from dkapil/task/JAVA-2423
JAVA-2423 Move/rename module spring-rest-compress
2020-11-16 10:28:48 +05:30
Ashley Frieze 7d5b9275aa BAEL-4728 Change the connection handling to close the connections in the pool and reuse the session factory 2020-11-15 17:05:14 +00:00
Daniel Strmecki 796aefa996 BAEL-4717: Added ArrayList examples 2020-11-15 11:47:08 +01:00
Dhawal Kapil cc0e244ce4 JAVA-2423 Move/rename module spring-rest-compress
- Removing spring-rest-compress module as its contents have been moved to spring-resttemplate-2
2020-11-15 15:00:16 +05:30
Dhawal Kapil d1cc5e98bd Merge pull request #10153 from amit2103/JAVA-2423-2
JAVA-2423 moved spring-rest-compress module to spring-resttemplate-2 module
2020-11-15 14:57:46 +05:30
Michael Pratt b610c4d304 BAEL-4663: Rename packages 2020-11-14 12:03:06 -07:00
Loredana Crusoveanu 05dbe85de9 Update pom.xml 2020-11-14 11:21:32 +02:00
kwoyke 810736bf23 BAEL-3565: Using enums in JPQL examples (#10248) 2020-11-14 00:28:03 +01:00
Jonathan Cook cfb424f9d1 BAEL-4609 - Testing Kafka and Spring Boot (#10249)
* BAEL-4437 - System Rules

* BAEL-4687 Testing Kafka and Spring Boot

* BAEL-4609 - Testing Kafka and Spring Boot

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-11-13 10:31:59 -08:00
Mateusz Szablak 9bce552d6d BAEL-4723 Defining Indexes in JPA (#10247)
* BAEL-4723 Defining Indexes in JPA

* unit -> integration test

Co-authored-by: mateusz.szablak <mateusz.szablak@accenture.com>
2020-11-13 10:25:15 -08:00
Greg 7881b8e9c2 Merge pull request #10124 from hmdrzsharifi/master
BAEL-4330: DispatcherServlet and web.xml in Spring Boot
2020-11-13 13:17:11 -05:00
Jonathan Cook e63a38b6dd Merge branch 'BAEL-4609-testing-kafka' 2020-11-13 16:45:54 +01:00
Jonathan Cook 080122250b Merge branch 'master' of https://github.com/eugenp/tutorials 2020-11-13 16:45:25 +01:00
Jonathan Cook a51e034186 BAEL-4609 - Testing Kafka and Spring Boot 2020-11-13 16:42:33 +01:00
Harihar Das 85db5610ea [KTLN-3] Fix package name (#10246) 2020-11-12 21:22:06 +01:00
sharifi b0d7dd8359 edit logger code
improve code quality
2020-11-12 14:08:44 +03:30
sharifi 1b22786001 add clean up files
improve code quality
2020-11-12 14:08:02 +03:30
sharifi d0678c77ab add equals method 2020-11-12 14:06:53 +03:30
Michael Pratt 2715bde82a BAEL-4663: Whats new in Java 15 2020-11-11 14:51:36 -07:00
Loredana Crusoveanu f77d85f21e Merge pull request #10244 from johnA1331/master
BAEL-29325 - add links to github-baeldung articles
2020-11-11 17:13:37 +02:00
johnA1331 c485b9b8d1 Update README.md 2020-11-11 21:32:16 +08:00
johnA1331 8cb775a82b Update README.md 2020-11-11 21:30:48 +08:00
johnA1331 5534daf2d7 Update README.md 2020-11-11 21:24:47 +08:00
johnA1331 8ed8319d0b Update README.md 2020-11-11 21:24:16 +08:00
johnA1331 398eb841ae Update README.md 2020-11-11 21:22:12 +08:00
johnA1331 7e354390a3 Update README.md 2020-11-11 21:19:54 +08:00
johnA1331 c49c7f57a3 Update README.md 2020-11-11 21:18:12 +08:00
johnA1331 f651b0f7b1 Update README.md 2020-11-11 20:13:52 +08:00
johnA1331 b6ef67eec7 Update README.md 2020-11-11 20:11:57 +08:00
Jonathan Cook 0baaeb3f98 Merge pull request #10216 from emyasa/BAEL-4643
BAEL-4643: JPA CascadeType.REMOVE vs orphanRemoval
2020-11-11 11:46:00 +01:00
Loredana Crusoveanu 22caadc9d1 Merge pull request #10238 from rozagerardo/rozagerardo/JAVA-2985_Fix-commented-tests-in-spring-5-reactive
[JAVA-2985] Fix commented tests in spring-5-reactive
2020-11-10 19:27:47 +02:00