Commit Graph

2719 Commits

Author SHA1 Message Date
Dhawal Kapil f263ebb45e Merge pull request #9255 from sampada07/JAVA-913
JAVA-913: migrate parent-boot-1 articles to parent-boot-2
2020-05-07 09:41:46 +05:30
Yavuz Tas 847d6ab042 Changes for BAEL-2621 (#9217)
* update dependency versions to latest

* merge repository packages

* remove obselete xml configuration

* fix formatting

* clean up

* update package name

* revert spring data jpa xml config and demonstrate how to import in PersistenceConfig by a commented @ImportResource annotation

* rename jpa repositories xml to make it more clear

* remove obselete @EnableJpaRepositories configs since we don't use spring data's jpa repositories for these congigurations
2020-05-06 21:22:23 -05:00
Eric Martin 1efef02605 Merge pull request #9254 from michael-pratt/BAEL-3972
BAEL-3972: Move code examples to new package
2020-05-06 20:33:50 -05:00
sampadawagde 1497cbd69b JAVA-955: removed lombok version 2020-05-06 22:43:04 +05:30
sampadawagde 86da74f733 JAVA-955: Migrate stripe to parent-boot-2 2020-05-06 22:35:28 +05:30
Michael Pratt 9770eda888 BAEL-3972: Move code examples to new package 2020-05-06 10:38:16 -06:00
Josh Cummings 0690a9deae Merge pull request #9205 from Maiklins/JAVA-1470-Split-or-move-libraries-module
Java-1470 split or move libraries module
2020-05-06 09:10:54 -06:00
sampadawagde 2dd9b80107 JAVA-956: Migrate apache-shiro to parent-boot-2 2020-05-06 18:14:05 +05:30
sasam0320 fb5b157ce4 Add missing code snippets (#9228) 2020-05-06 05:28:28 +02:00
kwoyke 50208fb013 Verify if the connection is still alive (#9246) 2020-05-05 22:27:16 +02:00
Vikas Rajput 0f78e9a073 Bael 3557: Deleted /app package (#9242)
* BAEL-3557: Completed a simple web application in spring boot and groovy

* BAEL-3557: renamed packagename from com.baeldung.app to more unique name - com.baeldung.springwithgroovy

* BAEL-3557: Deleted /app package

Co-authored-by: Vikas Ramsingh Rajput <vikas.rajput@crownconsult.com>
2020-05-05 07:23:34 -07:00
rpvilao 7add0d4bb4 Merge pull request #9062 from tflurry/BAEL-3929
Bael 3929
2020-05-05 14:29:57 +02:00
Tyrell Flurry da533f662a BAEL-3929: changed plugin version. 2020-05-05 08:01:34 -04:00
Jonathan Cook 54ea2f0614 Merge pull request #9243 from kirill-vlasov/BAEL-3969
BAEL-3969 Replacing postgresql database with h2 for integration test
2020-05-05 10:06:25 +02:00
Eduard Ardeleanu 0cad7c5cc5 BAEL-3971: Generate DDL script in Spring (#9120)
* BAEL-3971: Generate DDL script in Spring

* BAEL-3971: implement review comments

* BAEL-3971: fix typo

* BAEL-3971: move code examples to module spring-data-jpa-5

Co-authored-by: ashleyfrieze <ashley@incredible.org.uk>
2020-05-05 08:37:20 +01:00
Kirill Vlasov 714d60351b Replacing postgres database with h2 for integration test 2020-05-05 11:44:30 +05:00
SippingCode 2d7bc17dda Bael 3970 (#9236)
* Manual logout with Spring Security
- Basic manual logout
- logout with Clear Data Site Header

* Add missing annotation for controller. Change mapping URL value.

* Add intergration tests for manual logouts.

* BAEL-3970 - Add asserts on test. Fix tests names. Remove unused imports.

* BAEL-3970 - Use PostMapping annotation. Remove unnecessary information for security configuration.

* remove logout controllers

* Add multiple entrypoints configurations. Create custom handlers for different logouts (basic, cookie clearing, clear-site-data).

* Refactor configuration with lambda DSL.

* BAEL-3970 - Remove unnecessary handler for basic logout. Fix integration tests for basic logout.
2020-05-04 15:08:00 -07:00
Benjamin Caure aee002eeca rename integration to live test (#9232) 2020-05-04 22:00:03 +02:00
Greg 9e90cf5c80 Merge pull request #9145 from shockwave9999/master
[BAEL-3967] Spring JPA @Embedded and @EmbeddedId
2020-05-04 14:46:57 -04:00
Roque Santos ab9e0e164f BAEL-3842 : How to add proxy support to Jsoup (#9202) 2020-05-04 17:37:38 +01:00
marc06210 b3f1413445 BAEL-3960 (#9070)
Bael-3960, asserting log messages with junit code.
2020-05-04 17:03:21 +01:00
Sampada 93074cdabc JAVA-929: Migrate spring-cloud-aws to parent-boot-2 (#9230)
* JAVA-929: Migrate spring-cloud-aws to parent-boot-2

* JAVA-929: Corrected Live Tests

* JAVA-929: Updated README
2020-05-04 20:36:20 +05:30
Josh Cummings 7d3591ae2b Merge pull request #9225 from dupirefr/team/JAVA-621-fix_description
[JAVA-621] Fixed core-java-lang-oop-inheritance module description
2020-05-04 08:38:06 -06:00
aitorcuesta b26b71567a [BAEL-3614] - Spring Redis Configuration From application.properties File (#9226)
* BAEL-3614 - Initial commit

* BAEL-3614 - Removing unnecessary properties
2020-05-03 13:25:39 -07:00
Arindum Roy 4487ac8654 update 2020-05-03 23:36:14 +05:30
Arindum Roy 43816bc282 update 2020-05-03 23:33:39 +05:30
Arindum Roy 50a6563e30 "updated pom.xml" 2020-05-03 23:19:33 +05:30
dupirefr 04ac803704 [JAVA-621] Fixed core-java-lang-oop-inheritance module description 2020-05-03 19:42:17 +02:00
Loredana Crusoveanu 31462c6b49 Merge pull request #9218 from amit2103/JAVA-1264
Java 1264
2020-05-03 13:47:24 +03:00
amit.pandey 63fb2df0ba fix integration test cases 2020-05-03 15:37:23 +05:30
amit.pandey cb9ed74dab fix integration test cases 2020-05-03 15:35:23 +05:30
Josh Cummings df332afd65 Merge pull request #9021 from dupirefr/team/JAVA-621-split_core_java_lang_oop2_module
[JAVA-621] Split core-java-lang-oop modules
2020-05-02 19:26:54 -06:00
Josh Cummings ceb579c60c Merge pull request #9209 from Maiklins/JAVA-1520-split-or-move-algorithms-miscellaneous-5-module
Java-1520 Fix whitespaces in algorithms-miscellaneous-5 pom
2020-05-02 18:19:00 -06:00
Belma Jakupovic 2b4c2e3c8c bjakupovic remove sys. prints (#9208) 2020-05-02 18:30:36 +02:00
kwoyke dd052eb2fc BAEL-3730: Force simple cache manager usage (#9211) 2020-05-02 18:27:41 +02:00
Aaron Juarez 9797d3a4fc Bael-3966: code fixes after editor review (#9203) 2020-05-01 21:35:29 +02:00
mikr 52df212127 Java-1470 Move libraries-4/5/6 to different profile 2020-05-01 21:34:10 +02:00
Arindum Roy 5724e188a0 "updated README.md" 2020-05-02 00:28:53 +05:30
dupirefr ed27094b5b [JAVA-621] Got last compilation error 2020-05-01 20:56:43 +02:00
Arindum Roy 8ef7cc6b81 all files 2020-05-02 00:23:59 +05:30
Arindum Roy 5bfa01ec05 "spring-data-jpa-5 new module" 2020-05-02 00:20:16 +05:30
mikr 100c78e15b Java-1520 Fix whitespaces in algorithms-miscellaneous-5 pom 2020-05-01 16:34:19 +02:00
Eric Martin e65cfc7bd0 Merge pull request #9179 from alimate/BAEL-3993
BAEL-3993: Added Trailing slash to Fix the Relative Path Bug
2020-04-30 21:44:05 -05:00
Josh Cummings 07db5c5329 Merge pull request #9206 from Maiklins/JAVA-1520-split-or-move-algorithms-miscellaneous-5-module
Java-1520 split or move algorithms miscellaneous 5 module
2020-04-30 15:45:36 -06:00
mikr f19c4d9b5d Java-1520 Split or move algorithms-miscellaneous-5 module 2020-04-30 18:11:37 +02:00
rpvilao f4f6c2fe88 Merge pull request #9147 from sasam0320/BAEL-3986
BAEL 3986 - mapping lists using ModelMapper
2020-04-30 16:59:30 +02:00
Maiklins 56f7b49988 Merge pull request #49 from eugenp/master
update
2020-04-30 16:27:07 +02:00
Sasa M cd07a21b8e Add hamcrest jar dependency in parent-java build 2020-04-30 16:20:39 +02:00
mikr b5159c71cb Java-1470 Fix failing integration tests 2020-04-30 16:17:05 +02:00
Sasa M 9e6dd6f41b Creating TypeMap to use property mapping and converter class 2020-04-30 14:30:01 +02:00