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
Afshin
230b2db438
MalformedInputException test functions are added
2019-09-29 18:30:31 +02:00
Dhawal Kapil
e8f83431b3
BAEL-17341 Slice 8 | The top 100 articles should have their own package in the module ( #7664 )
2019-08-29 08:46:51 -06:00
Devender Kumar
6b76d5ed0e
adde validation group code ( #7646 )
...
* Added cascading type mudule
* fix compile error
* updated dependency version in pom
* Added BigDecimal validation classes
* Updated test cases
* Remove syso from test cases
* Updated test cases
* Added validation group code
* Added validation group code
* Added validation group code
2019-08-29 10:36:53 +02:00
Loredana Crusoveanu
5d57a6f11f
Merge pull request #7649 from amit2103/BAEL-16824
...
[BAEL-16824] - Added modules which are not built in the main pom
2019-08-29 08:34:32 +03:00
Harsha Veeravalli
bfd84477ee
[BAEL-3211] Generate Integers within a range in Java ( #7668 )
...
* [BAEL-3211] Generate Integers within a range in Java
* [BAEL-3211] Generate Integers within a range in Java
* Moved files from java-numbers to java-numbers-2
2019-08-28 21:46:47 -07:00
Loredana Crusoveanu
8d67d8496a
Merge pull request #7651 from amit2103/BAEL-16822
...
[BAEL-16822] - Aligned module names, folder names and artifact id
2019-08-29 00:04:11 +03:00
amit2103
c3fa0a1e92
[BAEL-16824] - Added modules alphabatically
2019-08-29 00:32:18 +05:30
amit2103
788a0258e8
[BAEL-16822] - Added removed css file
2019-08-29 00:08:58 +05:30
amit2103
71b8657f76
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-16822
2019-08-29 00:08:06 +05:30
Kumar Chandrakant
9d825c429e
Adding source code for the article tracked under BAEL-3232. ( #7657 )
2019-08-28 06:55:04 +02:00
Fabio Silva
0216c364b0
Add a Header to a Jersey SSE Client Request ( #7662 )
...
* Add a Header to a Jersey SSE Client Request
(cherry picked from commit ee70714e7885cf8713e9c2698a8a8d93fb6a53c8)
* Class and Methods rename
2019-08-27 08:33:06 -07:00
Sam Millington
bfba59a42f
Moved the benchmarks class, updated README with instructions, updated… ( #7650 )
...
* Moved the benchmarks class, updated README with instructions, updated pom with build instructions for easy benchmark running
* updated README, changed wrong benchmarks.java to *.jar
2019-08-26 21:16:44 -04:00
Dhawal Kapil
7e18a82d1b
BAEL-16906 Slice 6 | The top 100 articles should have their own package in the module ( #7652 )
...
-Moved packages
2019-08-26 21:13:00 -04:00
rpvilao
192774ef2c
Merge pull request #7400 from catalin-burcea/BAEL-1953
...
[BAEL 1953] - added StreamTokenizer examples
2019-08-26 09:07:57 +02:00
Loredana Crusoveanu
99028daf47
Merge pull request #7653 from amit2103/BAEL-7387-1
...
[BAEL-7387] - Fix integration tests for spring-5-mvc module
2019-08-26 08:13:39 +03:00
Loredana Crusoveanu
abef84c739
Merge pull request #7644 from amit2103/BAEL-16733
...
[BAEL-16733] - Update package name and tests in spring-security-core
2019-08-26 08:06:22 +03:00
Loredana Crusoveanu
b3aeddf0d5
Merge pull request #7648 from amit2103/BAEL-12749-1
...
[BAEL-12749] - Moved the Hibernate specific articles out of persisten…
2019-08-26 08:01:15 +03:00
Eric Martin
1e777f9859
Merge pull request #7621 from wugangca/BAEL-3146
...
BAEL-3146 Source code for article: Checked and Unchecked Exceptions i…
2019-08-25 14:11:28 -05:00
Eric Martin
e3183a7e6b
Merge pull request #7645 from eugenp/BAEL-2774
...
BAEL-2774: Remove gradle-5/.gitignore
2019-08-25 13:35:58 -05:00
Anshul Bansal
bcbff27129
BAEL-2846 - JDIExample renamed to JDIExampleDebuggee ( #7636 )
2019-08-25 20:22:38 +02:00
amit2103
67d82a7e6d
[BAEL-7387] - Fix integration tests for spring-5-mvc module
2019-08-25 23:29:19 +05:30
amit2103
88b03226de
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-16822
2019-08-25 23:08:25 +05:30
Gang
2796491d84
Add @Test annotation
2019-08-25 11:13:21 -06:00
NickTononi
3a5f594754
[BAEL-3149] Java 'private' access modifier ( #7622 )
...
* Added private access modifier to tutorials
* added private access modifier example to core-lang-2 module
* [BAEL-3149] Java 'private' access modifier
* Update core-java-modules/core-java-lang-oop-2/src/main/java/com/baeldung/core/modifiers/Employee.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Update core-java-modules/core-java-lang-oop-2/src/main/java/com/baeldung/core/modifiers/Employee.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2019-08-25 11:11:24 -05:00
Kamlesh Kumar
1888614f84
Updated code example and test case for mutex ( #7642 )
2019-08-25 08:43:47 -07:00
amit2103
5a2809de8b
[BAEL-16822] - Aligned module names, folder names and artifact id
2019-08-25 19:09:24 +05:30
amit2103
21f18fcc9f
[BAEL-16824] - Added modules which are not built in the main pom
2019-08-25 17:06:54 +05:30
rpvilao
58595acd6f
Merge pull request #7630 from rahulgul8/3150
...
Adding System.exit example
2019-08-25 11:07:08 +02:00
amit2103
b172804fe1
[BAEL-16733] - Update package name and tests in spring-security-core
2019-08-25 10:30:00 +05:30
amit2103
50ca18c4ce
[BAEL-12749] - Moved the Hibernate specific articles out of persistence-modules/spring-jpa module
2019-08-25 10:14:33 +05:30
amit2103
03977951bb
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-16733
2019-08-25 10:05:04 +05:30
Dhawal Kapil
ef8c8758c8
BAEL-16792 Slice 3 | The top 100 articles should have their own package in the module ( #7596 )
2019-08-24 19:17:48 -04:00
Laurentiu Delcea
2ae596d54d
BAEL-2528 FreeMarker common operations ( #7586 )
...
* BAEL-2528 FreeMarker common operations
* BAEL-2528 FreeMarker common operations
* BAEL-2528 FreeMarker common operations
2019-08-24 19:12:29 -04:00
Dhawal Kapil
d05905664f
BAEL-16838 Slice 5 | The top 100 articles should have their own package in the module ( #7632 )
...
- Moved snippets in correct packages
2019-08-24 18:58:47 -04:00
Dhawal Kapil
64f32d82eb
BAEL-16809 Slice 4 | The top 100 articles should have their own package in the module ( #7615 )
2019-08-24 18:57:42 -04:00
amit2103
7e64869f48
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-16733
2019-08-25 01:47:21 +05:30
Loredana Crusoveanu
d3ade897d1
Merge pull request #7602 from eugenp/lor6-patch-2
...
Update README.md
2019-08-24 22:54:04 +03:00
Loredana Crusoveanu
d4785ec41c
Merge pull request #7607 from eugenp/lor6-patch-3
...
Create README.md
2019-08-24 22:53:30 +03:00
Loredana Crusoveanu
5d7f5d9924
Merge pull request #7626 from eugenp/lor6-patch-4
...
Create README.md
2019-08-24 22:48:51 +03:00
Loredana Crusoveanu
4e401fe222
Merge pull request #7604 from amit2103/BAEL-12749
...
Bael 12749
2019-08-24 21:58:07 +03:00
eric-martin
6a483e6eab
BAEL-2774: Remove gradle-5/.gitignore
2019-08-24 12:16:34 -05:00
Eric Martin
e57a8a2d08
Merge pull request #7580 from srzamfir/feature/BAEL-2774-Run-Java-main-method-using-Gradle
...
BAEL-2774: Run a Java main method using Gradl
2019-08-24 11:53:22 -05:00
amit2103
7e1ee8740e
[BAEL-16733] - Update package name and tests in spring-security-core
2019-08-24 20:29:21 +05:30
Muhammad Asif Anwar
a298c3925c
Merge pull request #7601 from asif-anwar/remove-travis-config
...
File deleted as everything now builds on Jenkins
2019-08-24 15:43:34 +04:00