rahulgul8
888539b06d
Changes for "Guide to finally in Java" (BAEL-3526) ( #8237 )
...
* Adding files for finally keyword
* Adding returnFromCatch example.
* Adding empty braces instead of dangling ;
* Return from try, removing the catch block.
* moving to to core-java module
* moving to core-java-lang-2
2020-01-01 13:11:12 +02:00
Josh Cummings
bdc82cf661
Merge pull request #8420 from kwoyke/BAEL-19890
...
BAEL-19890: Upgrade to Spring Boot 2.2.2 and refactor test method
2019-12-31 17:16:46 -07:00
rohitchaudhary2023
ce26810b4a
BAEL-3380 ( #8454 )
...
* initial commit
* changes for articlesBAEL-3380
* Removed evaluation article files
* BAEL-3380
* adding test case BAEL-3380
* BAEL-3380
* BAEL-3380 - updated tests and removed main class
* BAEL-3380 - Updated Test class name
* BAEL-3380 - Updated Test class name
* BAEL-3380 - Updated testcase names as per BDD naming convention
* BAEL 3380 - Added JMH benchmark
2019-12-31 13:22:53 -08:00
mnafshin
70aa0ba234
PowerSet generation is Java and respective unit tests are added (BAEL-3417) ( #8284 )
...
* PowerSet generation is Java and respective unit tests are added
* function name is adjusted to the actual ordering name (Reverse Lexicographical ordering)
* Guava example test function is changed
* LazyLoad powerSet (based on Guava implementation) is added
* set is used instead of map.keySet()
2019-12-30 09:39:05 -08:00
Erik Pragt
9b35c6194f
Merge pull request #8399 from AlNiyas/samedayimprovement
...
[BAEL-3632] Using Instant to check for same day
2019-12-30 00:45:13 +11:00
Loredana Crusoveanu
1c3f2d68dd
Merge pull request #8434 from kwoyke/BAEL-3674
...
BAEL-3674: Remove the broken test
2019-12-29 12:23:20 +02:00
Loredana Crusoveanu
c95a5bcd20
Merge pull request #8446 from eugenp/lor6-patch-5
...
Update pom.xml
2019-12-29 10:36:10 +02:00
Josh Cummings
29252c4b38
Merge pull request #8438 from catalin-burcea/BAEL-19885
...
[BAEL-19885] - Move articles out of core-kotlin part4
2019-12-29 00:05:06 -07:00
Loredana Crusoveanu
652f274722
Merge pull request #8445 from eugenp/lor6-patch-4
...
Delete README.md
2019-12-29 00:44:10 +02:00
Krzysiek
df1944164b
BAEL-3674: Remove two more unit tests
2019-12-28 23:13:39 +01:00
Loredana Crusoveanu
79271d372e
Merge pull request #8413 from eugenp/lor6-patch-3
...
Update README.md
2019-12-28 21:59:58 +02:00
Loredana Crusoveanu
cc91cad476
Merge pull request #8412 from eugenp/lor6-patch-2
...
Update README.md
2019-12-28 21:59:41 +02:00
Loredana Crusoveanu
0419a53c9d
Merge pull request #8372 from eugenp/lor6-patch-1
...
Update README.md
2019-12-28 21:59:27 +02:00
Loredana Crusoveanu
7061e8c012
Update pom.xml
2019-12-28 21:58:50 +02:00
Loredana Crusoveanu
954d0404c3
Delete README.md
2019-12-28 21:53:28 +02:00
Graham Cox
17dc359d5b
Examples for Branch Prediction article ( #8426 )
2019-12-28 20:20:11 +01:00
Eric Martin
f4ff0da44a
Merge pull request #8370 from shubhi22/BAEL-3500-logback-email
...
BAEL-3500 Emails with Logback
2019-12-28 12:44:10 -06:00
Shubhra
03889c24e9
BAEL-3500 Incorporating Review comment
2019-12-28 21:42:52 +05:30
Loredana Crusoveanu
78f6f1d318
Merge pull request #8443 from rozagerardo/rozagerardo/BAEL-19382_update-parent-spring-5
...
[BAEL-19382] Upgrade parent-spring-5 to the latest version of Spring 5
2019-12-28 16:23:47 +02:00
KevinGilmore
00f1678514
BAEL-3485 update README ( #8444 )
...
* BAEL-3336 BAEL-3058 add links
* BAEL-3319: add link
* BAEL-3284: add link
* BAEL-3198: add link to article
* BAEL-3479: add link to article
* BAEL-3485: add article link
2019-12-28 07:49:04 -06:00
Josh Cummings
b557a478d1
Merge pull request #8440 from kwoyke/BAEL-20552
...
BAEL-20552: Standardize packages for spring-4, spring-vault and spring-webflux-amqp modules
2019-12-27 21:59:14 -07:00
Josh Cummings
2de294f758
Merge pull request #8435 from amit2103/BAEL-17317-11
...
Bael 17317 11
2019-12-27 21:56:29 -07:00
Josh Cummings
d295f71498
Merge pull request #8436 from amit2103/BAEL-17317-31
...
Bael 17317 31
2019-12-27 21:56:11 -07:00
Josh Cummings
1e05deee71
Merge pull request #8437 from amit2103/BAEL-17317-41
...
Bael 17317 41
2019-12-27 21:55:54 -07:00
Josh Cummings
2f3b86794e
Merge pull request #8408 from rozagerardo/rozagerardo/BAEL-18321_Improve-Spring-Security-and-OpenID-Connect--after-modules-restructure
...
[BAEL-18321] spring-security-openid | Improve "Spring Security and OpenID Connect" article
2019-12-27 21:51:50 -07:00
Josh Cummings
4210139c29
Merge pull request #8430 from catalin-burcea/BAEL-16663
...
[BAEL-16663] - Split or move spring-mvc-java module
2019-12-27 21:17:22 -07:00
Carlos Cavero
4618f0d773
Bael 3618 array strings body Swagger API mvc-2 ( #8421 )
...
* Add springfox, devtools and apache commons dependencies
* Add the Swagger yaml file to the main project
* Add the general README and Swagger yaml description
* Implement the functionalities and add the Swagger annotations
* Adjust indentation and reformatting
* Change formatting of pom from 6 to 4
2019-12-27 14:08:50 -08:00
macroscopic64
8fab22b6e7
[BAEL-3485] - Java Range lookup problem ( #8392 )
...
* [BAEL-3485] - Java Range lookup problem
* [BAEL-3485] - Java Range lookup problem
* [BAEL-3485] - Java Range lookup problem
2019-12-27 12:04:59 -06:00
mguarnaccia
5e2b3271d1
BAEL-3486 ( #8424 )
...
* Hexagonal architecture: a quick and practical example
* BAEL-3486
commit
* Formatting issue solved
2019-12-27 09:20:10 -08:00
catalin-burcea
9d77b85aed
[BAEL-16663] - Split or move spring-mvc-java module
2019-12-27 16:44:05 +02:00
Gerardo Roza
12b178c4bb
fixed errors due to spring-5 version upgrade
2019-12-27 11:06:26 -03:00
Gerardo Roza
bcfa591f93
upgraded parent-spring-5 version
2019-12-27 11:04:23 -03:00
Krzysztof Woyke
066ac49488
BAEL-20552: Migrate spring-webflux-amqp module to the com.baeldung package
2019-12-27 14:43:10 +01:00
Krzysztof Woyke
411140cceb
BAEL-20552: Migrate spring-vault module to the com.baeldung package
2019-12-27 14:38:30 +01:00
Krzysztof Woyke
7a827f178f
BAEL-20552: Migrate spring-4 module to the com.baeldung package
2019-12-27 14:35:32 +01:00
catalin-burcea
3254a03d8a
[BAEL-19885] - Move articles out of core-kotlin part4
2019-12-27 13:36:41 +02:00
amit.pandey
bb3f4f5a01
resolve merge conflict
2019-12-27 13:52:53 +05:30
amit.pandey
9116b6ab40
resolve merge conflict
2019-12-27 13:50:09 +05:30
amit.pandey
6a67c8c719
rename package name
2019-12-27 13:36:36 +05:30
amit.pandey
b3ec0955bb
rename package name
2019-12-27 13:32:29 +05:30
amit.pandey
22a2020339
resolve merge conflict
2019-12-27 13:11:39 +05:30
amit.pandey
f1c47a10d3
resolve merge conflict
2019-12-27 12:57:27 +05:30
amit.pandey
123a5cfd55
renamed the package name
2019-12-27 12:48:31 +05:30
Josh Cummings
b63a8c2335
Merge pull request #8432 from kwoyke/BAEL-20537
...
BAEL-20537: Standardize packages for some smaller modules
2019-12-26 23:33:44 -07:00
Josh Cummings
05fe20164d
Merge pull request #8387 from catalin-burcea/BAEL-19883
...
[BAEL-19883] - Move articles out of core-kotlin part2
2019-12-26 23:05:22 -07:00
Krzysiek
1973c49acb
BAEL-3674: Remove the broken test
2019-12-26 22:36:10 +01:00
Gerardo Roza
04f9c4888e
renamed spring-security-modules/spring-security-openid to spring-security-modules/spring-security-oidc
2019-12-26 12:06:02 -03:00
Eric Martin
2025af5977
Merge pull request #8393 from wugangca/BAEL-3406
...
BAEL-3406 Kruskal’s Algorithm for Spanning Trees
2019-12-25 12:23:31 -06:00
Loredana Crusoveanu
4452a88e4f
Merge pull request #8428 from amit2103/BAEL-18774-1
...
[BAEL-18774] - extracted versions into properties
2019-12-25 14:48:46 +02:00
Loredana Crusoveanu
07777e159d
Merge pull request #8417 from Thabo08/catching-throwable-2
...
t.ntsoko@gmail.com - Moving CatchingThrowable.java to the core-java-exceptions-2 module
2019-12-25 10:34:47 +02:00