Commit Graph

21138 Commits

Author SHA1 Message Date
Loredana Crusoveanu
5529989020 formatting 2020-11-20 14:42:56 +02:00
Loredana Crusoveanu
58abd8f4c9 BAEL-3641 fix for creating directories inside a zip and handling missing entry for root folder in windows-created archives 2020-11-20 14:41:36 +02:00
Loredana Crusoveanu
3a933e2109 simplify random string generation 2020-11-20 13:48:38 +02:00
Krzysztof Majewski
40e4a9e6c4 BAEL-4225 Thymeleaf Variables 2020-11-20 07:41:50 +01:00
Krzysztof Majewski
81c6393d82 BAEL-4225 Thymeleaf Variables 2020-11-20 07:41:01 +01:00
Krzysztof Majewski
3134541b60 BAEL-4225 Thymeleaf Variables 2020-11-20 07:40:43 +01:00
Krzysztof Majewski
b5d696a9e7 BAEL-4225 Thymeleaf Variables 2020-11-20 07:39:42 +01:00
Vishal Akkalkote
bd3f54e638 BAEL-4600 | Add examples to demonstrate the difference between Array … (#10211)
* BAEL-4600 | Add examples to demonstrate the difference between Array Size vs ArrayList Capacity

* BAEL-4600 | Refactor | Remove ArrayCreator and ArrayListCreator
2020-11-20 00:26:15 +00:00
Maciej Glowka
c115b1792d BAEL-4725: examples of double comparison in Java 2020-11-20 00:43:49 +01:00
Loredana Crusoveanu
f441017651 Merge pull request #10262 from johnA1331/master
BAEL-29326 - add links to github-baeldung articles
2020-11-19 20:58:30 +02:00
Cicio Flaviu
ce99c72059 [BAEL-4637] Performance difference between save() and saveAll() in Spring Data (#10177)
* [BAEL-4637] Performance difference between save() and saveAll() in Spring Data

* Apply suggestions from code review

* Rename IBookRepository.java to BookRepository.java
2020-11-19 15:48:03 +01:00
bfontana
26d177eed5 Merge pull request #10242 from stancalau/BAEL-4218
Bael 4218
2020-11-18 21:38:27 -03:00
Karsten Silz
e1a8b7deda BAEL-4652: Running Spring Boot with PostgreSQL in Docker Compose (#10255)
* Initial commit after Spring Starter Wizard.

* Shortened class names.

* Added Docker files, probably not working, yet.

* Ignoring JAR files.

* Docker files work now.

* Fixed application start-up.

* Creating & querying customer.

* Simplified by removing "files" sub-folder for applicaton JAR file.

* Removed more unnecessary settings.

* Removed last "application.properties" setting since this is part of
the Docker Compose file.

* Final tweaking.
2020-11-18 22:08:14 +01:00
Loredana Crusoveanu
e5ccec718c Merge pull request #10252 from eugenp/lor6-patch-1
Update pom.xml
2020-11-18 14:43:02 +02:00
Krzysztof Majewski
12003b86d6 BAEL-4225 Thymeleaf Variables 2020-11-18 13:18:52 +01:00
Krzysztof Majewski
835c6d800b Merge pull request #2 from eugenp/master
Rebase
2020-11-18 13:11:04 +01:00
Loredana Crusoveanu
e362d6ffee Merge pull request #10261 from JonCook/master
BAEL-4609 - Testing Kafka and Spring Boot
2020-11-18 13:24:48 +02:00
johnA1331
5f038441db Update README.md 2020-11-18 17:24:16 +08:00
johnA1331
53b7b99fa8 Update README.md 2020-11-18 17:14:44 +08:00
johnA1331
7f616e4857 Update README.md 2020-11-18 17:09:46 +08:00
johnA1331
782c7d8fbf Update README.md 2020-11-18 17:04:40 +08:00
johnA1331
cab514dce1 Update README.md 2020-11-18 17:03:03 +08:00
Jonathan Cook
53ade388a3 BAEL-4706 - Spring Boot with Spring Batch
- Rename testcontainers test to LiveTest
2020-11-18 10:00:24 +01:00
johnA1331
7c21ca2680 Update README.md 2020-11-18 17:00:13 +08:00
johnA1331
23783f87d7 Update README.md 2020-11-18 16:57:40 +08:00
johnA1331
c4b3378a1c Update README.md 2020-11-18 16:55:25 +08:00
johnA1331
40073b737e Update README.md 2020-11-18 16:53:18 +08:00
Loredana Crusoveanu
460b84d34a 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
b205b12619 BAEL-4706 - Spring Boot with Spring Batch
- Rename testcontainers test to LiveTest
2020-11-18 08:30:49 +01:00
Jonathan Cook
a1070f0b3e Merge branch 'master' of https://github.com/eugenp/tutorials 2020-11-18 08:24:25 +01:00
unknown
f54f778d76 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
b2b659c2c7 BAEL-4717: Refactor examples 2020-11-17 11:00:56 +01:00
johnA1331
d05abb340a Update README.md 2020-11-17 15:40:24 +08:00
sharifi
ef87edfab6 improve import package names 2020-11-17 09:30:20 +03:30
sharifi
e0896445ac correct the package name 2020-11-17 09:14:33 +03:30
Michael Pratt
2b32684839 Updates from PR comments 2020-11-16 21:48:14 -07:00
developerDiv
fd4dbc4a4e 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
c17d8e3cae IsLetter / isAlphabetic method unit tests (#10097) 2020-11-16 18:03:49 +00:00
Kai Yuan
41548a9e2e [BAEL-4617] extending enums (#10130) 2020-11-16 18:03:15 +00:00
davidmartinezbarua
308db42026 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
9dd0aaf61b BAEL-4717: Added HashMap and LinkedList examples 2020-11-16 16:02:18 +01:00
Carlos Cavero
0d65502190 Update pom.xml
Use the correct indentation
2020-11-16 14:45:31 +01:00
Mateusz Szablak
86f154d83b 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
1630f1311f 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
59978e8f40 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
462ccf98c8 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
bd8aa6a8a4 BAEL-4717: Added ArrayList examples 2020-11-15 11:47:08 +01:00
Dhawal Kapil
f62ddb3dad 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
b1959d9118 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
2cf19be3b1 BAEL-4663: Rename packages 2020-11-14 12:03:06 -07:00