2737 Commits

Author SHA1 Message Date
Eric Martin
6020587d90 Merge pull request #9221 from SmartyAnsh/BAEL-3995_Spring_Security_Okta
BAEL-3995 - Spring Security with Okta
2020-05-09 10:56:43 -05:00
Anshul Bansal
8d41b96d07 corrected alphabetical order of modules 2020-05-09 15:30:54 +03:00
Maiklins
57a3896763 Bael-3857 introduction to lock free data structures (#9238)
* BAEL-3857 Introduction to Lock-Free Data Structures

* BAEL-3857 Declare variables as final / volatile

* BAEL-3857 Declare node value as final

Co-authored-by: mikr <michael.krimgen@ximedes.com>
2020-05-09 14:00:25 +02:00
rpvilao
3d0645f9d8 Merge pull request #9227 from maciejglowka/BAEL-3829
BAEL-3829: example of dynamic bean autowiring in Spring
2020-05-09 11:10:54 +02:00
Eric Martin
fd2172c6c0 Merge pull request #9159 from carloscaverobarca/BAEL-3312-Spring-Cloud-Gateway-WebFilter-Factories
BAEL-3312 Spring Cloud Gateway WebFilter Factories
2020-05-08 21:03:22 -05:00
Maciej Glowka
0e33f2d06c BAEL-3829: fixed test method names 2020-05-07 23:25:43 +02:00
Josh Cummings
7350a9377e Merge pull request #9250 from kwoyke/JAVA-1529
JAVA-1529: Split or move spring-mvc-java module
2020-05-07 10:59:06 -06:00
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
Krzysiek
2d08a88ec0 Move A Quick Guide to Spring MVC Matrix Variables 2020-05-06 01:31:06 +02:00
Krzysiek
daa42ab3a0 JAVA-1529: Add MVC config 2020-05-06 01:05:52 +02:00
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
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
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
dupirefr
04ac803704 [JAVA-621] Fixed core-java-lang-oop-inheritance module description 2020-05-03 19:42:17 +02:00
Anshul BANSAL
a1cfe519ca BAEL-3995 - Spring Security with Okta 2020-05-03 14:38:08 +03: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