Commit Graph

18249 Commits

Author SHA1 Message Date
johnA1331
6006292bca Update README.md 2020-04-07 17:39:12 +08:00
sampadawagde
8684fd7fb5 JAVA-1188: main pom changes to remove java-collections-maps 2020-04-07 15:08:09 +05:30
johnA1331
3d3194a1af Update README.md 2020-04-07 17:35:51 +08:00
sampadawagde
26dffa8049 JAVA-1188: main pom changes to remove java-collections-maps 2020-04-07 15:03:43 +05:30
sampadawagde
b63772100d JAVA-1188: README changes 2020-04-07 14:53:59 +05:30
sampadawagde
b0add81c74 JAVA-1188: Moved modules to core-java-modules 2020-04-07 14:50:03 +05:30
sampadawagde
a3d01425f7 JAVA-1188: Moved modules to core-java-modules 2020-04-07 14:49:42 +05:30
johnA1331
e8e8fb2e3b Create README.md 2020-04-07 17:09:25 +08:00
johnA1331
584cbd9aa7 Create README.md 2020-04-07 16:56:28 +08:00
johnA1331
36305bbb2f Update README.md 2020-04-07 16:49:44 +08:00
johnA1331
56162f373e Create README.md 2020-04-07 16:48:21 +08:00
johnA1331
bf973384e2 Create README.md 2020-04-07 16:44:15 +08:00
johnA1331
a112f50f05 Create README.md 2020-04-07 16:39:13 +08:00
johnA1331
2cbdb26c8c Create README.md 2020-04-07 16:37:03 +08:00
patkorek
95614c931b Renamed methods 2020-04-07 10:34:38 +02:00
johnA1331
aacc987598 Update README.md 2020-04-07 16:30:42 +08:00
johnA1331
6470be6c3d Update README.md 2020-04-07 16:27:04 +08:00
johnA1331
84c7da874b Update README.md 2020-04-07 16:24:27 +08:00
patkorek
d4016f4332 BAEL-2660 few examples to convert String to Int 2020-04-07 10:23:15 +02:00
johnA1331
d96430302d Delete README.md 2020-04-07 15:02:57 +08:00
johnA1331
4cab4f6917 Update README.md 2020-04-07 15:02:49 +08:00
Krzysztof Woyke
5d3e1da1ce JAVA-1201: Disable coroutines-with-quasar as it needs Java 12 2020-04-07 08:52:00 +02:00
Krzysztof Woyke
9d3eafd57e Revert "JAVA-1201: Disable libraries-concurrency in the main pom.xml"
This reverts commit 114048af94.
2020-04-07 08:50:55 +02:00
Josh Cummings
5de04830a8 Merge pull request #9031 from Maiklins/JAVA-117-Standardize-tutorials-modules-packages-part2
Java 117 standardize spring boot modules
2020-04-06 22:27:32 -06:00
Josh Cummings
d6c4b67e29 Merge pull request #9028 from sampada07/JAVA-624
JAVA-624: Updated READMEs for prev links
2020-04-06 22:03:21 -06:00
Eric Martin
8d01f23797 Merge pull request #8989 from alimate/BAEL-3866
BAEL-3866: Volatile Memory Ordering Example
2020-04-06 22:03:34 -05:00
Krzysiek
114048af94 JAVA-1201: Disable libraries-concurrency in the main pom.xml 2020-04-06 22:28:19 +02:00
Jonathan Cook
817c5a012a BAEL-3868 - Fix the integrations tests in mocks (#9039)
* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble

* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble

- Return to indentation with spaces.

* BAEL-3854 - Pattern Matching for instanceof in Java 14

* BAEL-3854 - Pattern Matching for instanceof in Java 14 - add unit test

* BAEL-3868 - Fix the integrations tests in mocks

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-04-06 13:21:24 -07:00
Belma Jakupovic
6c13633cac Belma Jakupovic - Mockito additional answers (#9041) 2020-04-06 20:22:28 +02:00
Josh Cummings
663ffac054 Merge pull request #9006 from kwoyke/JAVA-42
JAVA-42: Move all spring-security-... modules to Boot 2
2020-04-06 08:40:49 -06:00
Philippe
006e4de294 Merge branch 'master' of https://github.com/eugenp/tutorials 2020-04-05 21:19:31 -03:00
Greg
e3bf1fb4b8 Merge pull request #8924 from eardeleanu15/BAEL-3853-Helpful-NPE
BAEL-3853: Helpful NPE in Java 14
2020-04-05 11:33:36 -04:00
Aitor Cuesta
84f59ee07c BAEL-3075 - Adding ojdbc8.jar, ons.jar and ucp.jar 2020-04-05 17:10:49 +02:00
Jonathan Cook
7f7ab8a9c5 Merge pull request #8888 from mikebski/BAEL-3646
[BAEL-3646] Conditional Flow in Spring Batch
2020-04-05 16:53:25 +02:00
dupirefr
c1bdd13615 [BAEL-2808] Migrated PostgreSQL tests to LiveTest 2020-04-05 16:31:40 +02:00
dupirefr
af24970d5f [BAEL-2808] Last fix 2020-04-05 16:31:39 +02:00
dupirefr
46268af477 [BAEL-2808] Added a few tests to illustrate my problem 2020-04-05 16:31:38 +02:00
dupirefr
cb7941023c [BAEL-2808] Added tests for physical naming strategies 2020-04-05 16:31:37 +02:00
Aitor Cuesta
5c3fbd02ec BAEL-3075 - Initial commit 2020-04-05 12:51:27 +02:00
kwoyke
f9a6ef176f BAEL-3978: Add code samples for Objects.equals() (#9033) 2020-04-05 07:52:47 +02:00
Greg
0499cbdabd Merge pull request #8928 from w0wka91/BAEL-2398-couroutines-in-java
Bael 2398 couroutines in java
2020-04-04 20:05:12 -04:00
mikr
6e21afabdb JAVA-117 Standardize spring-boot-modules 2020-04-04 21:47:45 +02:00
mikr
2e2fa14b7c JAVA-117 Standardize spring-boot-modules/spring-boot-gradle 2020-04-04 21:16:51 +02:00
gindex
45c92b4276 Add blocking and non-blocking mono examples
Add article reference

Fix url
2020-04-04 21:14:45 +02:00
mikr
87b22be5fd JAVA-117 Standardize spring-boot-modules/spring-boot-client 2020-04-04 20:40:09 +02:00
mikr
cc11987f59 JAVA-117 Standardize spring-boot-modules/spring-boot 2020-04-04 20:24:48 +02:00
Fabricio Pautasso
c0d2e94267 BAEL-3918 - Adding BigDecimal numbers using the Stream API (#8900)
* BAEL-3918 - Adding BigDecimal numbers using the Stream API

* BAEL-3918 - Adding BigDecimal numbers using the Stream API

* BAEL-3918 - Adding BigDecimal numbers using the Stream API

* BAEL-3918 - Updating test methods names to be compliant with Baeldung standards

* Minor name change

Co-authored-by: ashleyfrieze <ashley@incredible.org.uk>
2020-04-04 15:55:13 +01:00
Waldemar
4a2aee6aa3 BAEL-2398: rename coroutines-java to coroutines-with-quasar 2020-04-04 11:50:20 +02:00
Waldemar
e77514b67d BAEL-2398: move coroutines-java module into libraries-concurrency module 2020-04-04 11:48:18 +02:00
Waldemar
987c6b4552 BAEL-2398: add libraries-concurrency module 2020-04-04 11:38:24 +02:00