Commit Graph

11709 Commits

Author SHA1 Message Date
Loredana Crusoveanu 995110cee3
Merge pull request #6309 from eugenp/BAEL-2585-v
update solid ex
2019-02-10 18:29:25 +02:00
Loredana 68ea49996b update solid ex 2019-02-10 18:24:45 +02:00
Loredana Crusoveanu a98aedd25b
Merge pull request #6304 from amit2103/BAEL-12091
[BAEL-12091] - Fix formatting of POMs
2019-02-10 17:09:44 +02:00
Juan Moreno 312f633d15 BAEL-2490 Code samples (#6211)
* Added initial samples

* Added initial samples

* Awaitility updated
2019-02-09 22:54:51 -06:00
Eric Martin c60e6f1561
Merge pull request #6261 from dev-chirag/master
BAEL2567 - New section on Lombok’s @Getter(lazy=true)
2019-02-09 17:33:15 -06:00
amit2103 97f8a0c46c [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
Loredana Crusoveanu f79f427dac
Merge pull request #6273 from amit2103/BAEL-12090
[BAEL-12090] - Extract versions into properties
2019-02-09 14:41:37 +02:00
Loredana Crusoveanu 0fff3a4f88
Update pom.xml 2019-02-09 13:10:58 +02:00
Loredana Crusoveanu fddca1955d
Update pom.xml 2019-02-09 13:03:12 +02:00
Eric Martin 113fe5cbce
Merge pull request #6301 from eugenp/BAEL-2658-CodeReview
BAEL-2658: Fixed eqaul/equal
2019-02-09 00:21:08 -06:00
eric-martin d7b5eaf0f4 BAEL-2658: Fixed eqaul/equal 2019-02-08 23:41:48 -06:00
Eric Martin 4ba3b740d6
Merge pull request #6260 from alimate/BAEL-2658
Refactored the test names and used backtick identifiers.
2019-02-08 23:30:27 -06:00
Eric Martin eed4d8f508
Merge pull request #6236 from SmartyAnsh/BAEL-2659_Reading_a_file_in_Groovy
Bael 2659 reading a file in groovy
2019-02-08 22:25:28 -06:00
Maiklins ba16cee334 BAEL-2572 Ahead of Time Compilation (AoT) (#6275) 2019-02-08 16:22:10 +01:00
Anshul Bansal 6a8e295feb BAEL-2659 - Reading a file in Groovy - typo corrected 2019-02-08 08:53:29 +02:00
Loredana Crusoveanu 56002a3cc7
Update pom.xml 2019-02-08 00:27:29 +02:00
Eric Martin e6f9af4c3f
Merge pull request #6265 from amdegregorio/master
BAEL-2542
2019-02-06 21:46:45 -06:00
Eric Martin c9fd46e693
Merge pull request #6262 from soufiane-cheouati/master
Adding marker interfaces files
2019-02-06 20:53:20 -06:00
KevinGilmore 231b8ada5b
BAEL-2577: update README (#6295)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles

* BAEL-2367: add link back to article

* BAEL-2335: add link back to article

* BAEL-2413: add link back to article

* Update README.MD

* BAEL-2577: add link back to article
2019-02-06 20:22:19 -06:00
cror 2aa4e807c0 toSet, toMap: adding examples with duplicates (#6264)
* BAEL-2548 fix typo

* BAEL-2548 toSet, toMap: added tests with duplicate elements
2019-02-06 18:57:56 -06:00
Loredana Crusoveanu e49d46d240
Merge pull request #6292 from pcoates33/BAEL-2527
BAEL-2527 Add section to Java enum iteration article
2019-02-06 23:54:30 +02:00
pcoates 27e8c7f0f2 Merge branch 'master' into BAEL-2527 2019-02-06 20:06:42 +00:00
pcoates 0066ecfdbd Corrected package for classes in com.baeldung.scope 2019-02-06 20:05:06 +00:00
pcoates 5ef2a9040a BAEL-2527 Added ArrayList example to EnumIterationExamples 2019-02-06 20:04:30 +00:00
Loredana Crusoveanu 27422d039d
Merge pull request #6284 from collaboratewithakash/master
Back-link added
2019-02-06 21:19:20 +02:00
Mikhail Chugunov 1f244261d0 BAEL-2443: jsonview spring security (#6291)
* BAEL-2443: Implement filtering with @JsonView based on spring security role

* Cleanup test

* Rename tests

* Fix renaming roles after refactoring

* BAEL-2443: Restore return statement in controller advice
2019-02-06 09:37:22 -08:00
Eric Martin 582bb8a3d5
Merge pull request #6289 from eugenp/BAEL-2399
BAEL-2399: Migrate Spring DI example to spring-core module
2019-02-05 22:23:27 -06:00
eric-martin 01fa4cfaf8 BAEL-2399: Migrate Spring DI example to spring-core module 2019-02-05 22:14:51 -06:00
Eric Martin 874acddfcf
Merge pull request #5986 from codehunter34/BAEL-2399
BAEL-2399: Guice vs Spring - Dependency Injection
2019-02-05 21:24:27 -06:00
Seun Matt 46bad01ab9 added example code for BAEL-2549 (#6282)
* added example code for BAEL-2366

* moved example code for BAEL-2366

* example code for BAEL-1961

* moved example code into integration test

* updated the test assertions

* refactor the spring boot persistence mongodb module

* remove redundant example code

* declared the spring boot persistence module in the root pom

* fixed issue with non-imported file

* added example code for BAEL-2418

* added example code for BAEL-2549
2019-02-05 08:15:14 -08:00
collaboratewithakash a64b8054e7
Back-link added 2019-02-05 17:25:18 +05:30
collaboratewithakash 93ca117fa8
Back-link added 2019-02-05 17:23:34 +05:30
collaboratewithakash ad763b4ac5
Back-link added 2019-02-05 17:19:39 +05:30
collaboratewithakash 0a1b2fd680
Back-link added 2019-02-05 17:17:34 +05:30
collaboratewithakash 434ec77c6f
Back-link added 2019-02-05 17:15:30 +05:30
collaboratewithakash ab0d05758c
Back-link added 2019-02-05 17:09:01 +05:30
collaboratewithakash e7868372a8
Back-link added 2019-02-05 17:07:14 +05:30
collaboratewithakash 3814744d59
Back-link added 2019-02-05 17:05:30 +05:30
collaboratewithakash 347061485d
Back-link added 2019-02-05 17:01:27 +05:30
collaboratewithakash 30cbbd3944
Back-link added 2019-02-05 16:58:24 +05:30
collaboratewithakash b5d178c15e
Back-link added 2019-02-05 16:55:15 +05:30
collaboratewithakash 6582a398c1
Back-link added 2019-02-05 16:51:16 +05:30
collaboratewithakash 77f2f11f88
Back-link added 2019-02-05 16:48:15 +05:30
collaboratewithakash d69d417b1b
back-link added 2019-02-05 16:43:06 +05:30
collaboratewithakash 56900e26e0
Back-link added 2019-02-05 16:40:37 +05:30
collaboratewithakash dde992c3b9
Back-link added 2019-02-05 16:37:27 +05:30
collaboratewithakash f528f7ff83
Back-link added 2019-02-05 16:35:20 +05:30
collaboratewithakash 62a721d98d
Back-link added 2019-02-05 16:21:14 +05:30
collaboratewithakash 8a8ed15217
Back-link added 2019-02-05 16:19:19 +05:30
collaboratewithakash eea1576cd7
Back-link added 2019-02-05 16:15:58 +05:30