Commit Graph

2052 Commits

Author SHA1 Message Date
patkorek 949881921e Added test case with isInteger() method. 2020-04-10 13:27:27 +02:00
patkorek 76cdbd811e Modified one method 2020-04-10 12:49:52 +02:00
patkorek a59aa14400 Renamed methods 2020-04-07 10:34:38 +02:00
patkorek c76c811b1c BAEL-2660 few examples to convert String to Int 2020-04-07 10:23:15 +02:00
Graham Cox 32ff2077a3 Examples for collection transformations in Kotlin (#8912) 2020-03-26 05:31:54 +01:00
Yavuz Tas c5ba081f7c sample codes for article BAEL-3581 (#8942) 2020-03-25 22:23:14 -05:00
Josh Cummings 277e596071 Merge pull request #8960 from sampada07/JAVA-626
JAVA-626: Updated Next and Prev links in README
2020-03-25 09:34:42 -06:00
sampadawagde 532d2a32ee JAVA-626: Updated Next and Prev links in README 2020-03-25 12:10:44 +05:30
sampadawagde 50c9b1c75e JAVA-626: Updated Next and Prev links in README 2020-03-25 12:07:06 +05:30
Josh Cummings ef45526d7a Merge pull request #8940 from sampada07/JAVA-4
JAVA-4: Updated README files, removed extra module
2020-03-24 23:25:16 -06:00
Josh Cummings 3a358c5cb4 Merge pull request #8906 from sampada07/JAVA-626
JAVA-626: Split or move java-math module
2020-03-24 23:20:24 -06:00
Josh Cummings 94c95c9016 Merge pull request #8922 from dupirefr/team/JAVA-958-standardize_packages_in_spring_batch_module
[JAVA-958] Standardize packages in spring batch module
2020-03-24 22:46:02 -06:00
Eric Martin 99c2e2ea2a Merge pull request #8897 from sk1418/master
[BAEL-3914] java regex: \\s vs \\s+
2020-03-24 20:36:35 -05:00
Eric Martin c04dad72c2 Merge pull request #8891 from wugangca/BAEL-3069
BAEL-3069 Spring jdbcTemplate Unit Testing
2020-03-24 20:24:17 -05:00
Gang Wu ff87d3ecc2 BAEL-3069 Remove final keyword, add more empty lines for readability. 2020-03-23 22:00:55 -06:00
Sampada 060557608c BAEL-3883: Boruvka's minimum spanning tree, moved code to newer module (#8949)
algorithms-miscellaneous-6
2020-03-23 20:07:48 -07:00
Karsten Silz 1062b4fef6 BAEL-3911 (#8939)
* Initial version of the code.

* Addressed PR comment.
2020-03-23 19:17:16 +01:00
Josh Cummings 8cfb3a1db8 Merge pull request #8941 from pazis/BAEL3881
BAEL-3881
2020-03-23 09:57:17 -06:00
Amit Pandey abd46c4349 fix integration test cases (#8727)
* fix integration test cases

* fix integration test cases

* used dynamic port in the integration test cases
2020-03-23 19:58:34 +05:30
pazis 0a48cad1c3 BAEL-3881 2020-03-23 02:05:05 +00:00
Eric Martin 185a3a12c2 Merge pull request #8842 from AlexFlorinHriscu/master
BAEL-3859 - A Guide to AtomicMarkedReference in Java
2020-03-22 20:20:11 -05:00
Mark Thomas 538f07945a BAEL-3304 - spatialguru.net@gmail.com (#8883)
* BAEL-3304 - Add openapi generator client

* BAEL-3304 - Add openapi generator client

* BAEL-3304 - Add openapi generator client to root module

* Remove .gitignore
2020-03-22 19:06:39 +00:00
sampadawagde a081a6cf6d JAVA-4: modified README files to add proper descriptions, and https to
some links
2020-03-22 23:40:34 +05:30
sampadawagde bc6ef10c6d JAVA-4: removed hibernate5-mapping module 2020-03-22 23:38:04 +05:30
sampadawagde 8d83e7cf1b JAVA-626 : Updated README description 2020-03-22 22:54:40 +05:30
Loredana Crusoveanu 504348e3ad Merge pull request #8938 from amit2103/JAVA-16-3
updated hibernate version
2020-03-22 18:47:42 +02:00
Kai Yuan abf0620269 [BAEL-3914] java regex: \\s vs \\s+ 2020-03-22 17:44:10 +01:00
amit.pandey 9bd0dfa6d9 updated hibernate version 2020-03-22 21:40:42 +05:30
sampadawagde ca2694209b removed retired modules from parent pom 2020-03-22 17:01:55 +05:30
sampadawagde 3e9da83493 JAVA-626 : removed retired modules from parent pom 2020-03-22 16:59:20 +05:30
sampadawagde 1aba93f3aa JAVA-626 : added new module to parent module's pom 2020-03-22 16:57:48 +05:30
sampadawagde 96cfd0af12 JAVA-626 : Added new module, replacement for the retired java-math 2020-03-22 16:56:34 +05:30
sampadawagde 05e0753a9c JAVA-626: Added 3 articles 2020-03-22 16:55:04 +05:30
sampadawagde cac1779e0d JAVA-626 : retired modules java-math and java-math-2 2020-03-22 16:52:39 +05:30
Loredana Crusoveanu 0ed7b7dbeb Merge pull request #8933 from amit2103/JAVA-1007-2
pom formatting
2020-03-22 10:16:56 +02:00
Josh Cummings ba6fa2e023 Merge pull request #8889 from Maiklins/JAVA-877-update-Redirect-after-login-article
Java-877 update redirect after login article
2020-03-21 23:38:11 -06:00
Josh Cummings 09bbe12e42 Merge pull request #8929 from kwoyke/JAVA-86-DELETE
JAVA-86: Remove migrated code from old modules
2020-03-21 22:40:10 -06:00
Josh Cummings 63a14ce5ca Merge pull request #8911 from kwoyke/JAVA-86
JAVA-86: Create spring-boot-basic-customization module
2020-03-21 22:37:25 -06:00
Gang Wu 05e79680cf BAEL-3069 Remove git ignore file, add the new module name to the parent pom file. 2020-03-21 20:58:04 -06:00
Sampada c9569ac3a0 BAEL-3909: Moved code to another module (#8931) 2020-03-21 19:39:36 -07:00
maryarm 73a571e395 KTLN-18: Kotlin Microservice With Spring Boot (#8913) 2020-03-21 19:30:43 -07:00
amit.pandey f945508396 resolve merge conflicts 2020-03-22 07:32:23 +05:30
amit.pandey ee8d7adb8e formatted pom.xml file 2020-03-22 07:24:38 +05:30
mikr 5c78f88913 JAVA-877 Update redirect after login 2020-03-21 21:43:32 +01:00
Josh Cummings ebb53f0e5a Merge pull request #8878 from catalin-burcea/JAVA-911
JAVA-911 Need to move existing scala code from java to scala repository
2020-03-21 13:28:25 -06:00
Josh Cummings e39850e3b7 Merge pull request #8855 from sampada07/JAVA-4
JAVA-4 : Split or move persistence-modules\hibernate5 module
2020-03-21 12:46:12 -06:00
Josh Cummings ddeee022ab Merge pull request #8586 from amit2103/BAEL-20755
updated spring 4 minor version
2020-03-21 12:14:30 -06:00
Josh Cummings d014d81476 Merge pull request #8801 from dupirefr/team/JAVA-134-mockito_version_update
[JAVA-134] Mockito version update
2020-03-21 12:11:23 -06:00
Josh Cummings a8d2ab2a64 Merge pull request #8869 from dupirefr/team/JAVA-962-standarde_lagom_module
[JAVA-962] Standardized packages from org.baeldung to com.baeldung
2020-03-21 12:08:06 -06:00
Gang Wu 9f3c94929a BAEL-3069 Rename the folder name to spring-persistence-simple-2 2020-03-21 11:57:30 -06:00