Ali Dehghani
06a4e640bb
Fixed a few cassandra related issues
2020-04-10 03:15:39 +04:30
Josh Cummings
26cb2f3be1
Merge pull request #9046 from sampada07/JAVA-1188
...
JAVA-1188: Move java-collections-map* modules into core-java-modules
2020-04-09 09:11:43 -06:00
Catalin Burcea
88cc732dc7
BAEL-3649 Quick Guide to Spring Cloud Circuit Breaker ( #8819 )
2020-04-09 08:30:04 +01:00
Sam Millington
f9ac384b85
Added BAEL-3604 code ( #9020 )
...
* Added BAEL-3604 code
2020-04-08 18:40:34 +01:00
Jonathan Cook
e6f40f4f11
Merge pull request #8876 from ajay74984/master
...
PR: http://jira.baeldung.com/browse/BAEL-3885
2020-04-08 17:26:21 +02:00
Jonathan Cook
5b92f11303
Merge pull request #8846 from ramkumarvenkat/BAEL-3886
...
Guava MapMaker
2020-04-08 17:12:34 +02:00
Sampada
8e107d1180
BAEL-3895: HTTP/2 in Netty ( #9036 )
...
* BAEL-3895 : HTTP/2 in Netty
* BAEL-3895: Added Live Test in place of java client
* BAEL-3895: Commented out netty module from main pom as it needs Java 13
2020-04-07 13:56:53 -07:00
Loredana Crusoveanu
5231e082d8
Merge pull request #9044 from kwoyke/JAVA-1201
...
JAVA-1201: Disable libraries-concurrency in the main pom.xml
2020-04-07 13:37:29 +03:00
sampadawagde
83be0892e7
JAVA-1188: main pom changes to remove java-collections-maps
2020-04-07 15:08:09 +05:30
sampadawagde
298cc81d7d
JAVA-1188: main pom changes to remove java-collections-maps
2020-04-07 15:03:43 +05:30
sampadawagde
39abe6bfd1
JAVA-1188: README changes
2020-04-07 14:53:59 +05:30
sampadawagde
cb7bd8d2f2
JAVA-1188: Moved modules to core-java-modules
2020-04-07 14:50:03 +05:30
sampadawagde
40825b6f1f
JAVA-1188: Moved modules to core-java-modules
2020-04-07 14:49:42 +05:30
Krzysztof Woyke
5bd296e8d0
JAVA-1201: Disable coroutines-with-quasar as it needs Java 12
2020-04-07 08:52:00 +02:00
Krzysztof Woyke
7f010f0f98
Revert "JAVA-1201: Disable libraries-concurrency in the main pom.xml"
...
This reverts commit ad669c87a4
.
2020-04-07 08:50:55 +02:00
Josh Cummings
f00294b0ad
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
1ceab44654
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
1b6f7ed95e
Merge pull request #8989 from alimate/BAEL-3866
...
BAEL-3866: Volatile Memory Ordering Example
2020-04-06 22:03:34 -05:00
Krzysiek
ad669c87a4
JAVA-1201: Disable libraries-concurrency in the main pom.xml
2020-04-06 22:28:19 +02:00
Jonathan Cook
ab6fee6012
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
b30ee62805
Belma Jakupovic - Mockito additional answers ( #9041 )
2020-04-06 20:22:28 +02:00
Josh Cummings
0b1501aa96
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
Greg
940c1e610d
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
Jonathan Cook
e9bedab7be
Merge pull request #8888 from mikebski/BAEL-3646
...
[BAEL-3646] Conditional Flow in Spring Batch
2020-04-05 16:53:25 +02:00
kwoyke
8c5dfc6f17
BAEL-3978: Add code samples for Objects.equals() ( #9033 )
2020-04-05 07:52:47 +02:00
Greg
95a4beda32
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
ad889f6bcd
JAVA-117 Standardize spring-boot-modules
2020-04-04 21:47:45 +02:00
mikr
641956f87d
JAVA-117 Standardize spring-boot-modules/spring-boot-gradle
2020-04-04 21:16:51 +02:00
mikr
2d0f2c171b
JAVA-117 Standardize spring-boot-modules/spring-boot-client
2020-04-04 20:40:09 +02:00
mikr
487d6b38fc
JAVA-117 Standardize spring-boot-modules/spring-boot
2020-04-04 20:24:48 +02:00
Fabricio Pautasso
1acadab18b
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
585ed13442
BAEL-2398: rename coroutines-java to coroutines-with-quasar
2020-04-04 11:50:20 +02:00
Waldemar
0cb40ad266
BAEL-2398: move coroutines-java module into libraries-concurrency module
2020-04-04 11:48:18 +02:00
Waldemar
ffc854e2f0
BAEL-2398: add libraries-concurrency module
2020-04-04 11:38:24 +02:00
sampadawagde
55d1d12216
JAVA-624: Updated READMEs for prev links
2020-04-04 12:55:27 +05:30
Josh Cummings
ae8fb70e40
Merge pull request #9019 from kwoyke/JAVA-997
...
JAVA-997: Upgrade Spring Core & Security to the latest versions
2020-04-03 23:29:58 -06:00
Josh Cummings
1cf22480b5
Merge pull request #8980 from sampada07/JAVA-623
...
JAVA-623: Moved 3 articles from core-java-security to security-2
2020-04-03 08:27:11 -06:00
Josh Cummings
19a1dc4bd3
Merge pull request #8979 from sampada07/JAVA-624
...
JAVA 624: Added new module java-collections-maps-3
2020-04-03 08:23:25 -06:00
Maiklins
1699e86ef9
Merge pull request #43 from eugenp/master
...
update
2020-04-02 23:04:36 +02:00
Josh Cummings
3f6c4e6406
Merge pull request #9008 from kwoyke/JAVA-995
...
JAVA-995: Upgrade Spring Boot to the latest 2.2.6 version
2020-04-02 08:33:49 -06:00
Krzysztof Woyke
509423ba57
JAVA-997: Upgrade Spring Core & Security to the latest versions
2020-04-02 16:10:53 +02:00
Eric Martin
18eb5188ca
Merge pull request #8992 from alimate/BAEL-3922
...
BAEL-3922: Introducing nullsFirst and nullsLast
2020-04-01 21:11:03 -05:00
ramkumarvenkat
faf46dd544
Merge branch 'master' of github.com:eugenp/tutorials into BAEL-3886
2020-04-02 07:13:29 +05:30
ramkumarvenkat
7187cb0dfb
Change package name
2020-04-02 07:13:19 +05:30
Loredana Crusoveanu
ffeb7589fa
Merge pull request #9007 from kwoyke/BAEL-3181
...
BAEL-3181: Add bytebuddy dependency
2020-04-01 22:07:18 +03:00
Kumar Chandrakant
b4610e110f
Adding code for article tracked under BAEL-3573. ( #8999 )
...
Co-authored-by: CHANDRAKANT Kumar <kumar.chandrakant@soprabanking.com>
2020-04-01 20:53:38 +02:00
kwoyke
b56b71cf5f
BAEL-2682: Move java-immutable-set article to core-java-collections-set module ( #9001 )
2020-04-01 20:42:54 +02:00
Waldemar
37ed8f6327
BAEL-2398 rename package
2020-04-01 20:29:34 +02:00
Krzysztof Woyke
3d6c7359fa
JAVA-995: Upgrade Spring Boot to the latest 2.2.6 version
2020-04-01 14:35:03 +02:00
Krzysztof Woyke
408d19ffe9
BAEL-3181: Add bytebuddy dependency
2020-04-01 09:35:52 +02:00