kwoyke
514e80aae7
Merge pull request #11585 from chaos2418/JAVA-3591
...
JAVA-3591: updating mockito-core to 4.1.0
2021-12-20 09:38:12 +01:00
chaos2418
000dcdf966
JAVA-3591: updating mockito-core to 4.1.0
2021-12-18 13:40:53 +05:30
Krzysiek
6ac9d1eb87
JAVA-8794: Fix circular dependency issue in spring-session-redis
2021-12-15 20:01:08 +01:00
Krzysiek
d72347f195
JAVA-8794: Fix circular dependency issue in spring-security-web-thymeleaf
2021-12-15 19:53:30 +01:00
Krzysiek
fafeb12f5c
JAVA-8794: Fix circural dependencies in spring-security-core
2021-12-14 13:29:19 +01:00
Krzysiek
8fd644c450
JAVA-8794: Fix circural dependencies in spring-security-web-boot-2
2021-12-14 13:22:46 +01:00
Krzysiek
bcbda9e7ff
JAVA-8794: Use spring.mongodb.embedded.version=3.5.5
2021-12-14 12:54:02 +01:00
kwoyke
f5c35ffe97
Merge pull request #11506 from eugenp/JAVA-3592
...
JAVA-3592: Upgrade h2 dependency in the main pom.xml
2021-11-25 13:31:47 +01:00
kwoyke
c0a0247cf7
Merge branch 'master' into JAVA-3592
2021-11-25 09:03:54 +01:00
Krzysiek
8b280e689a
JAVA-8667: Remove hamcrest dependency declarations from the child modules
2021-11-24 13:20:20 +01:00
kwoyke
1871d1a89c
Merge pull request #11468 from chaos2418/JAVA-8405
...
JAVA-8405: reducing logging for tutorials-build-job
2021-11-23 13:43:19 +01:00
kwoyke
592376bf09
Merge pull request #11477 from freelansam/JAVA-3592
...
JAVA-3592: Upgrade h2 dependency in the main pom.xml
2021-11-22 09:22:17 +01:00
sampadawagde
848fa01e47
JAVA-3592: Upgrade h2 dependency in the main pom.xml
2021-11-19 23:17:22 +05:30
chaos2418
58e6087b3d
JAVA-8405: reducing logging for tutorials-build-job
2021-11-19 13:39:00 +05:30
Loredana Crusoveanu
f2fd110be1
Merge pull request #11456 from kwoyke/JAVA-7783
...
JAVA-7783: POM properties cleanup
2021-11-17 10:44:32 +02:00
mikr
f4ee97e3bd
JAVA-8393 Split or move spring-security-core module
2021-11-17 09:20:17 +01:00
Krzysiek
46df55b61e
JAVA-7783: POM properties cleanup
2021-11-16 15:10:49 +01:00
freelansam
77e3e6a419
Merge branch 'master' into JAVA-8204
2021-11-09 18:20:05 +05:30
sampadawagde
b984a4b618
JAVA-8204: Fix formatting of POMs
2021-11-09 16:27:03 +05:30
chaos2418
4a3a73111f
JAVA-1672: removing redundant version declarations for surefire plugin
2021-11-08 13:41:04 +05:30
Benjamin Caure
502372a1de
BAEL-4792 Stateless REST API and CSRF ( #11398 )
...
* Scan package for controller
Migrate deprecated Spring config
* BAEL-4792: enable CSRF + sample REST API request
* Adjust CSRF logs
2021-11-04 21:13:22 +01:00
Loredana Crusoveanu
7dfea6394e
Merge pull request #11338 from chaos2418/JIRA-7734
...
Spring Boot 2.5.x compatible updates in spring-security-modules
2021-10-16 10:30:31 +03:00
davidmartinezbarua
918a3e7091
Merge pull request #11216 from azhwani/BAEL-5111
...
BAEL-5111: Improve the HandlerInterceptor Article
2021-10-15 14:05:18 -03:00
Shashank
bfde84589c
Spring Boot 2.5.x compatible updates in spring-security-web-boot-2
2021-10-14 08:51:03 +05:30
Shashank
80e3331e2a
Merge branch 'master' of https://github.com/chaos2418/tutorials into JIRA-7734
2021-10-13 18:25:45 +05:30
Shashank
5d182c3472
moving spring-security-config module classes to spring-security-web-boot3
2021-10-13 16:40:42 +05:30
Shashank
c85be32347
Spring Boot 2.5.x compatible updates in spring-security-acl
2021-10-13 09:54:36 +05:30
davidmartinezbarua
d00d394011
Merge pull request #11298 from azhwani/BAEL-5100
...
BAEL-5100: Update Manual Logout With Spring Security
2021-10-12 19:52:30 -03:00
Loredana Crusoveanu
e853b70bfc
Merge pull request #11296 from johnA1331/master
...
BAEL-41828 - add links to github-baeldung articles
2021-10-07 09:04:16 +03:00
Azhwani
d27ecd4557
init commit
2021-10-06 22:53:00 +02:00
johnA1331
24af8c898a
Update README.md
2021-10-07 00:29:41 +08:00
Bhaskara
be966d6d62
BAEL-1918 Spring StrictHttpFirewall and RequestRejectedException ( #11265 )
...
* BAEL-1918: Added code to for RequestRejectedException and StrictHttpFirewall tutorial
* BAEL-1918: Added code to for RequestRejectedException and StrictHttpFirewall tutorial
* BAEL:1918 - Modifed the code to accomodate comments from Michal
* BAEL:1918 - Modifed the code to accomodate comments from Michal
2021-09-29 14:49:24 -07:00
kwoyke
48bc32bad5
Merge pull request #11077 from rmkellogg/spring-saml-docs
...
Spring Security SAML - Minor documentation update & File Load Improvement
2021-09-24 21:10:49 +02:00
freelansam
fe7d2af8c0
JAVA-7178: Fix formatting of POMs ( #11236 )
...
* JAVA-7178: Fix formatting of POMs
* JAVA-7178: fix failing build
2021-09-20 00:04:26 +05:30
kwoyke
b441c62f0e
JAVA-7177: Upgrade to Spring Boot 2.5.4 ( #11218 )
...
* JAVA-7177: Upgrade to Spring Boot 2.5.4
* JAVA-7177: Remove overriden Spring Boot version
* JAVA-7177: Leave spring-5-security-oauth on Spring Boot 2.5.2
2021-09-16 22:37:12 +05:30
kwoyke
6ed0aee6a0
JAVA-7133: POM Properties Cleanup ( #11229 )
...
* JAVA-7133: Use common org.slf4j.version property
* JAVA-7133: Use common logback.version property
2021-09-16 22:34:26 +05:30
Azhwani
29194d18e1
init commit
2021-09-12 13:13:51 +02:00
sampadawagde
f8bea1acc2
JAVA-6439: review comments incorporated
2021-09-11 15:05:02 +05:30
sampadawagde
a7fa2acb20
JAVA-6439: Check PR for spring-security-web-sockets module
2021-09-05 17:08:06 +05:30
Dhawal Kapil
77a32b7f37
JAVA-6216 Disabled npm build from default profiles ( #11146 )
...
* JAVA-6216 Disabled npm build from default profiles
* JAVA-6216 disabled frontend-maven-plugin from the build
2021-08-19 20:30:23 +05:30
Dhawal Kapil
1506232945
JAVA-6216 Updating frontend maven plugin and removing manually ( #11143 )
...
specifying maven version
2021-08-19 11:13:36 +05:30
Loredana Crusoveanu
c247cb493f
Merge pull request #11134 from johnA1331/master
...
BAEL-39537 - add links to github-baeldung articles
2021-08-18 12:48:46 +03:00
Hamid Reza Sharifi
6a042440d6
Bael 5067: Update "Prevent Cross-Site Scripting (XSS) in a Spring application" article ( #11127 )
...
* bael-5067: remove test case
* bael-5067: remove REST api
* bael-5067: remove XSS filter
Co-authored-by: sharifi <h_sharifi@modernisc.com>
2021-08-18 08:30:40 +01:00
johnA1331
cb008c25d3
Update README.md
2021-08-18 13:14:42 +08:00
Dhawal Kapil
a4990d7d8f
Enabled spring-security-web-reach module and fixed vulnerabilities in npm packages
2021-08-15 22:40:20 +05:30
rmkellogg
dddf541bb8
Revised to use built in Sprint Security SAML resource resolution. Otherwise when used from Spring Boot self-contained JAR the File could not be located.
2021-08-02 16:05:00 -04:00
freelansam
32dde5b5d1
JAVA-6475: Fix formatting of POMs ( #11087 )
...
* JAVA-6475: Fix formatting of POMs
* correct build error
2021-08-03 00:27:15 +05:30
freelansam
5470ccfb97
JAVA-6474/JAVA-6324: Align module names, folder names and artifact id ( #11071 )
...
* JAVA-6474/JAVA-6324: Align module names, folder names and artifact id
(template)
* JAVA-6474/JAVA-6324: revert changes for guest modules
2021-07-28 20:10:03 +05:30
rmkellogg
404c05ad32
Added missing import.
2021-07-27 15:39:59 -04:00
rmkellogg
9c3bf05bb3
Correction to allow execution outside of Eclipse.
2021-07-27 15:32:47 -04:00