Rob Winch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							adb303e152 
							
						 
					 
					
						
						
							
							Add testRuntimeOnly junit-platform-launcher  
						
						... 
						
						
						
						Closes gh-16755 
						
						
					 
					
						2025-03-17 14:16:44 -05:00 
						 
				 
			
				
					
						
							
							
								Steve Riesenberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d6ff58bb7f 
							
						 
					 
					
						
						
							
							Update Mockito to 5.5.0  
						
						... 
						
						
						
						Closes gh-13810 
						
						
					 
					
						2023-09-19 10:39:03 -05:00 
						 
				 
			
				
					
						
							
							
								Marcus Da Coregio 
							
						 
					 
					
						
						
						
						
							
						
						
							db60df2f9c 
							
						 
					 
					
						
						
							
							Update to Spring Framework 6.0  
						
						... 
						
						
						
						Issue gh-10360 
						
						
					 
					
						2021-11-01 09:02:42 -03: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 
						 
				 
			
				
					
						
							
							
								Josh Cummings 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e95f68873 
							
						 
					 
					
						
						
							
							Add jackson-datatype-jsr310 Dependency  
						
						... 
						
						
						
						Closes gh-9123 
						
						
					 
					
						2020-10-12 17:41:16 -06:00 
						 
				 
			
				
					
						
							
							
								Josh Cummings 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							900f551890 
							
						 
					 
					
						
						
							
							Inject TestOAuth2AuthorizedClientRepository  
						
						... 
						
						
						
						Fixes gh-8603 
						
						
					 
					
						2020-05-28 10:33:02 -06:00 
						 
				 
			
				
					
						
							
							
								Josh Cummings 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b35e18ff31 
							
						 
					 
					
						
						
							
							Add oidcLogin MockMvc Test Support  
						
						... 
						
						
						
						Fixes gh-7618 
						
						
					 
					
						2019-11-26 16:12:06 -07:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							0c6bff4afb 
							
						 
					 
					
						
						
							
							SecurityMockMvcConfigurer Honors Filter Order  
						
						... 
						
						
						
						Fixes gh-7265 
						
						
					 
					
						2019-08-16 09:24:33 -05:00 
						 
				 
			
				
					
						
							
							
								Josh Cummings 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d0f5b42884 
							
						 
					 
					
						
						
							
							Mock Jwt Test Support and Jwt.Builder Polish  
						
						... 
						
						
						
						Simplified the initial support to introduce fewer classes and only the
features described in the ticket.
Changed tests to align with existing patterns in the repository.
Added JavaDoc to remaining public methods introduced for this feature.
Issue: gh-6634
Issue: gh-6851 
						
						
					 
					
						2019-05-22 14:23:02 -06:00 
						 
				 
			
				
					
						
							
							
								Jérôme Wacongne 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e59d8a529b 
							
						 
					 
					
						
						
							
							Mock Jwt Test Support and Jwt.Builder  
						
						... 
						
						
						
						Fixes: gh-6634
Fixes: gh-6851 
						
						
					 
					
						2019-05-22 14:23:02 -06:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							b1d013e8f0 
							
						 
					 
					
						
						
							
							Fix JDK 9  
						
						... 
						
						
						
						Issue: gh-5160 
						
						
					 
					
						2018-03-27 09:30:56 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							445834784a 
							
						 
					 
					
						
						
							
							Update to Mockito 2.10.0  
						
						... 
						
						
						
						Issue: gh-4608 
						
						
					 
					
						2017-10-09 16:13:11 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							7ae4506a88 
							
						 
					 
					
						
						
							
							Add ReactorContextTestExecutionListener  
						
						... 
						
						
						
						Fixes gh-4502 
						
						
					 
					
						2017-08-17 16:42:01 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							03f2d654ad 
							
						 
					 
					
						
						
							
							Fix WebTestClient Support  
						
						... 
						
						
						
						Fixes gh-4419 
						
						
					 
					
						2017-07-13 21:02:07 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							7bc98db23c 
							
						 
					 
					
						
						
							
							Add WebTestClient test support  
						
						... 
						
						
						
						SecurityExchangeMutators
Fixes gh-4343 
						
						
					 
					
						2017-05-19 15:09:23 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							dd6fc48dd8 
							
						 
					 
					
						
						
							
							Standardize Build  
						
						... 
						
						
						
						The build now uses spring build conventions to simplify the build
Fixes gh-4284 
						
						
					 
					
						2017-04-21 10:55:05 -05:00