Commit Graph

2808 Commits

Author SHA1 Message Date
Maciej Glowka 13f2b10c8b BAEL-3829: added more distinct bean names, changed country codes to ISO codes 2020-05-06 00:35:07 +02:00
kwoyke 50208fb013 Verify if the connection is still alive (#9246) 2020-05-05 22:27:16 +02:00
Krzysiek 34c18aefc4 JAVA-1529: Spring MVC @PathVariable with a dot (.) gets truncated 2020-05-05 22:21:38 +02:00
Krzysiek 87b4ea1d0d JAVA-1529: Move Working with Date Parameters in Spring 2020-05-05 22:19:53 +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
johnA1331 22b4859f62 Update README.md 2020-05-05 17:54:09 +08:00
johnA1331 9d62a60deb Update README.md 2020-05-05 17:50:35 +08:00
johnA1331 6335a8eaa5 Create README.md 2020-05-05 17:47:21 +08:00
johnA1331 7d3aa9f3e5 Create README.md 2020-05-05 17:43:34 +08:00
johnA1331 1793a19bfc Update README.md 2020-05-05 17:36:42 +08:00
johnA1331 e0c1a17a68 Create README.md 2020-05-05 17:31:23 +08:00
johnA1331 629ba77f56 Update README.md 2020-05-05 17:27:51 +08:00
johnA1331 424fecc7d9 Update README.md 2020-05-05 17:23:23 +08:00
johnA1331 c034df09fc Update README.md 2020-05-05 17:16:27 +08:00
johnA1331 4ef6e5efbd Update README.md 2020-05-05 17:10:54 +08:00
johnA1331 e232346eb9 Update README.md 2020-05-05 17:08:45 +08:00
johnA1331 60364c19e5 Update README.md 2020-05-05 17:05:25 +08:00
johnA1331 01dc9eec8d Create README.md 2020-05-05 17:03:15 +08:00
johnA1331 48525264a0 Update README.md 2020-05-05 16:57:15 +08:00
johnA1331 44c7cecd65 Update README.md 2020-05-05 16:53:27 +08:00
johnA1331 66832ae37e Update README.md 2020-05-05 16:51:28 +08:00
johnA1331 38bc370771 Update README.md 2020-05-05 16:47:03 +08:00
johnA1331 66cf67cc7c Update README.md 2020-05-05 16:45:16 +08:00
johnA1331 efa8104621 Update README.md 2020-05-05 16:42:15 +08: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
johnA1331 d95a78b192 Update README.md 2020-05-05 15:26:18 +08:00
Kirill Vlasov 714d60351b Replacing postgres database with h2 for integration test 2020-05-05 11:44:30 +05:00
johnA1331 0167480f88 Update README.md 2020-05-05 09:21:38 +08:00
johnA1331 caca2dbea7 Update README.md 2020-05-05 09:00:24 +08:00
johnA1331 33fa3b7275 Delete README.md 2020-05-05 08:57:04 +08:00
johnA1331 e164ae4c72 Delete README.md 2020-05-05 08:53:16 +08:00
johnA1331 1f95843c36 Delete README.md 2020-05-05 08:47:17 +08:00
johnA1331 dd4b25e855 Update README.md 2020-05-05 08:43:18 +08:00
johnA1331 7f43685567 Update README.md 2020-05-05 08:35:36 +08: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
Chirag Dewan 7ec77df096 BAEL1731 Adding listappender 2020-05-04 18:11:12 +05:30
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
Maciej Glowka ba42ca2dbb BAEL-3829: example of dynamic bean autowiring in Spring 2020-05-03 22:05:04 +02: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