spring-security-samples icon indicating copy to clipboard operation
spring-security-samples copied to clipboard

Results 90 spring-security-samples issues
Sort by recently updated
recently updated
newest added

Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.3 to 3.2.5. Release notes Sourced from org.springframework.boot's releases. v3.2.5 :lady_beetle: Bug Fixes BindValidationFailureAnalyzer uses wrong target #40364 Log4j2LoggingSystem pollutes Log4j2's environment with a SpringEnvironmentPropertySource that is...

dependencies

Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2023.1.4 to 2023.1.5. Release notes Sourced from org.springframework.data:spring-data-bom's releases. 2023.1.5 :shipit: Participating Modules Spring Data BOM 2023.1.5 Spring Data Build 3.2.5 Spring Data Cassandra 4.2.5 Spring Data...

dependencies

Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2023.1.4 to 2023.1.5. Release notes Sourced from org.springframework.data:spring-data-bom's releases. 2023.1.5 :shipit: Participating Modules Spring Data BOM 2023.1.5 Spring Data Build 3.2.5 Spring Data Cassandra 4.2.5 Spring Data...

dependencies

Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.5 to 6.1.6. Release notes Sourced from org.springframework:spring-framework-bom's releases. v6.1.6 :star: New Features Log column type for limited support message in JdbcUtils.getResultSetValue #32601 Consistent support for generic...

dependencies

Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.0.18 to 6.0.19. Release notes Sourced from org.springframework:spring-framework-bom's releases. v6.0.19 :star: New Features Log column type for limited support message in JdbcUtils.getResultSetValue #32602 Avoid additional unnecessary Annotation...

dependencies

Remove deprecated OAuth2ResourceServerConfigurer::jwt Instead use Customizer.withDefault

To avoid relying on an external server and their rate limits, we should setup a local SAML IdP with Docker and use Testcontainers to run the Docker image on integration...

enhancement

I am trying to determine if I can use the saml-extension-federation as a service provider with existing non-Spring Java web apps where I do not have access to the Java...

To reproduce: gh repo clone spring-projects/spring-security-samples cd spring-security-samples/ cd servlet/spring-boot/java/oauth2/login/ ./gradlew bootRun Gives the following error: ``` hosermage@LAPTOP-1RPE37PF:~/projects/spring-security-samples/servlet/spring-boot/java/oauth2/login$ ./gradlew bootRun FAILURE: Build failed with an exception. * Where: Build file...