Aaron Juarez
|
2d44847335
|
Bael-3966: code fixes after editor review (#9203)
|
2020-05-01 21:35:29 +02:00 |
|
Aaron Juarez
|
e1e47ffe6a
|
BAEL-3966: find object's class in Java (#9118)
|
2020-04-25 22:23:13 +02:00 |
|
amit.pandey
|
04c9af4965
|
pom formatting
|
2020-03-15 18:22:24 +05:30 |
|
kwoyke
|
98a0ac9423
|
BAEL-3775: Clean up unit tests for Stack (#8837)
|
2020-03-11 06:43:46 +01:00 |
|
Eric Martin
|
7fe67607a2
|
Merge pull request #8808 from johnA1331/master
github-related test fix - 18-02-2020
|
2020-03-09 20:49:51 -05:00 |
|
amit.pandey
|
65a51f13d6
|
clean up plugins from pom file
|
2020-03-08 14:23:30 +05:30 |
|
johnA1331
|
7c3184fb0e
|
Update README.md
|
2020-03-02 14:48:49 +08:00 |
|
Eric Martin
|
fdffe53ec5
|
Merge pull request #8751 from johnA1331/master
Bi-Monthly Test Fix - BAEL-22265 and BAEL-22266
|
2020-02-24 20:47:31 -06:00 |
|
François Dupire
|
9a838423fb
|
[BAEL-3488] Timer Class (#8769)
* [BAEL-3488] Moving code to core-java where the original article code was located
* [BAEL-3488] Moved original code under timer package
|
2020-02-23 08:53:12 -08:00 |
|
johnA1331
|
fc37657333
|
Update README.md
|
2020-02-19 11:33:53 +08:00 |
|
amit.pandey
|
64d2435e07
|
move regex module from existing module to core-java-regex module
|
2020-02-05 19:39:20 +05:30 |
|
Loredana Crusoveanu
|
bb1682a213
|
Merge pull request #8541 from kwoyke/BAEL-20927
BAEL-20927: Standardize packages for core-java-modules
|
2020-01-26 11:51:00 +02:00 |
|
Krzysztof Woyke
|
24e980ae1e
|
BAEL-20927: Migrate core-java to com.baeldung package
|
2020-01-16 13:26:09 +01:00 |
|
amit.pandey
|
b315bf35c6
|
move versions in properties
|
2020-01-16 01:53:26 +05:30 |
|
catalin-burcea
|
2f7e94bc92
|
[BAEL-18783] - Fix formatting of POMs
|
2019-12-06 11:40:56 +02:00 |
|
catalin-burcea
|
34e61efb0a
|
[BAEL-16531] - Move all the existing articles on "optional" under java-optional
|
2019-11-26 12:01:07 +02:00 |
|
catalin-burcea
|
5ec3630590
|
[BAEL-19088] - Move articles out of core-java-io part 3
|
2019-11-15 11:49:42 +02:00 |
|
Sjmillington
|
0fe123a691
|
[BAEL-15993] - Move articles out of core-java pt 3
|
2019-11-02 11:40:05 +00:00 |
|
Dhawal Kapil
|
bec5c3d4d2
|
Merge branch 'master' of https://github.com/eugenp/tutorials
# Conflicts:
# java-strings-3/README.md
|
2019-10-30 08:42:20 +05:30 |
|
Dhawal Kapil
|
ea0f226cf6
|
Merge branch 'master' of https://github.com/johnA1331/tutorials into johnA1331-master
# Conflicts:
# algorithms-miscellaneous-4/README.md
# algorithms-sorting/README.md
# gradle-5/README.md
# java-dates-2/README.md
# jaxb/README.md
# jersey/README.md
# libraries-primitive/README.MD
# mapstruct/README.md
# metrics/README.md
# ml/README.md
# persistence-modules/sirix/README.md
# spring-5-data-reactive/README.md
# spring-5/README.md
# spring-boot-autoconfiguration/README.md
# spring-freemarker/README.md
# spring-mvc-simple-2/README.md
# spring-mvc-xml/README.md
# spring-thymeleaf-2/README.md
# testing-modules/junit-5-advanced/README.md
# xml/README.md
|
2019-10-30 05:18:36 +05:30 |
|
catalin-burcea
|
62089a7abb
|
Split or move java-streams module
|
2019-10-27 11:09:34 +02:00 |
|
Josh Cummings
|
44609b3e74
|
Merge branch 'master' into BAEL-16646-2
|
2019-10-26 12:56:07 -06:00 |
|
Josh Cummings
|
f69f3de06e
|
Reconcile changes that were moved to core-java-io
|
2019-10-26 09:32:05 -06:00 |
|
Josh Cummings
|
b2cbfdc686
|
Restore sun.tools.version properti
|
2019-10-26 09:20:04 -06:00 |
|
Josh Cummings
|
0ad39d56ce
|
Merge branch 'master' into core-java-move-2
|
2019-10-26 09:16:19 -06:00 |
|
Alessio Stalla
|
7af4161f65
|
Merge branch 'BAEL-16646' into BAEL-16646-2
# Conflicts:
# pom.xml
|
2019-10-20 11:16:20 +02:00 |
|
johnA1331
|
dcce44b543
|
Update README.md
|
2019-10-18 21:14:53 +08:00 |
|
Dhawal Kapil
|
a950bd82a2
|
BAEL-17684 Cleanup pom properties
|
2019-10-14 20:31:04 +05:30 |
|
Alessio Stalla
|
3ec6f0c120
|
Merge branch 'BAEL-16646' into BAEL-16646-2
# Conflicts:
# core-java-modules/pom.xml
# java-dates/README.md
|
2019-10-13 09:46:38 +02:00 |
|
Eric Martin
|
31b573dee0
|
Merge pull request #7910 from mnafshin/MalformedInputException
[BAEL-2505] MalformedInputException test functions are added
|
2019-10-10 22:19:49 -05:00 |
|
Sjmillington
|
d97f501cbd
|
BAEL-13505 Move articles out of core java - part 2
|
2019-10-07 17:07:57 +01:00 |
|
Afshin
|
3997dcc8e2
|
Enhanced: renamed a function
|
2019-10-07 12:22:05 +02:00 |
|
Afshin
|
7a9738b4bb
|
Enhanced: reformatted code to synchronized it with the article
|
2019-10-07 12:20:54 +02:00 |
|
Afshin
|
78cb7a3a3f
|
Enhanced: given_when_then pattern naming and formatting problems are resolved
|
2019-10-07 11:52:22 +02:00 |
|
Afshin
|
da1ac659fb
|
decodeText implementation is reformatted
|
2019-10-06 11:22:18 +02:00 |
|
Afshin
|
750aab063e
|
indentations are adjusted
|
2019-10-06 11:07:21 +02:00 |
|
Afshin
|
2bb48cbedc
|
Wildcard imports are replaced by named classes and static import is removed
|
2019-10-05 21:07:21 +02:00 |
|
Alessio Stalla
|
9e06c59a1b
|
Merge branch 'BAEL-16646' into BAEL-16646-2. Flatten additional datetime modules and create new time-measurements module with 3 articles.
# Conflicts:
# core-java-modules/core-java-datetime/README.md
# core-java-modules/core-java-datetime/pom.xml
|
2019-10-04 22:10:05 +02:00 |
|
Afshin
|
230b2db438
|
MalformedInputException test functions are added
|
2019-09-29 18:30:31 +02:00 |
|
Loredana Crusoveanu
|
a4af49d09e
|
Merge branch 'master' into core-java-move-1
|
2019-09-14 11:45:57 +03:00 |
|
Dhawal Kapil
|
2c19d277d4
|
BAEL-17420 Slice 16 | The top 100 articles should have their own package in the module (#7747)
|
2019-09-13 11:38:57 +01:00 |
|
Sam Millington
|
3207ee034a
|
Merge branch 'master' into core-java-move-1
|
2019-09-08 18:21:13 +01:00 |
|
Eric Martin
|
2747b3b5e4
|
import java.util.Arrays;
|
2019-09-05 14:45:00 -05:00 |
|
Sjmillington
|
3e155818d5
|
[BAEL-13505] Move articles out of core-java part 1
|
2019-09-05 17:44:52 +01:00 |
|
Philippus Baalman
|
ad54ac6f5e
|
Fix message for exception
|
2019-08-23 00:29:27 +02:00 |
|
Philippus Baalman
|
72a108f960
|
Drop last 4 bytes of computed SHA-1 hash
|
2019-08-23 00:23:46 +02:00 |
|
Loredana Crusoveanu
|
8226e6982f
|
Update README.md
|
2019-07-19 12:54:52 +03:00 |
|
amit2103
|
f4a0913e79
|
[BAEL-15942] - POM Properties Cleanup
|
2019-07-14 18:40:26 +05:30 |
|
amit2103
|
37e402eb60
|
[BAEL-15322] - Fix formatting of POMs
|
2019-07-07 23:59:01 +05:30 |
|
Marcos Lopez Gonzalez
|
5ddae76ae1
|
code moved from core-java to core-java-exceptions
|
2019-06-20 19:46:17 +02:00 |
|