Commit Graph

12794 Commits

Author SHA1 Message Date
dupirefr 382216bdb1 [BAEL-2882] Picocli 2019-04-21 13:26:25 +02:00
Loredana Crusoveanu 5e859a117f
Merge pull request #6745 from rozagerardo/geroza/BAEL-14138_update-and-move-Spring-HAETOAS-article
[BAEL-14138] Update and move code for the "Spring HATEOAS" article
2019-04-21 14:01:55 +03:00
Loredana Crusoveanu 491290cb39
Merge pull request #6769 from rozagerardo/geroza/BAEL-14071_Fix-tests-in-spring-cloud-projects-part-3
[BAEL-14071] fix tests in spring-cloud projects - part 3
2019-04-21 13:24:41 +03:00
Loredana Crusoveanu 4fd430d723
Merge pull request #6743 from eugenp/BAEL-2722-V2
move json resttemplate code
2019-04-21 13:09:06 +03:00
Loredana Crusoveanu 82f402820a
Merge pull request #6489 from cz111000/patch-1
Update ProxyAcceptCookiePolicy.java
2019-04-21 11:22:26 +03:00
Loredana Crusoveanu d3639e607e
Merge pull request #6484 from worldpeacez0991/patch-1
Update CourseService.java
2019-04-21 11:06:06 +03:00
Loredana Crusoveanu ae723cd43f
Merge pull request #6523 from ZhangShangyu/master
add calculateUsingFactory test case
2019-04-21 11:02:54 +03:00
Loredana Crusoveanu 86d4c0b0d9
Merge branch 'master' into geroza/BAEL-14138_update-and-move-Spring-HAETOAS-article 2019-04-21 10:45:20 +03:00
Loredana Crusoveanu 9f0d70838f
Merge pull request #6773 from amit2103/BAEL-13600
[BAEL-13600] - Updated HttpClient with SSL Header article
2019-04-21 10:09:26 +03:00
Eugen 0ee62413a5
Update README.md 2019-04-21 08:32:46 +03:00
Eric Martin b2b80c89e1
Merge pull request #6727 from SmartyAnsh/master
BAEL-2661 - Groovy def keyword
2019-04-20 19:05:30 -05:00
Eric Martin a5d630b175
Merge pull request #6695 from sumitsg34/master
BAEL-2841 spring data jpa populators
2019-04-20 15:43:49 -05:00
Ger Roza 01af809924 changed spring-boot-rest HATEOAS dependency, to use the starter dependency instead 2019-04-20 16:48:02 -03:00
Anshul Bansal 743e1b04e1 BAEL-2661 - Groovy def keyword - pr comments resolved 2019-04-20 22:16:30 +03:00
Anshul Bansal 28f80013cb BAEL-2661 - Groovy def keyword - pr comments resolved 2019-04-20 22:14:27 +03:00
Anshul Bansal 550c59b473
Merge branch 'master' into master 2019-04-20 22:12:33 +03:00
amit2103 529da52045 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-13600 2019-04-21 00:20:17 +05:30
amit2103 fab2df5166 [BAEL-13600] - Updated HttpClient with SSL Header article 2019-04-21 00:19:55 +05:30
Ger Roza df075866cd Added Context Test for missing spring-cloud-spring-cloud-archaius projects 2019-04-20 15:08:36 -03:00
maibin e164ab8af0
Fix the Groovy 2 build (#6772)
* Fix the name of the artifact

* Add Groovy 2 to build
2019-04-20 10:44:01 -07:00
Loredana Crusoveanu ad3a6c4526
Merge pull request #6770 from amit2103/BAEL-13597-1
[BAEL-13597] - Added new module : httpclient-simple, updated httpclie…
2019-04-20 19:36:21 +03:00
Ger Roza 381c6a4999 fixed or added SpringContextIntegrationTests for spring cloud submodules:
spring-cloud-functions
spring-cloud-kubernetes/travel-agency-service
spring-cloud-openfeign
spring-cloud-task/springcloudtaskbatch
spring-cloud-vault
spring-cloud-zookeeper/HelloWorld
spring-cloud-zuul
2019-04-20 12:48:49 -03:00
Ger Roza ea06f79651 Fixed Integration Tests for spring-cloud submodules:
* spring-cloud-archaius/basic-config
* spring-cloud-aws
* spring-cloud-bootstrap projects
2019-04-20 12:48:49 -03:00
Amy DeGregorio 1f853d5d51 BAEL 2879 (#6767)
* BAEL-2727 Example Code

* Example code for BAEL-2879 Jackson YAML
2019-04-20 08:48:39 -07:00
amit2103 dda58cddc2 [BAEL-13597] - Added new module : httpclient-simple, updated httpclient with new version and code 2019-04-20 18:59:18 +05:30
dcalap e41d832038 #BAEL-2828 - first and top example methods added (#6742)
* #BAEL-2828 - first and top example methods added

* #BAEL-2828 - fix import and method same erasure error

* #BAEL-2828 - get rid of Optional in order to pass tests
2019-04-19 22:38:03 -06:00
Raghav Jha 9da56d97b6 BAEL-2822 Persisting Maps with Hibernate (#6692)
* BAEL-2822 Persisting Maps with Hibernate

* BAEL-2822 Move PersistMaps Tutorial to new module

* BAEL-2822 Move PersistMaps Tutorial to new module

*     BAEL-2822 Move PersistMaps Tutorial to new module
2019-04-19 22:34:34 -06:00
Eric Martin 1a01445b6f
Merge pull request #6758 from eugenp/ISSUE-6752
Update pom.xml
2019-04-18 22:03:56 -05:00
Juan Moreno f6b1967cbe BAEL-2655 Sample code (#6731)
* Upgraded dependencies

* Fixed test in Linux Environment

* Added I/O samples

* FIX End of line reference, previous version was OS dependent

* CHORE Added junit5 dependency

* UPGRADE gradle version, UPDATE versions

* Deleted emtpy lines
2019-04-18 21:40:32 -05:00
Eric Martin d5ee7de5a5
Update pom.xml
Fixed start-class in pom
2019-04-18 21:37:00 -05:00
Andrey Shcherbakov 062ea56d7a Move code for BAEL-2833 from core-java-8-2 to core-java-lang-oop-2 (#6755) 2019-04-18 18:54:24 -07:00
Ger Roza 15b053c6a8 [BAEL-2735] REST-Assured Authentication article (#6753)
* Added restassured test using basic auth, form auth and digest.

* Added Rest Assured Authentication - OAuth Live Test

* Add Authentication with Rest Assured for autoconfigured Form Login

* Add OAuth 1 Rest Assured scenario
2019-04-18 08:34:40 -07:00
ashleyfrieze 01204065e5
Merge pull request #6751 from MajewskiKrzysztof/BAEL-2493
Bael 2493
2019-04-18 11:47:50 +01:00
Krzysztof Majewski a249fbaf62 BAEL-2493 2019-04-18 10:03:19 +02:00
Krzysztof Majewski ce418d10ca
Merge pull request #2 from eugenp/master
Merge
2019-04-18 10:01:18 +02:00
Kumar Chandrakant 275a4acaea Adding source files for article BAEL-1932 (#6746) 2019-04-18 07:43:09 +02:00
Seun Matt 2b0d0665ba updated the example code with data.sql (#6749)
* added example code for BAEL-2083

* updated example code for BAEL-2083

* added example code for BAEL-2849

* updated the example code with data.sql
2019-04-17 19:29:57 -07:00
Eric Martin dcd2a1486d
Merge pull request #6723 from rockoder/spring_vaadin
fix spring boot project
2019-04-17 21:20:05 -05:00
Eric Martin 431daaa67e
Merge pull request #6741 from DaveTheCrane/BAEL-2618-spring5-updates
moved spring core to spring 5 parent, all tests still pass
2019-04-17 20:45:05 -05:00
ashleyfrieze d37e7e3d8f
Merge pull request #6571 from anuraggoyal1/master
[BAEL-1951] Guide to FileChannel
2019-04-17 22:12:55 +01:00
ashleyfrieze 53d4e269f3
Merge pull request #6703 from mprevisic/BAEL-1970
BAEL-1970 Setting the spring log level while testing
2019-04-17 22:07:40 +01:00
ashleyfrieze e2eb27a5ad
Merge pull request #6629 from sushant57/master
Guide to Guava Multiset
2019-04-17 21:42:58 +01:00
Loredana Crusoveanu a3c1b2a1bd
Merge pull request #6748 from eugenp/lor6-patch-3
Update README.md
2019-04-17 22:06:17 +03:00
Loredana Crusoveanu e8d15ceadc
Update README.md 2019-04-17 21:51:12 +03:00
Loredana Crusoveanu 581ae8abb0
Merge pull request #6725 from amit2103/BAEL-13887
[BAEL-14127] - Moved code to jackson-simple
2019-04-17 21:41:12 +03:00
Krzysztof Majewski 1403edcc55
Merge pull request #1 from eugenp/master
Merge with original
2019-04-17 16:21:33 +02:00
sumit.sg34 029ab027ed BAEL-2841 updated code to use multiple xml files 2019-04-17 18:52:51 +05:30
Anshul Bansal 274cd5b4b1 BAEL-2661 - Groovy def keyword - conflicts resolved 2019-04-17 11:01:36 +03:00
Anshul Bansal 7b84d6ce6f
Merge branch 'master' into master 2019-04-17 10:59:36 +03:00
Loredana Crusoveanu ca93498c15
Merge pull request #6712 from Doha2012/master
add generic constructor examples
2019-04-17 09:00:34 +03:00