Adapt to BindingReflectionHintsRegistrar moving package
This commit is contained in:
		
							parent
							
								
									cf8e84d406
								
							
						
					
					
						commit
						795ea289db
					
				|  | @ -25,9 +25,9 @@ import java.util.stream.Collectors; | |||
| import org.reactivestreams.Publisher; | ||||
| import reactor.core.publisher.Mono; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.RuntimeHints; | ||||
| import org.springframework.aot.hint.RuntimeHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.Reflective; | ||||
| import org.springframework.aot.hint.annotation.ReflectiveRuntimeHintsRegistrar; | ||||
| import org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel; | ||||
|  |  | |||
|  | @ -27,9 +27,9 @@ import jakarta.servlet.http.HttpServletResponse; | |||
| import org.apache.commons.logging.Log; | ||||
| import org.apache.commons.logging.LogFactory; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.RuntimeHints; | ||||
| import org.springframework.aot.hint.RuntimeHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.Reflective; | ||||
| import org.springframework.aot.hint.annotation.ReflectiveRuntimeHintsRegistrar; | ||||
| import org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel; | ||||
|  |  | |||
|  | @ -19,8 +19,8 @@ package org.springframework.boot.actuate.endpoint.annotation; | |||
| import java.lang.reflect.Method; | ||||
| import java.lang.reflect.Type; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.ReflectionHints; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.ReflectiveProcessor; | ||||
| import org.springframework.aot.hint.annotation.SimpleReflectiveProcessor; | ||||
| import org.springframework.boot.actuate.endpoint.web.WebEndpointResponse; | ||||
|  |  | |||
|  | @ -20,9 +20,9 @@ import java.util.Collection; | |||
| import java.util.Collections; | ||||
| import java.util.Map; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.RuntimeHints; | ||||
| import org.springframework.aot.hint.RuntimeHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.Reflective; | ||||
| import org.springframework.aot.hint.annotation.ReflectiveRuntimeHintsRegistrar; | ||||
| import org.springframework.beans.factory.InitializingBean; | ||||
|  |  | |||
|  | @ -23,9 +23,9 @@ import java.util.Map; | |||
| import jakarta.servlet.http.HttpServletRequest; | ||||
| import jakarta.servlet.http.HttpServletResponse; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.RuntimeHints; | ||||
| import org.springframework.aot.hint.RuntimeHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.Reflective; | ||||
| import org.springframework.aot.hint.annotation.ReflectiveRuntimeHintsRegistrar; | ||||
| import org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver; | ||||
|  |  | |||
|  | @ -16,9 +16,9 @@ | |||
| 
 | ||||
| package org.springframework.boot.actuate.health; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.RuntimeHints; | ||||
| import org.springframework.aot.hint.RuntimeHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| 
 | ||||
| /** | ||||
|  * {@link RuntimeHintsRegistrar} used by {@link HealthEndpointWebExtension} and | ||||
|  |  | |||
|  | @ -19,9 +19,9 @@ package org.springframework.boot.actuate.info; | |||
| import java.util.Map; | ||||
| import java.util.Properties; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.RuntimeHints; | ||||
| import org.springframework.aot.hint.RuntimeHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.boot.actuate.info.BuildInfoContributor.BuildInfoContributorRuntimeHints; | ||||
| import org.springframework.boot.info.BuildProperties; | ||||
| import org.springframework.context.annotation.ImportRuntimeHints; | ||||
|  |  | |||
|  | @ -20,9 +20,9 @@ import java.time.Instant; | |||
| import java.util.Map; | ||||
| import java.util.Properties; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.RuntimeHints; | ||||
| import org.springframework.aot.hint.RuntimeHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.boot.actuate.info.GitInfoContributor.GitInfoContributorRuntimeHints; | ||||
| import org.springframework.boot.info.GitProperties; | ||||
| import org.springframework.context.annotation.ImportRuntimeHints; | ||||
|  |  | |||
|  | @ -16,9 +16,9 @@ | |||
| 
 | ||||
| package org.springframework.boot.actuate.info; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.RuntimeHints; | ||||
| import org.springframework.aot.hint.RuntimeHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.boot.actuate.info.Info.Builder; | ||||
| import org.springframework.boot.actuate.info.JavaInfoContributor.JavaInfoContributorRuntimeHints; | ||||
| import org.springframework.boot.info.JavaInfo; | ||||
|  |  | |||
|  | @ -16,9 +16,9 @@ | |||
| 
 | ||||
| package org.springframework.boot.actuate.info; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.RuntimeHints; | ||||
| import org.springframework.aot.hint.RuntimeHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.boot.actuate.info.OsInfoContributor.OsInfoContributorRuntimeHints; | ||||
| import org.springframework.boot.info.OsInfo; | ||||
| import org.springframework.context.annotation.ImportRuntimeHints; | ||||
|  |  | |||
|  | @ -16,9 +16,9 @@ | |||
| 
 | ||||
| package org.springframework.boot.actuate.integration; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.RuntimeHints; | ||||
| import org.springframework.aot.hint.RuntimeHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.boot.actuate.endpoint.annotation.Endpoint; | ||||
| import org.springframework.boot.actuate.endpoint.annotation.ReadOperation; | ||||
| import org.springframework.boot.actuate.endpoint.annotation.WriteOperation; | ||||
|  |  | |||
|  | @ -20,9 +20,9 @@ import java.util.Set; | |||
| 
 | ||||
| import org.quartz.SchedulerException; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.RuntimeHints; | ||||
| import org.springframework.aot.hint.RuntimeHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.boot.actuate.endpoint.SecurityContext; | ||||
| import org.springframework.boot.actuate.endpoint.Show; | ||||
| import org.springframework.boot.actuate.endpoint.annotation.ReadOperation; | ||||
|  |  | |||
|  | @ -26,9 +26,9 @@ import java.util.Objects; | |||
| import java.util.function.Function; | ||||
| import java.util.stream.Collectors; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.RuntimeHints; | ||||
| import org.springframework.aot.hint.RuntimeHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.boot.actuate.endpoint.annotation.Endpoint; | ||||
| import org.springframework.boot.actuate.endpoint.annotation.ReadOperation; | ||||
| import org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksEndpointRuntimeHints; | ||||
|  |  | |||
|  | @ -28,9 +28,9 @@ import java.util.stream.Stream; | |||
| 
 | ||||
| import reactor.core.publisher.Mono; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.RuntimeHints; | ||||
| import org.springframework.aot.hint.RuntimeHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.boot.actuate.web.mappings.HandlerMethodDescription; | ||||
| import org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider; | ||||
| import org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider.DispatcherHandlersMappingDescriptionProviderRuntimeHints; | ||||
|  |  | |||
|  | @ -28,9 +28,9 @@ import java.util.stream.Stream; | |||
| 
 | ||||
| import jakarta.servlet.Servlet; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.RuntimeHints; | ||||
| import org.springframework.aot.hint.RuntimeHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.boot.actuate.web.mappings.HandlerMethodDescription; | ||||
| import org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider; | ||||
| import org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider.DispatcherServletsMappingDescriptionProviderRuntimeHints; | ||||
|  |  | |||
|  | @ -23,9 +23,9 @@ import java.util.stream.Collectors; | |||
| import jakarta.servlet.Filter; | ||||
| import jakarta.servlet.ServletContext; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.RuntimeHints; | ||||
| import org.springframework.aot.hint.RuntimeHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider; | ||||
| import org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider.FiltersMappingDescriptionProviderRuntimeHints; | ||||
| import org.springframework.context.ApplicationContext; | ||||
|  |  | |||
|  | @ -23,9 +23,9 @@ import java.util.stream.Collectors; | |||
| import jakarta.servlet.Servlet; | ||||
| import jakarta.servlet.ServletContext; | ||||
| 
 | ||||
| import org.springframework.aot.hint.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.aot.hint.RuntimeHints; | ||||
| import org.springframework.aot.hint.RuntimeHintsRegistrar; | ||||
| import org.springframework.aot.hint.annotation.BindingReflectionHintsRegistrar; | ||||
| import org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider; | ||||
| import org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider.ServletsMappingDescriptionProviderRuntimeHints; | ||||
| import org.springframework.context.ApplicationContext; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue