Rob Winch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							adb303e152 
							
						 
					 
					
						
						
							
							Add testRuntimeOnly junit-platform-launcher  
						
						... 
						
						
						
						Closes gh-16755 
						
						
					 
					
						2025-03-17 14:16:44 -05:00 
						 
				 
			
				
					
						
							
							
								Josh Cummings 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8dd28b797a 
							
						 
					 
					
						
						
							
							Update to BouncyCastle 1.78  
						
						... 
						
						
						
						Closes gh-14910 
						
						
					 
					
						2024-04-15 15:32:08 -06:00 
						 
				 
			
				
					
						
							
							
								Joe Grandja 
							
						 
					 
					
						
						
						
						
							
						
						
							644cfa9f87 
							
						 
					 
					
						
						
							
							Add Jwt validator for the X509Certificate thumbprint claim  
						
						... 
						
						
						
						Closes gh-10538 
						
						
					 
					
						2024-04-11 12:35:52 -04:00 
						 
				 
			
				
					
						
							
							
								Marcus Da Coregio 
							
						 
					 
					
						
						
						
						
							
						
						
							02b2fcc6f0 
							
						 
					 
					
						
						
							
							Restore ManagementConfigurationPlugin  
						
						... 
						
						
						
						Issue gh-9615 
						
						
					 
					
						2021-10-05 11:23:29 -03:00 
						 
				 
			
				
					
						
							
							
								Marcus Da Coregio 
							
						 
					 
					
						
						
						
						
							
						
						
							d2e5f2ae0d 
							
						 
					 
					
						
						
							
							Update Gradle to 7.2  
						
						... 
						
						
						
						Closes gh-9615 
						
						
					 
					
						2021-10-04 15:19:40 -03:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							f73f213f50 
							
						 
					 
					
						
						
							
							Remove DependencySetPlugin  
						
						... 
						
						
						
						Closes gh-10070 
						
						
					 
					
						2021-07-12 15:31:38 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							14240b2559 
							
						 
					 
					
						
						
							
							Remove Powermock  
						
						... 
						
						
						
						Powermock does not support JUnit5 yet, so we need to remove it
to support JUnit 5. Additionally, maintaining additional libraries
adds extra work for the team.
Mockito now supports final classes and static method mocking. This
commit replaces Powermock with mockito-inline.
Closes gh-6025 
						
						
					 
					
						2021-07-08 12:35:32 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							60d3db5798 
							
						 
					 
					
						
						
							
							add management platform(project(":spring-security-dependencies"))  
						
						... 
						
						
						
						Closes gh-9540 
						
						
					 
					
						2021-04-05 10:36:36 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							1a76ee7442 
							
						 
					 
					
						
						
							
							Update Gradle configuration names  
						
						... 
						
						
						
						Closes gh-9540 
						
						
					 
					
						2021-04-05 10:36:36 -05:00 
						 
				 
			
				
					
						
							
							
								Joe Grandja 
							
						 
					 
					
						
						
						
						
							
						
						
							3bc0b8c144 
							
						 
					 
					
						
						
							
							Revert "Fix snapshot build failure related to reactor-netty"  
						
						... 
						
						
						
						This reverts commit f37714a26fb2cc8a93cb1d5259a00c4c0934dd59. 
						
						
					 
					
						2020-08-04 14:24:32 -04:00 
						 
				 
			
				
					
						
							
							
								Joe Grandja 
							
						 
					 
					
						
						
						
						
							
						
						
							f37714a26f 
							
						 
					 
					
						
						
							
							Fix snapshot build failure related to reactor-netty  
						
						... 
						
						
						
						Closes gh-8909 
						
						
					 
					
						2020-08-04 14:17:03 -04:00 
						 
				 
			
				
					
						
							
							
								Joe Grandja 
							
						 
					 
					
						
						
						
						
							
						
						
							9565e90b6e 
							
						 
					 
					
						
						
							
							Remove oauth2-oidc-sdk dependency from oauth2-jose module  
						
						... 
						
						
						
						Fixes gh-5891 
						
						
					 
					
						2018-09-20 15:20:11 -04:00 
						 
				 
			
				
					
						
							
							
								Josh Cummings 
							
						 
					 
					
						
						
						
						
							
						
						
							2e620a26de 
							
						 
					 
					
						
						
							
							Auto-configure JwtDecoder via OpenId Configuration  
						
						... 
						
						
						
						Adding JwtDecoders#fromOidcIssuerLocation which takes an issuer
and derives from it the jwk set uri via a call to
.well-known/openid-configuration
Fixes: gh-5523 
						
						
					 
					
						2018-08-17 11:20:26 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							0d23aad911 
							
						 
					 
					
						
						
							
							Add ReactiveRemoteJWKSource  
						
						... 
						
						
						
						Issue: gh-5330 
						
						
					 
					
						2018-06-18 16:08:07 -05:00 
						 
				 
			
				
					
						
							
							
								Joe Grandja 
							
						 
					 
					
						
						
						
						
							
						
						
							d8f91e4261 
							
						 
					 
					
						
						
							
							Fix NPE with exp claim in NimbusJwtDecoderJwkSupport  
						
						... 
						
						
						
						Fixes gh-5168 
						
						
					 
					
						2018-04-04 07:58:32 -04:00 
						 
				 
			
				
					
						
							
							
								Joe Grandja 
							
						 
					 
					
						
						
						
						
							
						
						
							f0c9f85292 
							
						 
					 
					
						
						
							
							spring-security-jwt-jose -> spring-security-oauth2-jose  
						
						... 
						
						
						
						Fixes gh-4595 
						
						
					 
					
						2017-10-23 09:04:01 -04:00