Commit Graph

12935 Commits

Author SHA1 Message Date
Kevin Wittek 14bf329f9f BAEL-2771 Add String matching example to core-groovy (#6726) 2019-04-14 12:49:50 -07:00
Anshul Bansal d0a6c5701a BAEL-2661 - Groovy def keyword 2019-04-14 22:02:14 +03:00
amit2103 10897b14b8 [BAEL-14088] - Moved interceptop, rest config and live test back to spring-rest module 2019-04-15 00:05:03 +05:30
amit2103 f737435586 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-14088 2019-04-14 23:36:44 +05:30
amit2103 4d5d647e71 [BAEL-14089] - Removed PostRestApplication main class and adjusted configuration 2019-04-14 23:34:23 +05:30
amit2103 a7febb73eb Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-14089 2019-04-14 23:05:34 +05:30
Loredana Crusoveanu d958ee9e03
Merge pull request #6667 from freddyaott/master
[BAEL-2767] Guide to Google Tink
2019-04-14 20:34:49 +03:00
josephine-barboza 5a3d6a0c51
BAEL-2766 Added more asserts to add items to map 2019-04-14 22:56:48 +05:30
amit2103 bcca8479d5 [BAEL-14127] - Moved code to jackson-simple 2019-04-14 22:40:48 +05:30
Loredana Crusoveanu ffbfa16435
Merge pull request #6705 from rozagerardo/geroza/BAEL-9493_Fix-tests-in-spring-cloud-projects-part-2
[BAEL-9494] fix spring-cloud context integration tests - part 2
2019-04-14 19:57:29 +03:00
Kumar Chandrakant 87e2047eb5 Adding source files for the tutorial BAEL-2788 (#6699)
* Adding source files for the tutorial BAEL-2788

* Made changes to the code for the review comments
2019-04-14 18:55:16 +02:00
sumit.sg34 93d6d243ac formatting done : removing tabs 2019-04-14 20:56:40 +05:30
Alejandro Gervasio e89f5ace7a BAEL-2840 - Spring Data Web Support (#6672)
* Initial Commit

* Update UserRepository.java

* Update UserControllerIntegrationTest.java

* Update UserRepository.java

* Update pom.xml
2019-04-14 09:38:21 -05:00
Ganesh Pagade 15cb0aebfc fix spring boot project 2019-04-14 17:42:51 +05:30
Sushant 431670601a Created new module guava-collections-set 2019-04-14 12:21:51 +03:00
Loredana Crusoveanu a821cd553d
Merge pull request #6722 from amit2103/BAEL-14090
[BAEL-14090] - Moved code for Testing REST API article
2019-04-14 10:36:01 +03:00
Loredana Crusoveanu 026459a7e6
Merge pull request #6686 from kacperkoza/BAEL_spock_extensions
Update spock to 1.3
2019-04-14 09:45:24 +03:00
Denis ce09990056 BAEL-1931 rename SampleService to SampleClient (#6682)
* BAEL-1931 rename SampleService to SampleClient

* remove not null assertion

* remove fixed method order

* disable usage of local kerberos ticket cache
2019-04-14 08:24:03 +02:00
amit2103 bcbe5348e4 [BAEL-14090] - Moved code for Testing REST API article 2019-04-14 11:42:12 +05:30
amit2103 2dd7251361 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-14089 2019-04-14 11:17:05 +05:30
Eric Martin 7fc7e61674
Merge pull request #6674 from CROSP/inputstream-to-string-in-kotlin
BAEL-2654 InputStream to String in Kotlin
2019-04-13 20:21:52 -05:00
amit2103 789c6695df [BAEL-14089] - Moved code for Entity to DTO article 2019-04-14 00:49:30 +05:30
amit2103 0d1db00791 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-14088 2019-04-14 00:11:12 +05:30
Loredana Crusoveanu fd3e1fbded
Merge pull request #6709 from dkapil/task/BAEL-10891
BAEL-10891 Renamed tests to *ManualTest because these tests need a ru…
2019-04-13 21:01:10 +03:00
amit2103 6b0a96291e [BAEL-14088] - Moved code for RequestBody and ResponseBody annotations article 2019-04-13 23:16:33 +05:30
Loredana Crusoveanu 80d5fbc16f
Merge pull request #6714 from collaboratewithakash/master
Added some back-links
2019-04-13 18:13:06 +03:00
KevinGilmore fa91124563
BAEL-2489: update README (#6716)
* 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

* BAEL-2490: add link back to article

* BAEL-2471: add link back to article

* BAEL-2583: add link back to article

* BAEL-2738: add link back to article

* BAEL-2711: Add spring-boot-angular module to root pom

* BAEL-2544 BAEL-2711 BAEL-2575 BAEL-2657 Add links back to articles

* BAEL-2736: Add link back to article

* BAEL-2789: Add link back to article

* BAEL-2489: add link back to article
2019-04-13 09:46:01 -05:00
Loredana Crusoveanu 3990032d76
Merge branch 'master' into master 2019-04-13 14:22:12 +03:00
mprevisic 03a369d153 BAEL-1970 fixed logback base.xml path 2019-04-13 10:36:17 +02:00
Marcos Lopez Gonzalez 9df90567d4 BAEL-2464 - lambdas and final local variables (#6530)
* lambdas and final local variables

* workarounds when using non-final local variables in lambdas

* cleanup

* capturing lambdas refactor

* lambdas and local variables

* added comments to capturing lambdas examples

* lambdas variables moved to core-java-lambdas

* core-java-lambdas module moved in pom

* format
2019-04-12 23:10:46 -06:00
isa ölmez 28ae6b644e BAEL-2811: Added new code samples (#6711) 2019-04-12 13:59:57 -07:00
Seun Matt f6aa400ace example code for BAEL-2849 (#6701)
* added example code for BAEL-2083

* updated example code for BAEL-2083

* added example code for BAEL-2849
2019-04-12 13:55:27 -07:00
Loredana Crusoveanu dfc9b0d027
Merge pull request #6688 from sheryllresulta/master
Bi-monthly test fix - BAEL-13609
2019-04-12 23:01:56 +03:00
DOHA 00d6406ef9 add generic constructor examples 2019-04-12 16:31:22 +02:00
mprevisic 6ae1e85d13 BAEL-1970 fixed formatting 2019-04-12 09:13:59 +02:00
sheryllresulta d2aa295e0b
Update README.md 2019-04-12 14:18:53 +08:00
sheryllresulta 09e2478263
Update README.md 2019-04-12 14:18:00 +08:00
sheryllresulta 7fdf72c7e3
Update README.MD 2019-04-12 14:16:47 +08:00
sheryllresulta b3a1a0cab0
Update README.md 2019-04-12 14:12:07 +08:00
Eric Martin 9ff896fe4e
Merge pull request #6652 from SmartyAnsh/master
BAEL-2800 -  BAEL-2800_Copying_a_HashMap_in_Java - new module added
2019-04-11 22:12:25 -05:00
ashleyfrieze 759bcd045b
Merge pull request #6704 from myluckagain/BAEL2477
Moved to new module
2019-04-11 21:45:26 +01:00
Loredana Crusoveanu de6db68e39
Merge pull request #6708 from dkapil/task/BAEL-14079
BAEL-14079 Renamed test to conform to *UnitTest.java convention
2019-04-11 21:02:48 +03:00
sumit.sg34 7bb364a2f2 BAEL-2841 updated test cases and test data 2019-04-11 23:01:50 +05:30
Dhawal Kapil 2841688215 BAEL-10891 Moved projects spring-5-data-reactive and spring-amqp-simple from heavy profiles to default-second and integration-lite-second 2019-04-11 20:55:38 +05:30
Dhawal Kapil 4f5aaa3818 BAEL-10891 Renamed tests to *ManualTest because these tests need a running mongo db server 2019-04-11 20:39:01 +05:30
Dhawal Kapil 00d8db4d6c BAEL-14079 Renamed test to conform to *UnitTest.java convention 2019-04-11 20:14:53 +05:30
Anurag Goyal fece0dc4b8 changes as per review comments 2019-04-11 19:06:41 +05:30
Anurag Goyal d9540eff75 changes for review comments 2019-04-11 14:52:55 +05:30
sheryllresulta 0f216b2568
Create README.md 2019-04-11 15:30:50 +08:00
sheryllresulta c634b44ed6
Update README.md 2019-04-11 15:29:15 +08:00