Commit Graph

12066 Commits

Author SHA1 Message Date
ciro 31f858f3ba review changes 2019-02-10 17:12:04 -08:00
markoprevisic 185a7f0e18 [BAEL-2533] removed unused import 2019-02-10 20:37:41 +01:00
markoprevisic 540f96acb0 [BAEL-2533] formatting json date output in spring boot 2019-02-10 20:34:45 +01:00
Loredana Crusoveanu ecabba42ef
Merge pull request #6311 from eugenp/method-ref-fix
update meth ref ex
2019-02-10 19:05:52 +02:00
Loredana c0f72ffa88 update meth ref ex 2019-02-10 19:00:55 +02:00
Loredana Crusoveanu 8eb2262b0c
Merge pull request #6310 from eugenp/lor6-patch-1
Create README.md
2019-02-10 18:36:50 +02:00
Loredana Crusoveanu ac06100e1b
Create README.md 2019-02-10 18:32:25 +02:00
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 Vaccari a079636e79 BAEL-2514 - Changed key pattern example to use same map as others 2019-02-10 14:50:45 +00: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
KevinGilmore 7c5da0c07c
Update spring-soap/pom.xml
Co-Authored-By: alv21 <ciroalvino@hotmail.com>
2019-02-09 11:18:47 -08:00
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
mherbaghinyan 3704450509 more tests 2019-02-08 14:55:23 +04: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
soufiane-cheouati 0da1ab969a
Add files via upload 2019-02-07 19:53:42 +00:00
soufiane-cheouati c49eaed0e5
Custom annotation files 2019-02-07 19:51:04 +00:00
soufiane-cheouati 7f0e317513
Merge pull request #1 from eugenp/master
Syncing
2019-02-07 18:52:12 +00: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
pandachris c3680c228a
Merge pull request #17 from eugenp/master
merge from eugenp master
2019-02-06 11:06:03 +07: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
Denis Zhdanov 29c13ca801 BAEL-2582 Building DSLs in Kotlin
* added basic SQL DSL
* basic SQL DSL tests
2019-02-06 11:12:14 +08:00
dupirefr 00a3cd2951 Merge branch 'bael-2538' 2019-02-05 18:42:42 +01:00
dupirefr 04749e3313 [BAEL-2538] Added tutorial queries and tests 2019-02-05 18:41:57 +01: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
Raghav Jha 998e0a5b81 BAEL-2456 Hibernate Query Plan Cache 2019-02-05 17:45:51 +05:30
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