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
Eric Martin
350f093108
Merge pull request #10245 from michael-pratt/BAEL-4663
...
BAEL-4663: Whats new in Java 15
2020-11-21 09:45:09 -06:00
Amitabh Tiwari
761e38f0a1
Corrected the changes based on review comment
2020-11-21 15:35:14 +05:30
Tomas Skalicky
e3c28ba8a5
sample queries, both Query and Mutation, added
2020-11-21 09:53:42 +01:00
Tomas Skalicky
1332044479
server port changed to 8081 for avoiding conflicts
2020-11-21 09:53:18 +01:00
Tomas Skalicky
83d16d3ade
security disabled for easier experimenting
2020-11-21 09:52:46 +01:00
Tomas Skalicky
94aa14c43a
GraphQL schema file added, fix of PostResolver
...
- graphqls was missing
- author in Post is mandatory
2020-11-21 09:51:59 +01:00
Loredana Crusoveanu
689d301fed
Merge pull request #10269 from kwoyke/JAVA-3580
...
JAVA-3580: Migrate spring-testing to the parent-boot-2
2020-11-20 20:00:40 +02:00
Ashley Frieze
390b864ff3
BAEL-4742-Guide-To-System-Stubs
2020-11-20 17:44:42 +00:00
Krzysztof Woyke
58750bce50
JAVA-3580: Migrate spring-testing to the parent-boot-2
2020-11-20 16:31:01 +01:00
Michael Pratt
567a63cb7d
Update formatting
2020-11-20 07:49:50 -07:00
Loredana Crusoveanu
f6ee5efc3f
formatting
2020-11-20 14:42:56 +02:00
Loredana Crusoveanu
ebf99bfd4f
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
95fbc41ce3
simplify random string generation
2020-11-20 13:48:38 +02:00
Krzysztof Majewski
e2239b4c6d
BAEL-4225 Thymeleaf Variables
2020-11-20 07:41:50 +01:00
Krzysztof Majewski
a329743e7b
BAEL-4225 Thymeleaf Variables
2020-11-20 07:41:01 +01:00
Krzysztof Majewski
6c88ec6a6c
BAEL-4225 Thymeleaf Variables
2020-11-20 07:40:43 +01:00
Krzysztof Majewski
5b591b27b9
BAEL-4225 Thymeleaf Variables
2020-11-20 07:39:42 +01:00
Vishal Akkalkote
683215b2fe
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
6743c4de49
BAEL-4725: examples of double comparison in Java
2020-11-20 00:43:49 +01:00
Loredana Crusoveanu
cd7c84e734
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
a198814d31
[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
f2aabf4de1
Merge pull request #10242 from stancalau/BAEL-4218
...
Bael 4218
2020-11-18 21:38:27 -03:00
Karsten Silz
6a6ec8d9c2
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
6320caee38
Merge pull request #10252 from eugenp/lor6-patch-1
...
Update pom.xml
2020-11-18 14:43:02 +02:00
Krzysztof Majewski
c0b7dc928a
BAEL-4225 Thymeleaf Variables
2020-11-18 13:18:52 +01:00
Krzysztof Majewski
c5d164a30d
Merge pull request #2 from eugenp/master
...
Rebase
2020-11-18 13:11:04 +01:00
Loredana Crusoveanu
dc836a3c42
Merge pull request #10261 from JonCook/master
...
BAEL-4609 - Testing Kafka and Spring Boot
2020-11-18 13:24:48 +02:00
johnA1331
967e685937
Update README.md
2020-11-18 17:24:16 +08:00
johnA1331
d0cb67f305
Update README.md
2020-11-18 17:14:44 +08:00
johnA1331
34e339767f
Update README.md
2020-11-18 17:09:46 +08:00
johnA1331
492a1643e6
Update README.md
2020-11-18 17:04:40 +08:00
johnA1331
d5f9419cab
Update README.md
2020-11-18 17:03:03 +08:00