diff --git a/README.md b/README.md index 6241eee03..c58212221 100644 --- a/README.md +++ b/README.md @@ -92,10 +92,11 @@ You can find more details in the [Reference Documentation](https://docs.spring.i ### Interacting with AI Models -**AI Client:** A foundational feature of Spring AI is a standardized client API for interfacing with generative AI models. With this common API, you can initially target g [OpenAI's Chat endpoint](https://platform.openai.com/docs/api-reference/chat) and easily swap about the implementation to use other platforms, such as [HuggingFace's Inference Endpoints](https://huggingface.co/inference-endpoints) +**ChatClient:** A foundational feature of Spring AI is a portable client API for interacting with generative AI models. With this portable API, you can initially target one AI chat model, for example OpenAI and then easily swap out the implementation to another AI chat model, for example Amazon Bedrock's Anthropic Model. When necessary, you can also drop down to use non-portable model options. -Dive deeper into [Models](https://docs.spring.io/spring-ai/reference/concepts.html#_models). in our concept guide. -For usage details, consult the [ChatClient API guide](https://docs.spring.io/spring-ai/reference/api/aiclient.html) +Spring AI supports many AI models. For an overview see here. Specific models currently supported are +* OpenAI +* **Prompts:** Central to AI model interaction is the Prompt, which provides specific instructions for the AI to act upon. diff --git a/shell.log b/shell.log new file mode 100644 index 000000000..d7089e01c --- /dev/null +++ b/shell.log @@ -0,0 +1,2448 @@ +2024-02-18T21:49:48.237-05:00 DEBUG 308122 --- [main] o.s.boot.ApplicationEnvironment : Activating profiles [] +2024-02-18T21:49:48.242-05:00 DEBUG 308122 --- [background-preinit] org.jboss.logging : Logging Provider: org.jboss.logging.Slf4jLoggerProvider found via system property +2024-02-18T21:49:48.273-05:00 DEBUG 308122 --- [background-preinit] o.h.v.i.xml.config.ValidationXmlParser : Trying to load META-INF/validation.xml for XML based Validator configuration. +2024-02-18T21:49:48.276-05:00 DEBUG 308122 --- [background-preinit] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via TCCL +2024-02-18T21:49:48.277-05:00 DEBUG 308122 --- [background-preinit] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via Hibernate Validator's class loader +2024-02-18T21:49:48.278-05:00 DEBUG 308122 --- [background-preinit] o.h.v.i.xml.config.ValidationXmlParser : No META-INF/validation.xml found. Using annotation based configuration only. +2024-02-18T21:49:48.294-05:00 DEBUG 308122 --- [background-preinit] o.h.v.i.e.resolver.TraversableResolvers : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. +2024-02-18T21:49:48.368-05:00 DEBUG 308122 --- [background-preinit] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL +2024-02-18T21:49:48.378-05:00 INFO 308122 --- [main] o.s.cli.SpringCliApplication : Starting SpringCliApplication v0.9.0-SNAPSHOT using Java 21.0.1 with PID 308122 (/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar started by mark in /home/mark/projects/spring-ai) +2024-02-18T21:49:48.378-05:00 DEBUG 308122 --- [main] o.s.cli.SpringCliApplication : Running with Spring Boot v3.2.2, Spring v6.1.3 +2024-02-18T21:49:48.379-05:00 INFO 308122 --- [main] o.s.cli.SpringCliApplication : No active profile set, falling back to 1 default profile: "default" +2024-02-18T21:49:48.379-05:00 DEBUG 308122 --- [main] o.s.boot.SpringApplication : Loading source class org.springframework.cli.SpringCliApplication +2024-02-18T21:49:48.752-05:00 DEBUG 308122 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. +2024-02-18T21:49:48.770-05:00 DEBUG 308122 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. +2024-02-18T21:49:48.770-05:00 DEBUG 308122 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. +2024-02-18T21:49:48.770-05:00 DEBUG 308122 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. +2024-02-18T21:49:48.770-05:00 DEBUG 308122 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. +2024-02-18T21:49:48.770-05:00 DEBUG 308122 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. +2024-02-18T21:49:48.975-05:00 DEBUG 308122 --- [main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6f152006 +2024-02-18T21:49:49.002-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' +2024-02-18T21:49:49.044-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' +2024-02-18T21:49:49.139-05:00 DEBUG 308122 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/util/PackageNameUtils.class] +2024-02-18T21:49:49.155-05:00 DEBUG 308122 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/config/SpringCliPromptProvider.class] +2024-02-18T21:49:49.162-05:00 DEBUG 308122 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/config/SpringCliConfiguration.class] +2024-02-18T21:49:49.173-05:00 DEBUG 308122 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/command/recipe/RecipeParameterParser.class] +2024-02-18T21:49:49.173-05:00 DEBUG 308122 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/command/recipe/resolver/MavenArtifactDownloader.class] +2024-02-18T21:49:49.174-05:00 DEBUG 308122 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/command/recipe/catalog/RecipeCatalog.class] +2024-02-18T21:49:49.174-05:00 DEBUG 308122 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/command/recipe/catalog/RecipeCatalogReader.class] +2024-02-18T21:49:49.176-05:00 DEBUG 308122 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/git/GitSourceRepositoryService.class] +2024-02-18T21:49:49.503-05:00 DEBUG 308122 --- [main] ssPathScanningCandidateComponentProvider : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/command/ProjectCatalogCommands.class] +2024-02-18T21:49:49.503-05:00 DEBUG 308122 --- [main] ssPathScanningCandidateComponentProvider : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/command/BootCommands.class] +2024-02-18T21:49:49.503-05:00 DEBUG 308122 --- [main] ssPathScanningCandidateComponentProvider : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/command/AiCommands.class] +2024-02-18T21:49:49.503-05:00 DEBUG 308122 --- [main] ssPathScanningCandidateComponentProvider : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/command/RewriteRecipeCommands.class] +2024-02-18T21:49:49.503-05:00 DEBUG 308122 --- [main] ssPathScanningCandidateComponentProvider : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/command/VarsCommands.class] +2024-02-18T21:49:49.503-05:00 DEBUG 308122 --- [main] ssPathScanningCandidateComponentProvider : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/command/InitializerCommands.class] +2024-02-18T21:49:49.503-05:00 DEBUG 308122 --- [main] ssPathScanningCandidateComponentProvider : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/command/ProjectCommands.class] +2024-02-18T21:49:49.503-05:00 DEBUG 308122 --- [main] ssPathScanningCandidateComponentProvider : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/command/SpecialCommands.class] +2024-02-18T21:49:49.504-05:00 DEBUG 308122 --- [main] ssPathScanningCandidateComponentProvider : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/command/GuideCommands.class] +2024-02-18T21:49:49.504-05:00 DEBUG 308122 --- [main] ssPathScanningCandidateComponentProvider : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/command/GithubCommands.class] +2024-02-18T21:49:49.504-05:00 DEBUG 308122 --- [main] ssPathScanningCandidateComponentProvider : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/command/RoleCommands.class] +2024-02-18T21:49:49.504-05:00 DEBUG 308122 --- [main] ssPathScanningCandidateComponentProvider : Identified candidate component class: URL [jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/classes/!/org/springframework/cli/command/CommandCommands.class] +2024-02-18T21:49:49.779-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer' +2024-02-18T21:49:49.786-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor' +2024-02-18T21:49:49.794-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' +2024-02-18T21:49:49.796-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanFactoryPostProcessor' +2024-02-18T21:49:49.801-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'executionScope' +2024-02-18T21:49:49.801-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.rewrite.boot.autoconfigure.ScopeConfiguration' +2024-02-18T21:49:49.802-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'scanScope' +2024-02-18T21:49:49.803-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanFactoryPostProcessor' via factory method to bean named 'executionScope' +2024-02-18T21:49:49.803-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanFactoryPostProcessor' via factory method to bean named 'scanScope' +2024-02-18T21:49:49.804-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'forceAutoProxyCreatorToUseClassProxying' +2024-02-18T21:49:49.805-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' +2024-02-18T21:49:49.811-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' +2024-02-18T21:49:49.813-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' +2024-02-18T21:49:49.820-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' +2024-02-18T21:49:49.820-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinder' +2024-02-18T21:49:49.822-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'methodValidationPostProcessor' +2024-02-18T21:49:49.826-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'methodValidationPostProcessor' via factory method to bean named 'environment' +2024-02-18T21:49:49.829-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter' +2024-02-18T21:49:49.867-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' +2024-02-18T21:49:49.881-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springCliApplication' +2024-02-18T21:49:49.885-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'packageNameUtils' +2024-02-18T21:49:49.886-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springCliPromptProvider' +2024-02-18T21:49:49.886-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springCliConfiguration' +2024-02-18T21:49:49.887-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'recipeParameterParser' +2024-02-18T21:49:49.887-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mavenArtifactDownloader' +2024-02-18T21:49:49.888-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'recipeCatalog' +2024-02-18T21:49:49.890-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'recipeCatalog' via constructor to bean named 'mavenArtifactDownloader' +2024-02-18T21:49:49.892-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'recipeCatalogReader' +2024-02-18T21:49:49.892-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'gitSourceRepositoryService' +2024-02-18T21:49:49.894-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springCliUserConfig' +2024-02-18T21:49:49.905-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'gitSourceRepositoryService' via constructor to bean named 'springCliUserConfig' +2024-02-18T21:49:49.905-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.rewrite.boot.autoconfigure.ProjectResourceSetConfiguration' +2024-02-18T21:49:49.906-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'rewriteSourceFileWrapper' +2024-02-18T21:49:49.907-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'rewriteMigrationResultMerger' +2024-02-18T21:49:49.908-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteMigrationResultMerger' via factory method to bean named 'rewriteSourceFileWrapper' +2024-02-18T21:49:49.909-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'projectResourceSerializer' +2024-02-18T21:49:49.909-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'projectResourceSetSerializer' +2024-02-18T21:49:49.910-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'projectResourceSetSerializer' via factory method to bean named 'projectResourceSerializer' +2024-02-18T21:49:49.910-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'projectResourceSetFactory' +2024-02-18T21:49:49.912-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'executionContext' +2024-02-18T21:49:49.927-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'projectResourceSetFactory' via factory method to bean named 'rewriteMigrationResultMerger' +2024-02-18T21:49:49.927-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'projectResourceSetFactory' via factory method to bean named 'rewriteSourceFileWrapper' +2024-02-18T21:49:49.927-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'projectResourceSetFactory' via factory method to bean named 'executionContext' +2024-02-18T21:49:49.929-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.rewrite.scopes.ScanScope' +2024-02-18T21:49:49.929-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'projectMetadata' +2024-02-18T21:49:49.951-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'executionContextSupplier' +2024-02-18T21:49:49.952-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.rewrite.parser.maven.RewriteParserMavenConfiguration' +2024-02-18T21:49:49.952-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mavenProvenanceMarkerFactory' +2024-02-18T21:49:49.957-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'buildFileParser' +2024-02-18T21:49:49.958-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mavenSettingsInitializer' +2024-02-18T21:49:49.959-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mavenSettingsInitializer' via factory method to bean named 'executionContext' +2024-02-18T21:49:49.959-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mavenSettingsInitializer' via factory method to bean named 'projectMetadata' +2024-02-18T21:49:49.984-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'buildFileParser' via factory method to bean named 'mavenSettingsInitializer' +2024-02-18T21:49:49.986-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'artifactDownloader' +2024-02-18T21:49:49.986-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mavenArtifactCache' +2024-02-18T21:49:49.989-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'artifactDownloaderErrorConsumer' +2024-02-18T21:49:49.989-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.rewrite.parser.RewriteParserConfiguration' +2024-02-18T21:49:49.990-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'artifactDownloader' via factory method to bean named 'mavenArtifactCache' +2024-02-18T21:49:49.990-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'artifactDownloader' via factory method to bean named 'projectMetadata' +2024-02-18T21:49:49.990-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'artifactDownloader' via factory method to bean named 'artifactDownloaderErrorConsumer' +2024-02-18T21:49:50.006-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'projectScanner' +2024-02-18T21:49:50.007-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.rewrite-org.springframework.rewrite.parser.SpringRewriteProperties' +2024-02-18T21:49:50.009-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.BoundConfigurationProperties' +2024-02-18T21:49:50.019-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'projectScanner' via factory method to bean named 'org.springframework.context.annotation.AnnotationConfigApplicationContext@6f152006' +2024-02-18T21:49:50.019-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'projectScanner' via factory method to bean named 'spring.rewrite-org.springframework.rewrite.parser.SpringRewriteProperties' +2024-02-18T21:49:50.020-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'provenanceMarkerFactory' +2024-02-18T21:49:50.021-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'provenanceMarkerFactory' via factory method to bean named 'mavenProvenanceMarkerFactory' +2024-02-18T21:49:50.021-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'javaParserBuilder' +2024-02-18T21:49:50.032-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mavenModuleParser' +2024-02-18T21:49:50.033-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mavenModuleParser' via factory method to bean named 'spring.rewrite-org.springframework.rewrite.parser.SpringRewriteProperties' +2024-02-18T21:49:50.036-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sourceFileParser' +2024-02-18T21:49:50.037-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sourceFileParser' via factory method to bean named 'mavenModuleParser' +2024-02-18T21:49:50.037-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'styleDetector' +2024-02-18T21:49:50.038-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parsingEventListener' +2024-02-18T21:49:50.038-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'parsingEventListener' via factory method to bean named 'org.springframework.context.annotation.AnnotationConfigApplicationContext@6f152006' +2024-02-18T21:49:50.039-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mavenProjectAnalyzer' +2024-02-18T21:49:50.039-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mavenProjectAnalyzer' via factory method to bean named 'artifactDownloader' +2024-02-18T21:49:50.041-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'rewriteProjectParser' +2024-02-18T21:49:50.043-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteProjectParser' via factory method to bean named 'provenanceMarkerFactory' +2024-02-18T21:49:50.043-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteProjectParser' via factory method to bean named 'buildFileParser' +2024-02-18T21:49:50.043-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteProjectParser' via factory method to bean named 'sourceFileParser' +2024-02-18T21:49:50.043-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteProjectParser' via factory method to bean named 'styleDetector' +2024-02-18T21:49:50.043-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteProjectParser' via factory method to bean named 'spring.rewrite-org.springframework.rewrite.parser.SpringRewriteProperties' +2024-02-18T21:49:50.043-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteProjectParser' via factory method to bean named 'parsingEventListener' +2024-02-18T21:49:50.043-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteProjectParser' via factory method to bean named 'org.springframework.context.annotation.AnnotationConfigApplicationContext@6f152006' +2024-02-18T21:49:50.043-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteProjectParser' via factory method to bean named 'scanScope' +2024-02-18T21:49:50.043-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteProjectParser' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@6759f091' +2024-02-18T21:49:50.043-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteProjectParser' via factory method to bean named 'projectScanner' +2024-02-18T21:49:50.043-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteProjectParser' via factory method to bean named 'executionContext' +2024-02-18T21:49:50.043-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteProjectParser' via factory method to bean named 'mavenProjectAnalyzer' +2024-02-18T21:49:50.050-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mavenPomCache' +2024-02-18T21:49:50.051-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mavenPomCache' via factory method to bean named 'spring.rewrite-org.springframework.rewrite.parser.SpringRewriteProperties' +2024-02-18T21:49:50.111-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.rewrite.boot.autoconfigure.RecipeDiscoveryConfiguration' +2024-02-18T21:49:50.112-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'rewriteRecipeDiscovery' +2024-02-18T21:49:50.112-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteRecipeDiscovery' via factory method to bean named 'spring.rewrite-org.springframework.rewrite.parser.SpringRewriteProperties' +2024-02-18T21:49:50.114-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.rewrite.boot.autoconfigure.RewriteLauncherConfiguration' +2024-02-18T21:49:50.114-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'rewriteRecipeLauncher' +2024-02-18T21:49:50.115-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteRecipeLauncher' via factory method to bean named 'rewriteProjectParser' +2024-02-18T21:49:50.115-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteRecipeLauncher' via factory method to bean named 'rewriteRecipeDiscovery' +2024-02-18T21:49:50.115-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteRecipeLauncher' via factory method to bean named 'projectResourceSetFactory' +2024-02-18T21:49:50.115-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'rewriteRecipeLauncher' via factory method to bean named 'projectResourceSetSerializer' +2024-02-18T21:49:50.117-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'commandNotFoundMessageProvider' +2024-02-18T21:49:50.118-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'commandExceptionResolver' +2024-02-18T21:49:50.119-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springCliTerminalMessage' +2024-02-18T21:49:50.120-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'terminal' +2024-02-18T21:49:50.120-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.JLineShellAutoConfiguration' +2024-02-18T21:49:50.130-05:00 DEBUG 308122 --- [main] org.jline : Unable to load ffm provider: + +java.io.IOException: Unable to find terminal provider ffm + at org.jline.terminal.spi.TerminalProvider.load(TerminalProvider.java:74) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.checkProvider(TerminalBuilder.java:665) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.getProviders(TerminalBuilder.java:630) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.doBuild(TerminalBuilder.java:395) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.build(TerminalBuilder.java:362) ~[jline-terminal-3.25.0.jar!/:na] + at org.springframework.shell.boot.JLineShellAutoConfiguration.terminal(JLineShellAutoConfiguration.java:51) ~[spring-shell-autoconfigure-3.2.1.jar!/:3.2.1] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:140) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:647) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:639) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1334) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1164) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:561) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:521) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:907) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:785) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:542) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1334) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1164) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:561) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:521) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:959) ~[spring-context-6.1.3.jar!/:6.1.3] + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) ~[spring-context-6.1.3.jar!/:6.1.3] + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:334) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.cli.SpringCliApplication.main(SpringCliApplication.java:35) ~[!/:0.9.0-SNAPSHOT] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:91) ~[spring-cli-0.9.0-SNAPSHOT.jar:0.9.0-SNAPSHOT] + at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:53) ~[spring-cli-0.9.0-SNAPSHOT.jar:0.9.0-SNAPSHOT] + at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:58) ~[spring-cli-0.9.0-SNAPSHOT.jar:0.9.0-SNAPSHOT] + +2024-02-18T21:49:50.134-05:00 DEBUG 308122 --- [main] org.jline : Unable to load jni provider: + +java.io.IOException: Unable to find terminal provider jni + at org.jline.terminal.spi.TerminalProvider.load(TerminalProvider.java:74) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.checkProvider(TerminalBuilder.java:665) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.getProviders(TerminalBuilder.java:632) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.doBuild(TerminalBuilder.java:395) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.build(TerminalBuilder.java:362) ~[jline-terminal-3.25.0.jar!/:na] + at org.springframework.shell.boot.JLineShellAutoConfiguration.terminal(JLineShellAutoConfiguration.java:51) ~[spring-shell-autoconfigure-3.2.1.jar!/:3.2.1] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:140) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:647) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:639) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1334) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1164) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:561) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:521) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:907) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:785) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:542) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1334) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1164) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:561) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:521) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:959) ~[spring-context-6.1.3.jar!/:6.1.3] + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) ~[spring-context-6.1.3.jar!/:6.1.3] + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:334) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.cli.SpringCliApplication.main(SpringCliApplication.java:35) ~[!/:0.9.0-SNAPSHOT] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:91) ~[spring-cli-0.9.0-SNAPSHOT.jar:0.9.0-SNAPSHOT] + at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:53) ~[spring-cli-0.9.0-SNAPSHOT.jar:0.9.0-SNAPSHOT] + at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:58) ~[spring-cli-0.9.0-SNAPSHOT.jar:0.9.0-SNAPSHOT] + +2024-02-18T21:49:50.135-05:00 DEBUG 308122 --- [main] org.jline : Unable to load jansi provider: + +java.io.IOException: Unable to find terminal provider jansi + at org.jline.terminal.spi.TerminalProvider.load(TerminalProvider.java:74) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.checkProvider(TerminalBuilder.java:665) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.getProviders(TerminalBuilder.java:634) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.doBuild(TerminalBuilder.java:395) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.build(TerminalBuilder.java:362) ~[jline-terminal-3.25.0.jar!/:na] + at org.springframework.shell.boot.JLineShellAutoConfiguration.terminal(JLineShellAutoConfiguration.java:51) ~[spring-shell-autoconfigure-3.2.1.jar!/:3.2.1] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:140) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:647) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:639) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1334) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1164) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:561) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:521) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:907) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:785) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:542) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1334) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1164) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:561) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:521) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:959) ~[spring-context-6.1.3.jar!/:6.1.3] + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) ~[spring-context-6.1.3.jar!/:6.1.3] + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:334) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.cli.SpringCliApplication.main(SpringCliApplication.java:35) ~[!/:0.9.0-SNAPSHOT] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:91) ~[spring-cli-0.9.0-SNAPSHOT.jar:0.9.0-SNAPSHOT] + at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:53) ~[spring-cli-0.9.0-SNAPSHOT.jar:0.9.0-SNAPSHOT] + at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:58) ~[spring-cli-0.9.0-SNAPSHOT.jar:0.9.0-SNAPSHOT] + +2024-02-18T21:49:50.150-05:00 DEBUG 308122 --- [main] com.sun.jna.Native : Looking in classpath from org.springframework.boot.loader.launch.LaunchedClassLoader@4e50df2e for /com/sun/jna/linux-x86-64/libjnidispatch.so +2024-02-18T21:49:50.151-05:00 DEBUG 308122 --- [main] com.sun.jna.Native : Found library resource at jar:nested:/home/mark/projects/spring-cli/build/libs/spring-cli-0.9.0-SNAPSHOT.jar/!BOOT-INF/lib/jna-5.14.0.jar!/com/sun/jna/linux-x86-64/libjnidispatch.so +2024-02-18T21:49:50.152-05:00 DEBUG 308122 --- [main] com.sun.jna.Native : Extracting library to /home/mark/.cache/JNA/temp/jna18394059397172652656.tmp +2024-02-18T21:49:50.154-05:00 DEBUG 308122 --- [main] com.sun.jna.Native : Trying /home/mark/.cache/JNA/temp/jna18394059397172652656.tmp +2024-02-18T21:49:50.155-05:00 DEBUG 308122 --- [main] com.sun.jna.Native : Found jnidispatch at /home/mark/.cache/JNA/temp/jna18394059397172652656.tmp +2024-02-18T21:49:50.175-05:00 DEBUG 308122 --- [main] java.lang.ProcessBuilder : ProcessBuilder.start(): pid: 308170, dir: null, cmd: "/sbin/ldconfig" + +java.lang.RuntimeException: ProcessBuilder.start() debug + at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1147) ~[na:na] + at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1089) ~[na:na] + at java.base/java.lang.Runtime.exec(Runtime.java:681) ~[na:na] + at java.base/java.lang.Runtime.exec(Runtime.java:491) ~[na:na] + at java.base/java.lang.Runtime.exec(Runtime.java:366) ~[na:na] + at com.sun.jna.NativeLibrary.getLinuxLdPaths(NativeLibrary.java:1023) ~[jna-5.14.0.jar!/:5.14.0 (b0)] + at com.sun.jna.NativeLibrary.(NativeLibrary.java:965) ~[jna-5.14.0.jar!/:5.14.0 (b0)] + at com.sun.jna.Library$Handler.(Library.java:197) ~[jna-5.14.0.jar!/:5.14.0 (b0)] + at com.sun.jna.Native.load(Native.java:618) ~[jna-5.14.0.jar!/:5.14.0 (b0)] + at com.sun.jna.Native.load(Native.java:592) ~[jna-5.14.0.jar!/:5.14.0 (b0)] + at org.jline.terminal.impl.jna.linux.LinuxNativePty.(LinuxNativePty.java:32) ~[jline-terminal-jna-3.25.0.jar!/:na] + at org.jline.terminal.impl.jna.JnaNativePty.isatty(JnaNativePty.java:198) ~[jline-terminal-jna-3.25.0.jar!/:na] + at org.jline.terminal.impl.jna.JnaNativePty.isPosixSystemStream(JnaNativePty.java:170) ~[jline-terminal-jna-3.25.0.jar!/:na] + at org.jline.terminal.impl.jna.JnaTerminalProvider.checkSystemStream(JnaTerminalProvider.java:124) ~[jline-terminal-jna-3.25.0.jar!/:na] + at org.jline.terminal.impl.jna.JnaTerminalProvider.(JnaTerminalProvider.java:31) ~[jline-terminal-jna-3.25.0.jar!/:na] + at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) ~[na:na] + at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) ~[na:na] + at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) ~[na:na] + at org.jline.terminal.spi.TerminalProvider.load(TerminalProvider.java:69) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.checkProvider(TerminalBuilder.java:665) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.getProviders(TerminalBuilder.java:636) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.doBuild(TerminalBuilder.java:395) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.build(TerminalBuilder.java:362) ~[jline-terminal-3.25.0.jar!/:na] + at org.springframework.shell.boot.JLineShellAutoConfiguration.terminal(JLineShellAutoConfiguration.java:51) ~[spring-shell-autoconfigure-3.2.1.jar!/:3.2.1] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:140) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:647) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:639) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1334) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1164) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:561) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:521) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:907) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:785) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:542) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1334) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1164) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:561) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:521) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:959) ~[spring-context-6.1.3.jar!/:6.1.3] + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) ~[spring-context-6.1.3.jar!/:6.1.3] + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:334) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.cli.SpringCliApplication.main(SpringCliApplication.java:35) ~[!/:0.9.0-SNAPSHOT] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:91) ~[spring-cli-0.9.0-SNAPSHOT.jar:0.9.0-SNAPSHOT] + at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:53) ~[spring-cli-0.9.0-SNAPSHOT.jar:0.9.0-SNAPSHOT] + at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:58) ~[spring-cli-0.9.0-SNAPSHOT.jar:0.9.0-SNAPSHOT] + +2024-02-18T21:49:50.180-05:00 DEBUG 308122 --- [main] com.sun.jna.internal.Cleaner : Starting CleanerThread +2024-02-18T21:49:50.190-05:00 DEBUG 308122 --- [main] java.lang.ProcessBuilder : ProcessBuilder.start(): pid: 308173, dir: null, cmd: "/usr/bin/test" + +java.lang.RuntimeException: ProcessBuilder.start() debug + at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1147) ~[na:na] + at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1089) ~[na:na] + at org.jline.terminal.impl.exec.ExecTerminalProvider.isPosixSystemStream(ExecTerminalProvider.java:135) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.impl.exec.ExecTerminalProvider.isSystemStream(ExecTerminalProvider.java:121) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.checkProvider(TerminalBuilder.java:666) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.getProviders(TerminalBuilder.java:638) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.doBuild(TerminalBuilder.java:395) ~[jline-terminal-3.25.0.jar!/:na] + at org.jline.terminal.TerminalBuilder.build(TerminalBuilder.java:362) ~[jline-terminal-3.25.0.jar!/:na] + at org.springframework.shell.boot.JLineShellAutoConfiguration.terminal(JLineShellAutoConfiguration.java:51) ~[spring-shell-autoconfigure-3.2.1.jar!/:3.2.1] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:140) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:647) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:639) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1334) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1164) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:561) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:521) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:907) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:785) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:542) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1334) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1164) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:561) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:521) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975) ~[spring-beans-6.1.3.jar!/:6.1.3] + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:959) ~[spring-context-6.1.3.jar!/:6.1.3] + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) ~[spring-context-6.1.3.jar!/:6.1.3] + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:334) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343) ~[spring-boot-3.2.2.jar!/:3.2.2] + at org.springframework.cli.SpringCliApplication.main(SpringCliApplication.java:35) ~[!/:0.9.0-SNAPSHOT] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] + at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:91) ~[spring-cli-0.9.0-SNAPSHOT.jar:0.9.0-SNAPSHOT] + at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:53) ~[spring-cli-0.9.0-SNAPSHOT.jar:0.9.0-SNAPSHOT] + at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:58) ~[spring-cli-0.9.0-SNAPSHOT.jar:0.9.0-SNAPSHOT] + +2024-02-18T21:49:50.191-05:00 DEBUG 308122 --- [main] org.jline : Available providers: jna, exec +2024-02-18T21:49:50.247-05:00 DEBUG 308122 --- [main] org.jline : Registering shutdown-hook: Thread[#38,JLine Shutdown Hook,5,main] +2024-02-18T21:49:50.247-05:00 DEBUG 308122 --- [main] org.jline : Adding shutdown-hook task: org.jline.terminal.impl.PosixSysTerminal$$Lambda/0x00007fb6f4428670@640cc04b +2024-02-18T21:49:50.248-05:00 DEBUG 308122 --- [main] org.jline : Using terminal PosixSysTerminal +2024-02-18T21:49:50.248-05:00 DEBUG 308122 --- [main] org.jline : Using pty LinuxNativePty +2024-02-18T21:49:50.251-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shellThemeResolver' +2024-02-18T21:49:50.251-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.ThemingAutoConfiguration' +2024-02-18T21:49:50.252-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'themeRegistry' +2024-02-18T21:49:50.257-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.shell-org.springframework.shell.boot.SpringShellProperties' +2024-02-18T21:49:50.269-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'themeActive' +2024-02-18T21:49:50.270-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'shellThemeResolver' via factory method to bean named 'themeRegistry' +2024-02-18T21:49:50.270-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'shellThemeResolver' via factory method to bean named 'spring.shell-org.springframework.shell.boot.SpringShellProperties' +2024-02-18T21:49:50.270-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'shellThemeResolver' via factory method to bean named 'themeActive' +2024-02-18T21:49:50.274-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'springCliTerminalMessage' via factory method to bean named 'terminal' +2024-02-18T21:49:50.275-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'springCliTerminalMessage' via factory method to bean named 'shellThemeResolver' +2024-02-18T21:49:50.276-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'systemModelPopulator' +2024-02-18T21:49:50.276-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mavenModelPopulator' +2024-02-18T21:49:50.279-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'rootPackageModelPopulator' +2024-02-18T21:49:50.279-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dynamicMethodTargetRegistrar' +2024-02-18T21:49:50.281-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'commandRegistrationBuilderSupplier' +2024-02-18T21:49:50.281-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.CommandCatalogAutoConfiguration' +2024-02-18T21:49:50.282-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dynamicMethodTargetRegistrar' via factory method to bean named 'systemModelPopulator' +2024-02-18T21:49:50.283-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dynamicMethodTargetRegistrar' via factory method to bean named 'mavenModelPopulator' +2024-02-18T21:49:50.283-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dynamicMethodTargetRegistrar' via factory method to bean named 'rootPackageModelPopulator' +2024-02-18T21:49:50.283-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dynamicMethodTargetRegistrar' via factory method to bean named 'commandRegistrationBuilderSupplier' +2024-02-18T21:49:50.283-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dynamicMethodTargetRegistrar' via factory method to bean named 'springCliTerminalMessage' +2024-02-18T21:49:50.285-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'reactorClientResourceFactory' +2024-02-18T21:49:50.292-05:00 DEBUG 308122 --- [main] reactor.util.Loggers : Using Slf4j logging framework +2024-02-18T21:49:50.330-05:00 DEBUG 308122 --- [main] i.n.u.i.logging.InternalLoggerFactory : Using SLF4J as the default logging framework +2024-02-18T21:49:50.331-05:00 DEBUG 308122 --- [main] i.n.util.internal.PlatformDependent0 : -Dio.netty.noUnsafe: false +2024-02-18T21:49:50.332-05:00 DEBUG 308122 --- [main] i.n.util.internal.PlatformDependent0 : Java version: 21 +2024-02-18T21:49:50.333-05:00 DEBUG 308122 --- [main] i.n.util.internal.PlatformDependent0 : sun.misc.Unsafe.theUnsafe: available +2024-02-18T21:49:50.334-05:00 DEBUG 308122 --- [main] i.n.util.internal.PlatformDependent0 : sun.misc.Unsafe.copyMemory: available +2024-02-18T21:49:50.334-05:00 DEBUG 308122 --- [main] i.n.util.internal.PlatformDependent0 : sun.misc.Unsafe.storeFence: available +2024-02-18T21:49:50.335-05:00 DEBUG 308122 --- [main] i.n.util.internal.PlatformDependent0 : java.nio.Buffer.address: available +2024-02-18T21:49:50.336-05:00 DEBUG 308122 --- [main] i.n.util.internal.PlatformDependent0 : direct buffer constructor: unavailable: Reflective setAccessible(true) disabled +2024-02-18T21:49:50.336-05:00 DEBUG 308122 --- [main] i.n.util.internal.PlatformDependent0 : java.nio.Bits.unaligned: available, true +2024-02-18T21:49:50.338-05:00 DEBUG 308122 --- [main] i.n.util.internal.PlatformDependent0 : jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @6069db50 +2024-02-18T21:49:50.338-05:00 DEBUG 308122 --- [main] i.n.util.internal.PlatformDependent0 : java.nio.DirectByteBuffer.(long, {int,long}): unavailable +2024-02-18T21:49:50.338-05:00 DEBUG 308122 --- [main] i.netty.util.internal.PlatformDependent : sun.misc.Unsafe: available +2024-02-18T21:49:50.338-05:00 DEBUG 308122 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.tmpdir: /tmp (java.io.tmpdir) +2024-02-18T21:49:50.338-05:00 DEBUG 308122 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.bitMode: 64 (sun.arch.data.model) +2024-02-18T21:49:50.340-05:00 DEBUG 308122 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.maxDirectMemory: -1 bytes +2024-02-18T21:49:50.340-05:00 DEBUG 308122 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.uninitializedArrayAllocationThreshold: -1 +2024-02-18T21:49:50.341-05:00 DEBUG 308122 --- [main] io.netty.util.internal.CleanerJava9 : java.nio.ByteBuffer.cleaner(): available +2024-02-18T21:49:50.341-05:00 DEBUG 308122 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.noPreferDirect: false +2024-02-18T21:49:50.382-05:00 DEBUG 308122 --- [main] reactor.netty.tcp.TcpResources : [http] resources will use the default LoopResources: DefaultLoopResources {prefix=reactor-http, daemon=true, selectCount=12, workerCount=12} +2024-02-18T21:49:50.382-05:00 DEBUG 308122 --- [main] reactor.netty.tcp.TcpResources : [http] resources will use the default ConnectionProvider: reactor.netty.resources.DefaultPooledConnectionProvider@1e3ff233 +2024-02-18T21:49:50.383-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'reactorNettyHttpClientMapper' +2024-02-18T21:49:50.383-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'initializrClientCache' +2024-02-18T21:49:50.384-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration' +2024-02-18T21:49:50.390-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webClientHttpConnectorCustomizer' +2024-02-18T21:49:50.390-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration' +2024-02-18T21:49:50.391-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webClientHttpConnector' +2024-02-18T21:49:50.393-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'reactorClientHttpConnectorFactory' +2024-02-18T21:49:50.393-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorFactoryConfiguration$ReactorNetty' +2024-02-18T21:49:50.393-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'reactorClientHttpConnectorFactory' via factory method to bean named 'reactorClientResourceFactory' +2024-02-18T21:49:50.395-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webClientHttpConnector' via factory method to bean named 'reactorClientHttpConnectorFactory' +2024-02-18T21:49:50.451-05:00 DEBUG 308122 --- [main] i.n.u.internal.InternalThreadLocalMap : -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 +2024-02-18T21:49:50.451-05:00 DEBUG 308122 --- [main] i.n.u.internal.InternalThreadLocalMap : -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 +2024-02-18T21:49:50.493-05:00 DEBUG 308122 --- [main] io.netty.util.ResourceLeakDetector : -Dio.netty.leakDetection.level: simple +2024-02-18T21:49:50.493-05:00 DEBUG 308122 --- [main] io.netty.util.ResourceLeakDetector : -Dio.netty.leakDetection.targetRecords: 4 +2024-02-18T21:49:50.523-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webClientHttpConnectorCustomizer' via factory method to bean named 'webClientHttpConnector' +2024-02-18T21:49:50.523-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'exchangeStrategiesCustomizer' +2024-02-18T21:49:50.523-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration$WebClientCodecsConfiguration' +2024-02-18T21:49:50.524-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultCodecCustomizer' +2024-02-18T21:49:50.524-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration$DefaultCodecsConfiguration' +2024-02-18T21:49:50.525-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.codec-org.springframework.boot.autoconfigure.codec.CodecProperties' +2024-02-18T21:49:50.526-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultCodecCustomizer' via factory method to bean named 'spring.codec-org.springframework.boot.autoconfigure.codec.CodecProperties' +2024-02-18T21:49:50.526-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonCodecCustomizer' +2024-02-18T21:49:50.526-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration$JacksonCodecConfiguration' +2024-02-18T21:49:50.527-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonObjectMapper' +2024-02-18T21:49:50.527-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' +2024-02-18T21:49:50.527-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' +2024-02-18T21:49:50.528-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer' +2024-02-18T21:49:50.528-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' +2024-02-18T21:49:50.529-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' +2024-02-18T21:49:50.531-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' +2024-02-18T21:49:50.532-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterNamesModule' +2024-02-18T21:49:50.532-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration' +2024-02-18T21:49:50.533-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonMixinModule' +2024-02-18T21:49:50.533-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonMixinConfiguration' +2024-02-18T21:49:50.534-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonMixinModuleEntries' +2024-02-18T21:49:50.534-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonMixinModuleEntries' via factory method to bean named 'org.springframework.context.annotation.AnnotationConfigApplicationContext@6f152006' +2024-02-18T21:49:50.534-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages' +2024-02-18T21:49:50.535-05:00 DEBUG 308122 --- [main] o.s.b.a.AutoConfigurationPackages : @EnableAutoConfiguration was declared on a class in the package 'org.springframework.cli'. Automatic @Repository and @Entity scanning is enabled. +2024-02-18T21:49:50.542-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'org.springframework.context.annotation.AnnotationConfigApplicationContext@6f152006' +2024-02-18T21:49:50.542-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'jsonMixinModuleEntries' +2024-02-18T21:49:50.543-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonComponentModule' +2024-02-18T21:49:50.543-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' +2024-02-18T21:49:50.550-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'org.springframework.context.annotation.AnnotationConfigApplicationContext@6f152006' +2024-02-18T21:49:50.550-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer' +2024-02-18T21:49:50.552-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder' +2024-02-18T21:49:50.561-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonCodecCustomizer' via factory method to bean named 'jacksonObjectMapper' +2024-02-18T21:49:50.567-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'initializrClientCache' via factory method to bean named 'webClientBuilder' +2024-02-18T21:49:50.567-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'projectCatalogInitializer' +2024-02-18T21:49:50.568-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.cli.project.catalog.init-org.springframework.cli.config.SpringCliProjectCatalogProperties' +2024-02-18T21:49:50.569-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'projectCatalogInitializer' via factory method to bean named 'springCliUserConfig' +2024-02-18T21:49:50.569-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'projectCatalogInitializer' via factory method to bean named 'spring.cli.project.catalog.init-org.springframework.cli.config.SpringCliProjectCatalogProperties' +2024-02-18T21:49:50.626-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.cli-org.springframework.cli.config.SpringCliProperties' +2024-02-18T21:49:50.628-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.ProjectCatalogCommands' +2024-02-18T21:49:50.630-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.ProjectCatalogCommands' via constructor to bean named 'springCliUserConfig' +2024-02-18T21:49:50.630-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.ProjectCatalogCommands' via constructor to bean named 'gitSourceRepositoryService' +2024-02-18T21:49:50.630-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.ProjectCatalogCommands' via constructor to bean named 'springCliTerminalMessage' +2024-02-18T21:49:50.630-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.ProjectCatalogCommands' via constructor to bean named 'jacksonObjectMapper' +2024-02-18T21:49:50.632-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.ProjectCatalogCommands/catalogListAvailableboolean' +2024-02-18T21:49:50.634-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.ProjectCatalogCommands/catalogListboolean' +2024-02-18T21:49:50.634-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.ProjectCatalogCommands/catalogAddStringStringStringList' +2024-02-18T21:49:50.634-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.ProjectCatalogCommands/catalogRemoveString' +2024-02-18T21:49:50.634-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.BootCommands' +2024-02-18T21:49:50.635-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.BootCommands' via constructor to bean named 'springCliUserConfig' +2024-02-18T21:49:50.635-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.BootCommands' via constructor to bean named 'gitSourceRepositoryService' +2024-02-18T21:49:50.635-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.BootCommands' via constructor to bean named 'springCliTerminalMessage' +2024-02-18T21:49:50.635-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.BootCommands' via constructor to bean named 'rewriteRecipeLauncher' +2024-02-18T21:49:50.636-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.BootCommands/bootNewStringStringStringStringStringStringStringString' +2024-02-18T21:49:50.637-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.BootCommands/bootAddStringString' +2024-02-18T21:49:50.637-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.BootCommands/bootUpgradeString' +2024-02-18T21:49:50.637-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.AiCommands' +2024-02-18T21:49:50.638-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.AiCommands' via constructor to bean named 'springCliTerminalMessage' +2024-02-18T21:49:50.664-05:00 WARN 308122 --- [main] c.g.jknack.handlebars.HelperRegistry : Helper 'slugify' has been replaced by 'slugify' +2024-02-18T21:49:50.664-05:00 WARN 308122 --- [main] c.g.jknack.handlebars.HelperRegistry : Helper 'capitalize' has been replaced by 'capitalize' +2024-02-18T21:49:50.664-05:00 WARN 308122 --- [main] c.g.jknack.handlebars.HelperRegistry : Helper 'wordWrap' has been replaced by 'wordWrap' +2024-02-18T21:49:50.664-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.AiCommands/aiAddStringStringbooleanboolean' +2024-02-18T21:49:50.665-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.RewriteRecipeCommands' +2024-02-18T21:49:50.666-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.RewriteRecipeCommands' via constructor to bean named 'rewriteRecipeLauncher' +2024-02-18T21:49:50.666-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.RewriteRecipeCommands' via constructor to bean named 'recipeCatalog' +2024-02-18T21:49:50.666-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.RewriteRecipeCommands' via constructor to bean named 'recipeParameterParser' +2024-02-18T21:49:50.666-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.RewriteRecipeCommands/applyStringStringString' +2024-02-18T21:49:50.666-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.VarsCommands' +2024-02-18T21:49:50.667-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.ComponentFlowAutoConfiguration' +2024-02-18T21:49:50.670-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shellCommonComponentFlowCustomizer' +2024-02-18T21:49:50.670-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.ComponentFlowAutoConfiguration$ComponentFlowConfiguration' +2024-02-18T21:49:50.672-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'templateExecutor' +2024-02-18T21:49:50.672-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'templateExecutor' via factory method to bean named 'shellThemeResolver' +2024-02-18T21:49:50.679-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.VarsCommands' via constructor to bean named 'componentFlowBuilder' +2024-02-18T21:49:50.679-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.VarsCommands/init' +2024-02-18T21:49:50.679-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.InitializerCommands' +2024-02-18T21:49:50.681-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.InitializerCommands' via constructor to bean named 'initializrClientCache' +2024-02-18T21:49:50.681-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.InitializerCommands' via constructor to bean named 'componentFlowBuilder' +2024-02-18T21:49:50.681-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.InitializerCommands' via constructor to bean named 'springCliUserConfig' +2024-02-18T21:49:50.681-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.InitializerCommands' via constructor to bean named 'spring.cli-org.springframework.cli.config.SpringCliProperties' +2024-02-18T21:49:50.682-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.InitializerCommands/removeString' +2024-02-18T21:49:50.682-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.InitializerCommands/list' +2024-02-18T21:49:50.682-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.InitializerCommands/setStringString' +2024-02-18T21:49:50.683-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.InitializerCommands/initStringStringStringStringStringStringStringStringStringStringStringListStringString' +2024-02-18T21:49:50.683-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.InitializerCommands/dependenciesStringStringString' +2024-02-18T21:49:50.683-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.ProjectCommands' +2024-02-18T21:49:50.684-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.ProjectCommands' via constructor to bean named 'springCliUserConfig' +2024-02-18T21:49:50.684-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.ProjectCommands' via constructor to bean named 'gitSourceRepositoryService' +2024-02-18T21:49:50.684-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.ProjectCommands' via constructor to bean named 'springCliTerminalMessage' +2024-02-18T21:49:50.684-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.ProjectCommands' via constructor to bean named 'jacksonObjectMapper' +2024-02-18T21:49:50.684-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.ProjectCommands/projectAddStringStringStringList' +2024-02-18T21:49:50.684-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.ProjectCommands/projectListboolean' +2024-02-18T21:49:50.685-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.ProjectCommands/projectRemoveString' +2024-02-18T21:49:50.685-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.SpecialCommands' +2024-02-18T21:49:50.685-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.SpecialCommands' via constructor to bean named 'springCliTerminalMessage' +2024-02-18T21:49:50.685-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.SpecialCommands/dotExecString' +2024-02-18T21:49:50.685-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.GuideCommands' +2024-02-18T21:49:50.686-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.GuideCommands' via constructor to bean named 'springCliTerminalMessage' +2024-02-18T21:49:50.686-05:00 WARN 308122 --- [main] c.g.jknack.handlebars.HelperRegistry : Helper 'slugify' has been replaced by 'slugify' +2024-02-18T21:49:50.686-05:00 WARN 308122 --- [main] c.g.jknack.handlebars.HelperRegistry : Helper 'capitalize' has been replaced by 'capitalize' +2024-02-18T21:49:50.686-05:00 WARN 308122 --- [main] c.g.jknack.handlebars.HelperRegistry : Helper 'wordWrap' has been replaced by 'wordWrap' +2024-02-18T21:49:50.686-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.GuideCommands/readmeApplyStringString' +2024-02-18T21:49:50.686-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.GithubCommands' +2024-02-18T21:49:50.687-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.GithubCommands' via constructor to bean named 'webClientBuilder' +2024-02-18T21:49:50.687-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.GithubCommands' via constructor to bean named 'componentFlowBuilder' +2024-02-18T21:49:50.687-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.GithubCommands' via constructor to bean named 'springCliUserConfig' +2024-02-18T21:49:50.687-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.GithubCommands' via constructor to bean named 'springCliTerminalMessage' +2024-02-18T21:49:50.689-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.GithubCommands/statusboolean' +2024-02-18T21:49:50.689-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.GithubCommands/login' +2024-02-18T21:49:50.689-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.GithubCommands/logout' +2024-02-18T21:49:50.689-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.RoleCommands' +2024-02-18T21:49:50.690-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.RoleCommands' via constructor to bean named 'springCliTerminalMessage' +2024-02-18T21:49:50.690-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.RoleCommands/roleAddString' +2024-02-18T21:49:50.691-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.RoleCommands/roleRemoveString' +2024-02-18T21:49:50.691-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.RoleCommands/roleSetStringObjectString' +2024-02-18T21:49:50.691-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.RoleCommands/roleGetStringString' +2024-02-18T21:49:50.691-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.RoleCommands/roleList' +2024-02-18T21:49:50.691-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.CommandCommands' +2024-02-18T21:49:50.692-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.CommandCommands' via constructor to bean named 'gitSourceRepositoryService' +2024-02-18T21:49:50.692-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.cli.command.CommandCommands' via constructor to bean named 'springCliTerminalMessage' +2024-02-18T21:49:50.692-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.CommandCommands/commandNewStringStringString' +2024-02-18T21:49:50.692-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.CommandCommands/commandAddString' +2024-02-18T21:49:50.692-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.cli.command.CommandCommands/commandDeleteStringString' +2024-02-18T21:49:50.693-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' +2024-02-18T21:49:50.693-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' +2024-02-18T21:49:50.693-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties' +2024-02-18T21:49:50.695-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' via constructor to bean named 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties' +2024-02-18T21:49:50.696-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fileWatcher' +2024-02-18T21:49:50.697-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sslPropertiesSslBundleRegistrar' +2024-02-18T21:49:50.697-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sslPropertiesSslBundleRegistrar' via factory method to bean named 'fileWatcher' +2024-02-18T21:49:50.698-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sslBundleRegistry' +2024-02-18T21:49:50.701-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration' +2024-02-18T21:49:50.702-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' +2024-02-18T21:49:50.702-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultValidator' +2024-02-18T21:49:50.702-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultValidator' via factory method to bean named 'org.springframework.context.annotation.AnnotationConfigApplicationContext@6f152006' +2024-02-18T21:49:50.704-05:00 DEBUG 308122 --- [main] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL +2024-02-18T21:49:50.707-05:00 DEBUG 308122 --- [main] o.h.v.i.e.AbstractConfigurationImpl : Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator +2024-02-18T21:49:50.708-05:00 DEBUG 308122 --- [main] o.h.v.i.e.AbstractConfigurationImpl : Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory +2024-02-18T21:49:50.709-05:00 DEBUG 308122 --- [main] o.h.v.i.xml.config.ValidationXmlParser : Trying to load META-INF/validation.xml for XML based Validator configuration. +2024-02-18T21:49:50.709-05:00 DEBUG 308122 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via user class loader +2024-02-18T21:49:50.709-05:00 DEBUG 308122 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via TCCL +2024-02-18T21:49:50.710-05:00 DEBUG 308122 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via Hibernate Validator's class loader +2024-02-18T21:49:50.710-05:00 DEBUG 308122 --- [main] o.h.v.i.xml.config.ValidationXmlParser : No META-INF/validation.xml found. Using annotation based configuration only. +2024-02-18T21:49:50.711-05:00 DEBUG 308122 --- [main] o.h.v.i.e.resolver.TraversableResolvers : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. +2024-02-18T21:49:50.713-05:00 DEBUG 308122 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. +2024-02-18T21:49:50.713-05:00 DEBUG 308122 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator. +2024-02-18T21:49:50.713-05:00 DEBUG 308122 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. +2024-02-18T21:49:50.713-05:00 DEBUG 308122 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. +2024-02-18T21:49:50.713-05:00 DEBUG 308122 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. +2024-02-18T21:49:50.713-05:00 DEBUG 308122 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. +2024-02-18T21:49:50.714-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$ClassProxyingConfiguration' +2024-02-18T21:49:50.714-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration' +2024-02-18T21:49:50.715-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration' +2024-02-18T21:49:50.715-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationAvailability' +2024-02-18T21:49:50.716-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' +2024-02-18T21:49:50.716-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration' +2024-02-18T21:49:50.716-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'lifecycleProcessor' +2024-02-18T21:49:50.717-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' +2024-02-18T21:49:50.717-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'lifecycleProcessor' via factory method to bean named 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' +2024-02-18T21:49:50.719-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' +2024-02-18T21:49:50.719-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'stringHttpMessageConverter' +2024-02-18T21:49:50.719-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'stringHttpMessageConverter' via factory method to bean named 'environment' +2024-02-18T21:49:50.723-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2XmlHttpMessageConverterConfiguration' +2024-02-18T21:49:50.724-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mappingJackson2XmlHttpMessageConverter' +2024-02-18T21:49:50.724-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mappingJackson2XmlHttpMessageConverter' via factory method to bean named 'jacksonObjectMapperBuilder' +2024-02-18T21:49:50.726-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' +2024-02-18T21:49:50.727-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter' +2024-02-18T21:49:50.727-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper' +2024-02-18T21:49:50.727-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration' +2024-02-18T21:49:50.727-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration' +2024-02-18T21:49:50.727-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'messageConverters' +2024-02-18T21:49:50.750-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' +2024-02-18T21:49:50.751-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' +2024-02-18T21:49:50.751-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' +2024-02-18T21:49:50.752-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'gitProperties' +2024-02-18T21:49:50.754-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'buildProperties' +2024-02-18T21:49:50.756-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' +2024-02-18T21:49:50.756-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties' +2024-02-18T21:49:50.757-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' via constructor to bean named 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties' +2024-02-18T21:49:50.757-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration' +2024-02-18T21:49:50.758-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.reactor-org.springframework.boot.autoconfigure.reactor.ReactorProperties' +2024-02-18T21:49:50.758-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration' via constructor to bean named 'spring.reactor-org.springframework.boot.autoconfigure.reactor.ReactorProperties' +2024-02-18T21:49:50.759-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration' +2024-02-18T21:49:50.759-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' +2024-02-18T21:49:50.760-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$ThreadPoolTaskExecutorBuilderConfiguration' +2024-02-18T21:49:50.760-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'threadPoolTaskExecutorBuilder' +2024-02-18T21:49:50.761-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' +2024-02-18T21:49:50.762-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'threadPoolTaskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' +2024-02-18T21:49:50.765-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$TaskExecutorBuilderConfiguration' +2024-02-18T21:49:50.766-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskExecutorBuilder' +2024-02-18T21:49:50.766-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' +2024-02-18T21:49:50.767-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration' +2024-02-18T21:49:50.768-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration' via constructor to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' +2024-02-18T21:49:50.768-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleAsyncTaskExecutorBuilder' +2024-02-18T21:49:50.769-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$TaskExecutorConfiguration' +2024-02-18T21:49:50.769-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration' +2024-02-18T21:49:50.769-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$ThreadPoolTaskSchedulerBuilderConfiguration' +2024-02-18T21:49:50.770-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'threadPoolTaskSchedulerBuilder' +2024-02-18T21:49:50.770-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' +2024-02-18T21:49:50.771-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'threadPoolTaskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' +2024-02-18T21:49:50.773-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$TaskSchedulerBuilderConfiguration' +2024-02-18T21:49:50.773-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskSchedulerBuilder' +2024-02-18T21:49:50.773-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' +2024-02-18T21:49:50.774-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration' +2024-02-18T21:49:50.774-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration' via constructor to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' +2024-02-18T21:49:50.775-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleAsyncTaskSchedulerBuilder' +2024-02-18T21:49:50.776-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration' +2024-02-18T21:49:50.776-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration' +2024-02-18T21:49:50.777-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'httpMessageConvertersRestClientCustomizer' +2024-02-18T21:49:50.777-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restClientSsl' +2024-02-18T21:49:50.777-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'restClientSsl' via factory method to bean named 'sslBundleRegistry' +2024-02-18T21:49:50.778-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restClientBuilderConfigurer' +2024-02-18T21:49:50.778-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration' +2024-02-18T21:49:50.779-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.reactor.netty.ReactorNettyConfigurations$ReactorResourceFactoryConfiguration' +2024-02-18T21:49:50.779-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.reactor.netty-org.springframework.boot.autoconfigure.reactor.netty.ReactorNettyProperties' +2024-02-18T21:49:50.779-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webClientSsl' +2024-02-18T21:49:50.780-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webClientSsl' via factory method to bean named 'reactorClientHttpConnectorFactory' +2024-02-18T21:49:50.780-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webClientSsl' via factory method to bean named 'sslBundleRegistry' +2024-02-18T21:49:50.780-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.rewrite.boot.autoconfigure.SpringRewriteCommonsConfiguration' +2024-02-18T21:49:50.781-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.ApplicationRunnerAutoConfiguration' +2024-02-18T21:49:50.781-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultShellApplicationRunner' +2024-02-18T21:49:50.781-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'interactiveApplicationRunner' +2024-02-18T21:49:50.781-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.ShellRunnerAutoConfiguration$NonePrimaryCommandConfiguration' +2024-02-18T21:49:50.782-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'lineReader' +2024-02-18T21:49:50.782-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.LineReaderAutoConfiguration' +2024-02-18T21:49:50.783-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'completer' +2024-02-18T21:49:50.783-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.CompleterAutoConfiguration' +2024-02-18T21:49:50.786-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shell' +2024-02-18T21:49:50.786-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.SpringShellAutoConfiguration' +2024-02-18T21:49:50.787-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resultHandlerService' +2024-02-18T21:49:50.787-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'terminalSizeAwareResultHandler' +2024-02-18T21:49:50.787-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.result.ResultHandlerConfig' +2024-02-18T21:49:50.787-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'terminalSizeAwareResultHandler' via factory method to bean named 'terminal' +2024-02-18T21:49:50.788-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'attributedCharSequenceResultHandler' +2024-02-18T21:49:50.788-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'attributedCharSequenceResultHandler' via factory method to bean named 'terminal' +2024-02-18T21:49:50.788-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultResultHandler' +2024-02-18T21:49:50.789-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultResultHandler' via factory method to bean named 'terminal' +2024-02-18T21:49:50.789-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterValidationExceptionResultHandler' +2024-02-18T21:49:50.789-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'parameterValidationExceptionResultHandler' via factory method to bean named 'terminal' +2024-02-18T21:49:50.790-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'throwableResultHandler' +2024-02-18T21:49:50.790-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'commandCatalog' +2024-02-18T21:49:50.791-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shellContext' +2024-02-18T21:49:50.791-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.ShellContextAutoConfiguration' +2024-02-18T21:49:50.791-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'commandCatalog' via factory method to bean named 'shellContext' +2024-02-18T21:49:50.793-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'standardMethodTargetResolver' +2024-02-18T21:49:50.793-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.StandardAPIAutoConfiguration' +2024-02-18T21:49:50.794-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardMethodTargetResolver' via factory method to bean named 'org.springframework.context.annotation.AnnotationConfigApplicationContext@6f152006' +2024-02-18T21:49:50.794-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardMethodTargetResolver' via factory method to bean named 'commandRegistrationBuilderSupplier' +2024-02-18T21:49:50.797-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'help' +2024-02-18T21:49:50.798-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.StandardCommandsAutoConfiguration' +2024-02-18T21:49:50.798-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'help' via factory method to bean named 'spring.shell-org.springframework.shell.boot.SpringShellProperties' +2024-02-18T21:49:50.800-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'clear' +2024-02-18T21:49:50.800-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'quit' +2024-02-18T21:49:50.801-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'stacktrace' +2024-02-18T21:49:50.801-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'script' +2024-02-18T21:49:50.801-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parser' +2024-02-18T21:49:50.804-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'script' via factory method to bean named 'parser' +2024-02-18T21:49:50.805-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'historyCommand' +2024-02-18T21:49:50.805-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'history' +2024-02-18T21:49:50.805-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.JLineAutoConfiguration$JLineHistoryConfiguration' +2024-02-18T21:49:50.808-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'historyCommand' via factory method to bean named 'history' +2024-02-18T21:49:50.809-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'completion' +2024-02-18T21:49:50.809-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'completion' via factory method to bean named 'spring.shell-org.springframework.shell.boot.SpringShellProperties' +2024-02-18T21:49:50.809-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'version' +2024-02-18T21:49:50.809-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'version' via factory method to bean named 'spring.shell-org.springframework.shell.boot.SpringShellProperties' +2024-02-18T21:49:50.811-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Found commandBeans to register {help=org.springframework.shell.standard.commands.Help@130cfc47, clear=org.springframework.shell.standard.commands.Clear@4eeab3e, quit=org.springframework.shell.standard.commands.Quit@2b6fb197, stacktrace=org.springframework.shell.standard.commands.Stacktrace@2eb0cefe, script=org.springframework.shell.standard.commands.Script@5a2ae1ab, historyCommand=org.springframework.shell.standard.commands.History@2bec068b, completion=org.springframework.shell.standard.commands.Completion@7d59e968, version=org.springframework.shell.standard.commands.Version@55361f03} +2024-02-18T21:49:50.812-05:00 DEBUG 308122 --- [main] o.h.v.i.xml.config.ValidationXmlParser : Trying to load META-INF/validation.xml for XML based Validator configuration. +2024-02-18T21:49:50.812-05:00 DEBUG 308122 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via TCCL +2024-02-18T21:49:50.813-05:00 DEBUG 308122 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via Hibernate Validator's class loader +2024-02-18T21:49:50.813-05:00 DEBUG 308122 --- [main] o.h.v.i.xml.config.ValidationXmlParser : No META-INF/validation.xml found. Using annotation based configuration only. +2024-02-18T21:49:50.814-05:00 DEBUG 308122 --- [main] o.h.v.i.e.resolver.TraversableResolvers : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. +2024-02-18T21:49:50.814-05:00 DEBUG 308122 --- [main] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL +2024-02-18T21:49:50.816-05:00 DEBUG 308122 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. +2024-02-18T21:49:50.816-05:00 DEBUG 308122 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. +2024-02-18T21:49:50.816-05:00 DEBUG 308122 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. +2024-02-18T21:49:50.816-05:00 DEBUG 308122 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. +2024-02-18T21:49:50.816-05:00 DEBUG 308122 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. +2024-02-18T21:49:50.816-05:00 DEBUG 308122 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. +2024-02-18T21:49:50.821-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Registering with keys='[help]' key='help' +2024-02-18T21:49:50.827-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'helpOptionsCommandRegistrationCustomizer' +2024-02-18T21:49:50.827-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'helpOptionsCommandRegistrationCustomizer' via factory method to bean named 'spring.shell-org.springframework.shell.boot.SpringShellProperties' +2024-02-18T21:49:50.838-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Registering with mp='method 'help' parameter 0' so='@org.springframework.shell.standard.ShellOption(optOut=false, arity=2147483647, help="The command to obtain help for.", valueProvider=org.springframework.shell.standard.CommandValueProvider.class, value={"-C", "--command"}, defaultValue="__NULL__")' +2024-02-18T21:49:50.839-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Registering o='-C' stripped='C' +2024-02-18T21:49:50.839-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Registering o='--command' stripped='command' +2024-02-18T21:49:50.839-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Registering longNames='[command]' shortNames='[C]' +2024-02-18T21:49:50.844-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Registering with keys='[clear]' key='clear' +2024-02-18T21:49:50.845-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Registering with keys='[quit, exit]' key='quit' +2024-02-18T21:49:50.846-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Registering with keys='[stacktrace]' key='stacktrace' +2024-02-18T21:49:50.846-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Registering with keys='[script]' key='script' +2024-02-18T21:49:50.846-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Registering with mp='method 'script' parameter 0' so='null' +2024-02-18T21:49:50.846-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Using mp='method 'script' parameter 0' longName='file' parameterType='class java.io.File' +2024-02-18T21:49:50.847-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Registering with keys='[history]' key='history' +2024-02-18T21:49:50.847-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Registering with mp='method 'history' parameter 0' so='@org.springframework.shell.standard.ShellOption(optOut=false, arity=-1, help="A file to save history to.", valueProvider=org.springframework.shell.standard.ShellOption.NoValueProvider.class, value={}, defaultValue="__NULL__")' +2024-02-18T21:49:50.848-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Using mp='method 'history' parameter 0' longName='file' parameterType='class java.io.File' +2024-02-18T21:49:50.848-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Registering longNames='[file]' shortNames='[]' +2024-02-18T21:49:50.848-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Registering with keys='[completion bash]' key='completion bash' +2024-02-18T21:49:50.848-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Registering with keys='[completion zsh]' key='completion zsh' +2024-02-18T21:49:50.848-05:00 DEBUG 308122 --- [main] o.s.s.s.StandardMethodTargetRegistrar : Registering with keys='[version]' key='version' +2024-02-18T21:49:50.849-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultCommandCatalogCustomizer' +2024-02-18T21:49:50.854-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'catalogListAvailable' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="false", longNames={}, arityMax=-1, description="JSON format output", label="", required=false)' +2024-02-18T21:49:50.855-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'catalogListAvailable' parameter 0' longName='json' parameterType='boolean' +2024-02-18T21:49:50.855-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[json]' shortNames='[]' +2024-02-18T21:49:50.857-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'catalogList' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="false", longNames={}, arityMax=-1, description="JSON format output", label="", required=false)' +2024-02-18T21:49:50.858-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'catalogList' parameter 0' longName='json' parameterType='boolean' +2024-02-18T21:49:50.858-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[json]' shortNames='[]' +2024-02-18T21:49:50.858-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'catalogAdd' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Catalog name", label="", required=true)' +2024-02-18T21:49:50.858-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'catalogAdd' parameter 0' longName='name' parameterType='class java.lang.String' +2024-02-18T21:49:50.858-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[name]' shortNames='[]' +2024-02-18T21:49:50.859-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'catalogAdd' parameter 1' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Catalog url", label="", required=true)' +2024-02-18T21:49:50.859-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'catalogAdd' parameter 1' longName='url' parameterType='class java.lang.String' +2024-02-18T21:49:50.859-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[url]' shortNames='[]' +2024-02-18T21:49:50.859-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'catalogAdd' parameter 2' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Catalog description", label="", required=false)' +2024-02-18T21:49:50.859-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'catalogAdd' parameter 2' longName='description' parameterType='class java.lang.String' +2024-02-18T21:49:50.859-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[description]' shortNames='[]' +2024-02-18T21:49:50.859-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'catalogAdd' parameter 3' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Project tags", label="", required=false)' +2024-02-18T21:49:50.859-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'catalogAdd' parameter 3' longName='tags' parameterType='interface java.util.List' +2024-02-18T21:49:50.859-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[tags]' shortNames='[]' +2024-02-18T21:49:50.860-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'catalogRemove' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Catalog name", label="", required=true)' +2024-02-18T21:49:50.860-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'catalogRemove' parameter 0' longName='name' parameterType='class java.lang.String' +2024-02-18T21:49:50.860-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[name]' shortNames='[]' +2024-02-18T21:49:50.860-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'bootNew' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Name of the new project", label="", required=true)' +2024-02-18T21:49:50.860-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'bootNew' parameter 0' longName='name' parameterType='class java.lang.String' +2024-02-18T21:49:50.860-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[name]' shortNames='[]' +2024-02-18T21:49:50.861-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'bootNew' parameter 1' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Create project from existing project name or URL", label="", required=false)' +2024-02-18T21:49:50.861-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'bootNew' parameter 1' longName='from' parameterType='class java.lang.String' +2024-02-18T21:49:50.861-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[from]' shortNames='[]' +2024-02-18T21:49:50.861-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'bootNew' parameter 2' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={"group-id"}, arityMax=-1, description="Group ID of the new project", label="", required=false)' +2024-02-18T21:49:50.861-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[group-id]' shortNames='[]' +2024-02-18T21:49:50.861-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'bootNew' parameter 3' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={"artifact-id"}, arityMax=-1, description="Artifact ID of the new project", label="", required=false)' +2024-02-18T21:49:50.861-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[artifact-id]' shortNames='[]' +2024-02-18T21:49:50.862-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'bootNew' parameter 4' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Version of the new project", label="", required=false)' +2024-02-18T21:49:50.862-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'bootNew' parameter 4' longName='version' parameterType='class java.lang.String' +2024-02-18T21:49:50.862-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[version]' shortNames='[]' +2024-02-18T21:49:50.862-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'bootNew' parameter 5' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Description of the new project", label="", required=false)' +2024-02-18T21:49:50.862-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'bootNew' parameter 5' longName='description' parameterType='class java.lang.String' +2024-02-18T21:49:50.862-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[description]' shortNames='[]' +2024-02-18T21:49:50.862-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'bootNew' parameter 6' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={"package-name"}, arityMax=-1, description="Package name for the new project", label="", required=false)' +2024-02-18T21:49:50.862-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[package-name]' shortNames='[]' +2024-02-18T21:49:50.863-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'bootNew' parameter 7' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Path on which to run the command. Most of the time, you can not specify the path and use the default value, which is the current working directory.", label="", required=false)' +2024-02-18T21:49:50.863-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'bootNew' parameter 7' longName='path' parameterType='class java.lang.String' +2024-02-18T21:49:50.863-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[path]' shortNames='[]' +2024-02-18T21:49:50.863-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'bootAdd' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Add to the current project from an existing project by specifying the existing project\'s name or URL.", label="", required=false)' +2024-02-18T21:49:50.863-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'bootAdd' parameter 0' longName='from' parameterType='class java.lang.String' +2024-02-18T21:49:50.863-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[from]' shortNames='[]' +2024-02-18T21:49:50.864-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'bootAdd' parameter 1' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Path", label="", required=false)' +2024-02-18T21:49:50.864-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'bootAdd' parameter 1' longName='path' parameterType='class java.lang.String' +2024-02-18T21:49:50.864-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[path]' shortNames='[]' +2024-02-18T21:49:50.864-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'bootUpgrade' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Path", label="", required=false)' +2024-02-18T21:49:50.864-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'bootUpgrade' parameter 0' longName='path' parameterType='class java.lang.String' +2024-02-18T21:49:50.864-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[path]' shortNames='[]' +2024-02-18T21:49:50.865-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'aiAdd' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="The description of the code to create. This can be as short as a well known Spring project name, such as \'JPA\'.", label="", required=true)' +2024-02-18T21:49:50.865-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'aiAdd' parameter 0' longName='description' parameterType='class java.lang.String' +2024-02-18T21:49:50.865-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[description]' shortNames='[]' +2024-02-18T21:49:50.865-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'aiAdd' parameter 1' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Path on which to run the command. Most of the time, you can not specify the path and use the default value, which is the current working directory.", label="", required=false)' +2024-02-18T21:49:50.865-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'aiAdd' parameter 1' longName='path' parameterType='class java.lang.String' +2024-02-18T21:49:50.865-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[path]' shortNames='[]' +2024-02-18T21:49:50.865-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'aiAdd' parameter 2' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Create the README.md file but do not apply the changes to the code base.", label="", required=false)' +2024-02-18T21:49:50.865-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'aiAdd' parameter 2' longName='preview' parameterType='boolean' +2024-02-18T21:49:50.865-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[preview]' shortNames='[]' +2024-02-18T21:49:50.865-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'aiAdd' parameter 3' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Rewrite the \'description\' option of the README.md file but do not apply the changes to the code base.", label="", required=false)' +2024-02-18T21:49:50.865-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'aiAdd' parameter 3' longName='rewrite' parameterType='boolean' +2024-02-18T21:49:50.865-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[rewrite]' shortNames='[]' +2024-02-18T21:49:50.866-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'apply' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="The recipeId as declared in the recipe catalog.", label="", required=false)' +2024-02-18T21:49:50.866-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'apply' parameter 0' longName='recipeId' parameterType='class java.lang.String' +2024-02-18T21:49:50.866-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[recipeId]' shortNames='[]' +2024-02-18T21:49:50.866-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'apply' parameter 1' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="__NULL__", longNames={}, arityMax=-1, description="the parameters for the recipe (see docs)", label="--parameters", required=false)' +2024-02-18T21:49:50.866-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'apply' parameter 1' longName='parameter' parameterType='class java.lang.String' +2024-02-18T21:49:50.866-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[parameter]' shortNames='[]' +2024-02-18T21:49:50.873-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'apply' parameter 2' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="The application path", label="", required=false)' +2024-02-18T21:49:50.873-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'apply' parameter 2' longName='path' parameterType='class java.lang.String' +2024-02-18T21:49:50.873-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[path]' shortNames='[]' +2024-02-18T21:49:50.874-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'remove' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={"server-id"}, arityMax=-1, description="Server to use", label="", required=false)' +2024-02-18T21:49:50.874-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[server-id]' shortNames='[]' +2024-02-18T21:49:50.875-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'set' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={"server-id"}, arityMax=-1, description="Server to use", label="", required=false)' +2024-02-18T21:49:50.875-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[server-id]' shortNames='[]' +2024-02-18T21:49:50.875-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'set' parameter 1' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Server base url", label="", required=false)' +2024-02-18T21:49:50.875-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'set' parameter 1' longName='url' parameterType='class java.lang.String' +2024-02-18T21:49:50.875-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[url]' shortNames='[]' +2024-02-18T21:49:50.876-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'init' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={"server-id"}, arityMax=-1, description="Server to use", label="", required=false)' +2024-02-18T21:49:50.876-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[server-id]' shortNames='[]' +2024-02-18T21:49:50.876-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'init' parameter 1' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Path to extract", label="", required=false)' +2024-02-18T21:49:50.876-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'init' parameter 1' longName='path' parameterType='class java.lang.String' +2024-02-18T21:49:50.876-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[path]' shortNames='[]' +2024-02-18T21:49:50.877-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'init' parameter 2' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Project", label="", required=false)' +2024-02-18T21:49:50.877-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'init' parameter 2' longName='project' parameterType='class java.lang.String' +2024-02-18T21:49:50.877-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[project]' shortNames='[]' +2024-02-18T21:49:50.877-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'init' parameter 3' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Language", label="", required=false)' +2024-02-18T21:49:50.877-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'init' parameter 3' longName='language' parameterType='class java.lang.String' +2024-02-18T21:49:50.877-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[language]' shortNames='[]' +2024-02-18T21:49:50.877-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'init' parameter 4' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={"boot-version"}, arityMax=-1, description="Language", label="", required=false)' +2024-02-18T21:49:50.877-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[boot-version]' shortNames='[]' +2024-02-18T21:49:50.878-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'init' parameter 5' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Version", label="", required=false)' +2024-02-18T21:49:50.878-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'init' parameter 5' longName='version' parameterType='class java.lang.String' +2024-02-18T21:49:50.878-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[version]' shortNames='[]' +2024-02-18T21:49:50.878-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'init' parameter 6' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Group", label="", required=false)' +2024-02-18T21:49:50.878-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'init' parameter 6' longName='group' parameterType='class java.lang.String' +2024-02-18T21:49:50.878-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[group]' shortNames='[]' +2024-02-18T21:49:50.878-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'init' parameter 7' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Artifact", label="", required=false)' +2024-02-18T21:49:50.879-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'init' parameter 7' longName='artifact' parameterType='class java.lang.String' +2024-02-18T21:49:50.879-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[artifact]' shortNames='[]' +2024-02-18T21:49:50.879-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'init' parameter 8' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Name", label="", required=false)' +2024-02-18T21:49:50.879-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'init' parameter 8' longName='name' parameterType='class java.lang.String' +2024-02-18T21:49:50.879-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[name]' shortNames='[]' +2024-02-18T21:49:50.879-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'init' parameter 9' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Description", label="", required=false)' +2024-02-18T21:49:50.879-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'init' parameter 9' longName='description' parameterType='class java.lang.String' +2024-02-18T21:49:50.879-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[description]' shortNames='[]' +2024-02-18T21:49:50.880-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'init' parameter 10' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={"package-name"}, arityMax=-1, description="Package Name", label="", required=false)' +2024-02-18T21:49:50.880-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[package-name]' shortNames='[]' +2024-02-18T21:49:50.880-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'init' parameter 11' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Dependencies", label="", required=false)' +2024-02-18T21:49:50.880-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'init' parameter 11' longName='dependencies' parameterType='interface java.util.List' +2024-02-18T21:49:50.880-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[dependencies]' shortNames='[]' +2024-02-18T21:49:50.880-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'init' parameter 12' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Packaging", label="", required=false)' +2024-02-18T21:49:50.880-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'init' parameter 12' longName='packaging' parameterType='class java.lang.String' +2024-02-18T21:49:50.880-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[packaging]' shortNames='[]' +2024-02-18T21:49:50.881-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'init' parameter 13' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={"java-version"}, arityMax=-1, description="Java", label="", required=false)' +2024-02-18T21:49:50.881-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[java-version]' shortNames='[]' +2024-02-18T21:49:50.881-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'dependencies' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={"server-id"}, arityMax=-1, description="Server to use", label="", required=false)' +2024-02-18T21:49:50.881-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[server-id]' shortNames='[]' +2024-02-18T21:49:50.881-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'dependencies' parameter 1' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Search string to limit results", label="", required=false)' +2024-02-18T21:49:50.882-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'dependencies' parameter 1' longName='search' parameterType='class java.lang.String' +2024-02-18T21:49:50.882-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[search]' shortNames='[]' +2024-02-18T21:49:50.882-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'dependencies' parameter 2' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Limit to compatibility version", label="", required=false)' +2024-02-18T21:49:50.882-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'dependencies' parameter 2' longName='version' parameterType='class java.lang.String' +2024-02-18T21:49:50.882-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[version]' shortNames='[]' +2024-02-18T21:49:50.882-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'projectAdd' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Project name", label="", required=true)' +2024-02-18T21:49:50.882-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'projectAdd' parameter 0' longName='name' parameterType='class java.lang.String' +2024-02-18T21:49:50.882-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[name]' shortNames='[]' +2024-02-18T21:49:50.882-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'projectAdd' parameter 1' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Project url", label="", required=true)' +2024-02-18T21:49:50.882-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'projectAdd' parameter 1' longName='url' parameterType='class java.lang.String' +2024-02-18T21:49:50.882-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[url]' shortNames='[]' +2024-02-18T21:49:50.883-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'projectAdd' parameter 2' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Project description", label="", required=false)' +2024-02-18T21:49:50.883-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'projectAdd' parameter 2' longName='description' parameterType='class java.lang.String' +2024-02-18T21:49:50.883-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[description]' shortNames='[]' +2024-02-18T21:49:50.883-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'projectAdd' parameter 3' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Project tags", label="", required=false)' +2024-02-18T21:49:50.883-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'projectAdd' parameter 3' longName='tags' parameterType='interface java.util.List' +2024-02-18T21:49:50.883-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[tags]' shortNames='[]' +2024-02-18T21:49:50.883-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'projectList' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="false", longNames={}, arityMax=-1, description="JSON format output", label="", required=false)' +2024-02-18T21:49:50.883-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'projectList' parameter 0' longName='json' parameterType='boolean' +2024-02-18T21:49:50.883-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[json]' shortNames='[]' +2024-02-18T21:49:50.884-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'projectRemove' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Project name", label="", required=true)' +2024-02-18T21:49:50.884-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'projectRemove' parameter 0' longName='name' parameterType='class java.lang.String' +2024-02-18T21:49:50.884-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[name]' shortNames='[]' +2024-02-18T21:49:50.884-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'dotExec' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="command", label="", required=false)' +2024-02-18T21:49:50.884-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'dotExec' parameter 0' longName='command' parameterType='class java.lang.String' +2024-02-18T21:49:50.884-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[command]' shortNames='[]' +2024-02-18T21:49:50.884-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'readmeApply' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="The readme file that contains the instructions for how to modify the code base, such as README-ai-jpa.md", label="", required=false)' +2024-02-18T21:49:50.884-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'readmeApply' parameter 0' longName='file' parameterType='class java.lang.String' +2024-02-18T21:49:50.884-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[file]' shortNames='[]' +2024-02-18T21:49:50.885-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'readmeApply' parameter 1' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Path on which to run the command. Most of the time, you can not specify the path and use the default value, which is the current working directory.", label="", required=false)' +2024-02-18T21:49:50.885-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'readmeApply' parameter 1' longName='path' parameterType='class java.lang.String' +2024-02-18T21:49:50.885-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[path]' shortNames='[]' +2024-02-18T21:49:50.885-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'status' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={"show-token"}, arityMax=-1, description="Display the auth token.", label="", required=false)' +2024-02-18T21:49:50.885-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[show-token]' shortNames='[]' +2024-02-18T21:49:50.886-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'roleAdd' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Role name", label="", required=true)' +2024-02-18T21:49:50.886-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'roleAdd' parameter 0' longName='name' parameterType='class java.lang.String' +2024-02-18T21:49:50.886-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[name]' shortNames='[]' +2024-02-18T21:49:50.886-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'roleRemove' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Role name", label="", required=true)' +2024-02-18T21:49:50.886-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'roleRemove' parameter 0' longName='name' parameterType='class java.lang.String' +2024-02-18T21:49:50.886-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[name]' shortNames='[]' +2024-02-18T21:49:50.887-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'roleSet' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="A key", label="", required=true)' +2024-02-18T21:49:50.887-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'roleSet' parameter 0' longName='key' parameterType='class java.lang.String' +2024-02-18T21:49:50.887-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[key]' shortNames='[]' +2024-02-18T21:49:50.887-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'roleSet' parameter 1' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="A value", label="", required=true)' +2024-02-18T21:49:50.887-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'roleSet' parameter 1' longName='value' parameterType='class java.lang.Object' +2024-02-18T21:49:50.887-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[value]' shortNames='[]' +2024-02-18T21:49:50.887-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'roleSet' parameter 2' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Role name", label="", required=false)' +2024-02-18T21:49:50.887-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'roleSet' parameter 2' longName='name' parameterType='class java.lang.String' +2024-02-18T21:49:50.887-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[name]' shortNames='[]' +2024-02-18T21:49:50.888-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'roleGet' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Property key", label="", required=true)' +2024-02-18T21:49:50.888-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'roleGet' parameter 0' longName='key' parameterType='class java.lang.String' +2024-02-18T21:49:50.888-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[key]' shortNames='[]' +2024-02-18T21:49:50.888-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'roleGet' parameter 1' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Role name", label="", required=false)' +2024-02-18T21:49:50.888-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'roleGet' parameter 1' longName='name' parameterType='class java.lang.String' +2024-02-18T21:49:50.888-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[name]' shortNames='[]' +2024-02-18T21:49:50.889-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'commandNew' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="hello", longNames={"command-name"}, arityMax=-1, description="The name of the user-defined command to create.", label="", required=false)' +2024-02-18T21:49:50.889-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[command-name]' shortNames='[]' +2024-02-18T21:49:50.889-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'commandNew' parameter 1' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="new", longNames={"sub-command-name"}, arityMax=-1, description="The name of the user-defined sub-command to create.", label="", required=false)' +2024-02-18T21:49:50.889-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[sub-command-name]' shortNames='[]' +2024-02-18T21:49:50.889-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'commandNew' parameter 2' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Path on which to run the command.", label="", required=false)' +2024-02-18T21:49:50.889-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'commandNew' parameter 2' longName='path' parameterType='class java.lang.String' +2024-02-18T21:49:50.889-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[path]' shortNames='[]' +2024-02-18T21:49:50.889-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'commandAdd' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Add user-defined command from a URL.", label="", required=false)' +2024-02-18T21:49:50.889-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'commandAdd' parameter 0' longName='from' parameterType='class java.lang.String' +2024-02-18T21:49:50.889-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[from]' shortNames='[]' +2024-02-18T21:49:50.890-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'commandDelete' parameter 0' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="Command name", label="", required=false)' +2024-02-18T21:49:50.890-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'commandDelete' parameter 0' longName='commandName' parameterType='class java.lang.String' +2024-02-18T21:49:50.890-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[commandName]' shortNames='[]' +2024-02-18T21:49:50.890-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering with mp='method 'commandDelete' parameter 1' so='@org.springframework.shell.command.annotation.Option(arity=NONE, shortNames={}, arityMin=-1, defaultValue="", longNames={}, arityMax=-1, description="SubCommand name", label="", required=false)' +2024-02-18T21:49:50.890-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Using mp='method 'commandDelete' parameter 1' longName='subCommandName' parameterType='class java.lang.String' +2024-02-18T21:49:50.890-05:00 DEBUG 308122 --- [main] s.s.c.a.s.CommandRegistrationFactoryBean : Registering longNames='[subCommandName]' shortNames='[]' +2024-02-18T21:49:50.891-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'throwableResultHandler' via factory method to bean named 'terminal' +2024-02-18T21:49:50.891-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'throwableResultHandler' via factory method to bean named 'commandCatalog' +2024-02-18T21:49:50.891-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'throwableResultHandler' via factory method to bean named 'shellContext' +2024-02-18T21:49:50.893-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'commandNotFoundResultHandler' +2024-02-18T21:49:50.893-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'commandNotFoundResultHandler' via factory method to bean named 'terminal' +2024-02-18T21:49:50.894-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resultHandlerService' via factory method to bean named 'terminalSizeAwareResultHandler' +2024-02-18T21:49:50.895-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resultHandlerService' via factory method to bean named 'attributedCharSequenceResultHandler' +2024-02-18T21:49:50.895-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resultHandlerService' via factory method to bean named 'defaultResultHandler' +2024-02-18T21:49:50.895-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resultHandlerService' via factory method to bean named 'parameterValidationExceptionResultHandler' +2024-02-18T21:49:50.895-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resultHandlerService' via factory method to bean named 'throwableResultHandler' +2024-02-18T21:49:50.895-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resultHandlerService' via factory method to bean named 'commandNotFoundResultHandler' +2024-02-18T21:49:50.899-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shellConversionServiceSupplier' +2024-02-18T21:49:50.899-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'shellConversionServiceSupplier' via factory method to bean named 'org.springframework.context.annotation.AnnotationConfigApplicationContext@6f152006' +2024-02-18T21:49:50.901-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shellExitCodeMappingsExceptionMapper' +2024-02-18T21:49:50.901-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.ExitCodeAutoConfiguration' +2024-02-18T21:49:50.902-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'shell' via factory method to bean named 'resultHandlerService' +2024-02-18T21:49:50.902-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'shell' via factory method to bean named 'commandCatalog' +2024-02-18T21:49:50.902-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'shell' via factory method to bean named 'terminal' +2024-02-18T21:49:50.902-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'shell' via factory method to bean named 'shellConversionServiceSupplier' +2024-02-18T21:49:50.902-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'shell' via factory method to bean named 'shellContext' +2024-02-18T21:49:50.902-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'shell' via factory method to bean named 'shellExitCodeMappingsExceptionMapper' +2024-02-18T21:49:50.908-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultCompletionResolver' +2024-02-18T21:49:50.908-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.ParameterResolverAutoConfiguration' +2024-02-18T21:49:50.910-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'commandExecutionHandlerMethodArgumentResolvers' +2024-02-18T21:49:50.910-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'commandExecutionHandlerMethodArgumentResolvers' via factory method to bean named 'shellConversionServiceSupplier' +2024-02-18T21:49:50.916-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'commandParserExceptionResolver' +2024-02-18T21:49:50.918-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'exitCodeExceptionProvider' +2024-02-18T21:49:50.921-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'userConfigPathProvider' +2024-02-18T21:49:50.921-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.UserConfigAutoConfiguration' +2024-02-18T21:49:50.921-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'userConfigPathProvider' via factory method to bean named 'spring.shell-org.springframework.shell.boot.SpringShellProperties' +2024-02-18T21:49:50.921-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.shell.boot.LineReaderAutoConfiguration' via constructor to bean named 'terminal' +2024-02-18T21:49:50.921-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.shell.boot.LineReaderAutoConfiguration' via constructor to bean named 'completer' +2024-02-18T21:49:50.921-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.shell.boot.LineReaderAutoConfiguration' via constructor to bean named 'parser' +2024-02-18T21:49:50.921-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.shell.boot.LineReaderAutoConfiguration' via constructor to bean named 'commandCatalog' +2024-02-18T21:49:50.921-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.shell.boot.LineReaderAutoConfiguration' via constructor to bean named 'history' +2024-02-18T21:49:50.921-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.shell.boot.LineReaderAutoConfiguration' via constructor to bean named 'spring.shell-org.springframework.shell.boot.SpringShellProperties' +2024-02-18T21:49:50.921-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.shell.boot.LineReaderAutoConfiguration' via constructor to bean named 'userConfigPathProvider' +2024-02-18T21:49:50.963-05:00 DEBUG 308122 --- [main] o.s.s.boot.LineReaderAutoConfiguration : Resolved userConfigPath /home/mark/.config/springcli +2024-02-18T21:49:50.963-05:00 DEBUG 308122 --- [main] o.s.s.boot.LineReaderAutoConfiguration : Resolved historyFileName spring-cli-history.log +2024-02-18T21:49:50.963-05:00 DEBUG 308122 --- [main] o.s.s.boot.LineReaderAutoConfiguration : Resolved historyPath /home/mark/.config/springcli/spring-cli-history.log +2024-02-18T21:49:50.968-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'interactiveApplicationRunner' via factory method to bean named 'lineReader' +2024-02-18T21:49:50.968-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'interactiveApplicationRunner' via factory method to bean named 'springCliPromptProvider' +2024-02-18T21:49:50.968-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'interactiveApplicationRunner' via factory method to bean named 'shell' +2024-02-18T21:49:50.968-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'interactiveApplicationRunner' via factory method to bean named 'shellContext' +2024-02-18T21:49:50.969-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'nonInteractiveApplicationRunner' +2024-02-18T21:49:50.969-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'nonInteractiveApplicationRunner' via factory method to bean named 'shell' +2024-02-18T21:49:50.969-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'nonInteractiveApplicationRunner' via factory method to bean named 'shellContext' +2024-02-18T21:49:50.970-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'scriptApplicationRunner' +2024-02-18T21:49:50.970-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'scriptApplicationRunner' via factory method to bean named 'parser' +2024-02-18T21:49:50.970-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'scriptApplicationRunner' via factory method to bean named 'shell' +2024-02-18T21:49:50.970-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultShellApplicationRunner' via factory method to bean named 'interactiveApplicationRunner' +2024-02-18T21:49:50.970-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultShellApplicationRunner' via factory method to bean named 'nonInteractiveApplicationRunner' +2024-02-18T21:49:50.970-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultShellApplicationRunner' via factory method to bean named 'scriptApplicationRunner' +2024-02-18T21:49:50.971-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shellExitCodeExceptionMapper' +2024-02-18T21:49:50.971-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.JLineAutoConfiguration' +2024-02-18T21:49:50.971-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.ShellRunnerAutoConfiguration' +2024-02-18T21:49:50.971-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'commandValueProvider' +2024-02-18T21:49:50.971-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'commandValueProvider' via factory method to bean named 'commandCatalog' +2024-02-18T21:49:50.972-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'enumValueProvider' +2024-02-18T21:49:50.972-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fileValueProvider' +2024-02-18T21:49:50.973-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'valueProviderLazyInitializationExcludeFilter' +2024-02-18T21:49:50.973-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.shell.boot.TerminalUIAutoConfiguration' +2024-02-18T21:49:50.983-05:00 DEBUG 308122 --- [main] o.s.c.e.EventListenerMethodProcessor : 1 @EventListener methods processed on bean 'org.springframework.shell.boot.LineReaderAutoConfiguration': {public void org.springframework.shell.boot.LineReaderAutoConfiguration.onContextClosedEvent(org.springframework.context.event.ContextClosedEvent) throws java.io.IOException=@org.springframework.context.event.EventListener(classes={}, condition="", id="", value={})} +2024-02-18T21:49:50.986-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationTaskExecutor' +2024-02-18T21:49:50.987-05:00 DEBUG 308122 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'applicationTaskExecutor' via factory method to bean named 'taskExecutorBuilder' +2024-02-18T21:49:50.994-05:00 DEBUG 308122 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' +2024-02-18T21:49:50.997-05:00 DEBUG 308122 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase -2147483647 +2024-02-18T21:49:50.997-05:00 DEBUG 308122 --- [main] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'springBootLoggingLifecycle' +2024-02-18T21:49:50.997-05:00 DEBUG 308122 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647 +2024-02-18T21:49:51.006-05:00 DEBUG 308122 --- [main] .s.b.a.l.ConditionEvaluationReportLogger : + + +============================ +CONDITIONS EVALUATION REPORT +============================ + + +Positive matches: +----------------- + + AopAutoConfiguration matched: + - @ConditionalOnProperty (spring.aop.auto=true) matched (OnPropertyCondition) + + AopAutoConfiguration.ClassProxyingConfiguration matched: + - @ConditionalOnMissingClass did not find unwanted class 'org.aspectj.weaver.Advice' (OnClassCondition) + - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) + + ApplicationAvailabilityAutoConfiguration#applicationAvailability matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.availability.ApplicationAvailability; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ApplicationRunnerAutoConfiguration#defaultShellApplicationRunner matched: + - @ConditionalOnMissingBean (types: org.springframework.shell.ShellApplicationRunner; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ClientHttpConnectorAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) + + ClientHttpConnectorAutoConfiguration#webClientHttpConnector matched: + - @ConditionalOnMissingBean (types: org.springframework.http.client.reactive.ClientHttpConnector; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ClientHttpConnectorAutoConfiguration#webClientHttpConnectorCustomizer matched: + - @ConditionalOnBean (types: org.springframework.http.client.reactive.ClientHttpConnector; SearchStrategy: all) found bean 'webClientHttpConnector' (OnBeanCondition) + + ClientHttpConnectorFactoryConfiguration.ReactorNetty matched: + - @ConditionalOnClass found required class 'reactor.netty.http.client.HttpClient' (OnClassCondition) + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CodecsAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.http.codec.CodecConfigurer', 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) + + CodecsAutoConfiguration.JacksonCodecConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) + + CodecsAutoConfiguration.JacksonCodecConfiguration#jacksonCodecCustomizer matched: + - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition) + + CommandCatalogAutoConfiguration#commandCatalog matched: + - @ConditionalOnMissingBean (types: org.springframework.shell.command.CommandCatalog; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CommandCatalogAutoConfiguration#commandRegistrationBuilderSupplier matched: + - @ConditionalOnMissingBean (types: org.springframework.shell.command.CommandRegistration$BuilderSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ComponentFlowAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.shell.component.flow.ComponentFlow' (OnClassCondition) + + ComponentFlowAutoConfiguration#componentFlowBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.shell.component.flow.ComponentFlow$Builder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ComponentFlowAutoConfiguration.ComponentFlowConfiguration#shellCommonComponentFlowCustomizer matched: + - @ConditionalOnMissingBean (types: org.springframework.shell.boot.ComponentFlowCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ExitCodeAutoConfiguration#exitCodeExceptionProvider matched: + - @ConditionalOnMissingBean (types: org.springframework.shell.exit.ExitCodeExceptionProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ExitCodeAutoConfiguration#shellExitCodeExceptionMapper matched: + - @ConditionalOnMissingBean (types: org.springframework.shell.boot.ExitCodeAutoConfiguration$ShellExitCodeExceptionMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ExitCodeAutoConfiguration#shellExitCodeMappingsExceptionMapper matched: + - @ConditionalOnMissingBean (types: org.springframework.shell.boot.ExitCodeAutoConfiguration$ShellExitCodeMappingsExceptionMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) + + GenericCacheConfiguration matched: + - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration automatic cache type (CacheCondition) + + HttpMessageConvertersAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication not a reactive web application (HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition) + + HttpMessageConvertersAutoConfiguration#messageConverters matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition) + + HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched: + - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JLineAutoConfiguration.JLineHistoryConfiguration matched: + - @ConditionalOnMissingBean (types: org.jline.reader.History; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonAutoConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) + + JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) + + JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) + + JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) + + JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched: + - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition) + + JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched: + - @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) + - @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jackson) matched (OnPropertyCondition) + - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition) + + JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched: + - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter ignored: org.springframework.hateoas.server.mvc.TypeConstrainedMappingJackson2HttpMessageConverter,org.springframework.data.rest.webmvc.alps.AlpsJsonHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) found bean 'jacksonObjectMapperBuilder' (OnBeanCondition) + + JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration#mappingJackson2XmlHttpMessageConverter matched: + - @ConditionalOnMissingBean (types: org.springframework.http.converter.xml.MappingJackson2XmlHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + LifecycleAutoConfiguration#defaultLifecycleProcessor matched: + - @ConditionalOnMissingBean (names: lifecycleProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) + + NettyAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.netty.util.NettyRuntime' (OnClassCondition) + + NoOpCacheConfiguration matched: + - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache type (CacheCondition) + + ProjectInfoAutoConfiguration#buildProperties matched: + - @ConditionalOnResource found location ${spring.info.build.location:classpath:META-INF/build-info.properties} (OnResourceCondition) + - @ConditionalOnMissingBean (types: org.springframework.boot.info.BuildProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ProjectInfoAutoConfiguration#gitProperties matched: + - GitResource found git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition) + - @ConditionalOnMissingBean (types: org.springframework.boot.info.GitProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) + + PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched: + - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition) + + ReactorAutoConfiguration matched: + - @ConditionalOnClass found required class 'reactor.core.publisher.Hooks' (OnClassCondition) + + RestClientAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication not a reactive web application (NotReactiveWebApplicationCondition) + + RestClientAutoConfiguration#httpMessageConvertersRestClientCustomizer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.HttpMessageConvertersRestClientCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientAutoConfiguration#restClientBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientAutoConfiguration#restClientBuilderConfigurer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientBuilderConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientAutoConfiguration#restClientSsl matched: + - @ConditionalOnBean (types: org.springframework.boot.ssl.SslBundles; SearchStrategy: all) found bean 'sslBundleRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientSsl; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestTemplateAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication not a reactive web application (NotReactiveWebApplicationCondition) + + RestTemplateAutoConfiguration#restTemplateBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ResultHandlerConfig#terminalSizeAwareResultHandler matched: + - @ConditionalOnClass found required class 'org.springframework.shell.TerminalSizeAware' (OnClassCondition) + + RewriteParserConfiguration#mavenPomCache matched: + - @ConditionalOnMissingBean (types: org.openrewrite.maven.cache.MavenPomCache; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RewriteParserConfiguration#parsingEventListener matched: + - @ConditionalOnMissingBean (types: org.openrewrite.tree.ParsingEventListener; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RewriteParserMavenConfiguration#mavenArtifactCache matched: + - @ConditionalOnMissingBean (types: org.openrewrite.maven.cache.MavenArtifactCache; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ScopeConfiguration#executionContextSupplier matched: + - @ConditionalOnMissingBean (names: executionContextSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ShellRunnerAutoConfiguration.NonePrimaryCommandConfiguration matched: + - NoneNestedConditions 0 matched 1 did not; NestedCondition on OnNotPrimaryCommandCondition.NotPrimaryCommandCondition @ConditionalOnProperty (spring.shell.noninteractive.primary-command) did not find property 'primary-command' (OnNotPrimaryCommandCondition) + + ShellRunnerAutoConfiguration.NonePrimaryCommandConfiguration#interactiveApplicationRunner matched: + - @ConditionalOnProperty (spring.shell.interactive.enabled=true) matched (OnPropertyCondition) + + ShellRunnerAutoConfiguration.NonePrimaryCommandConfiguration#nonInteractiveApplicationRunner matched: + - @ConditionalOnProperty (spring.shell.noninteractive.enabled=true) matched (OnPropertyCondition) + + ShellRunnerAutoConfiguration.NonePrimaryCommandConfiguration#scriptApplicationRunner matched: + - @ConditionalOnProperty (spring.shell.script.enabled=true) matched (OnPropertyCondition) + + SimpleCacheConfiguration matched: + - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration automatic cache type (CacheCondition) + + SpringShellAutoConfiguration#shellConversionServiceSupplier matched: + - @ConditionalOnMissingBean (types: org.springframework.shell.config.ShellConversionServiceSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SqlInitializationAutoConfiguration matched: + - @ConditionalOnProperty (spring.sql.init.enabled) matched (OnPropertyCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on SqlInitializationAutoConfiguration.SqlInitializationModeCondition.ModeIsNever @ConditionalOnProperty (spring.sql.init.mode=never) did not find property 'mode' (SqlInitializationAutoConfiguration.SqlInitializationModeCondition) + + SslAutoConfiguration#sslBundleRegistry matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.ssl.SslBundleRegistry,org.springframework.boot.ssl.SslBundles; SearchStrategy: all) did not find any beans (OnBeanCondition) + + StandardCommandsAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.shell.standard.commands.Help$Command' (OnClassCondition) + + StandardCommandsAutoConfiguration#clear matched: + - @ConditionalOnProperty (spring.shell.command.clear.enabled=true) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springframework.shell.standard.commands.Clear$Command; SearchStrategy: all) did not find any beans (OnBeanCondition) + + StandardCommandsAutoConfiguration#completion matched: + - AllNestedConditions 2 matched 0 did not; NestedCondition on OnCompletionCommandCondition.EnabledCondition @ConditionalOnProperty (spring.shell.command.completion.enabled=true) matched; NestedCondition on OnCompletionCommandCondition.RootNameCondition @ConditionalOnProperty (spring.shell.command.completion.root-command) matched (OnCompletionCommandCondition) + - @ConditionalOnMissingBean (types: org.springframework.shell.standard.commands.Completion$Command; SearchStrategy: all) did not find any beans (OnBeanCondition) + + StandardCommandsAutoConfiguration#help matched: + - @ConditionalOnProperty (spring.shell.command.help.enabled=true) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springframework.shell.standard.commands.Help$Command; SearchStrategy: all) did not find any beans (OnBeanCondition) + + StandardCommandsAutoConfiguration#historyCommand matched: + - @ConditionalOnProperty (spring.shell.command.history.enabled=true) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springframework.shell.standard.commands.History$Command; SearchStrategy: all) did not find any beans (OnBeanCondition) + + StandardCommandsAutoConfiguration#quit matched: + - @ConditionalOnProperty (spring.shell.command.quit.enabled=true) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springframework.shell.standard.commands.Quit$Command; SearchStrategy: all) did not find any beans (OnBeanCondition) + + StandardCommandsAutoConfiguration#script matched: + - @ConditionalOnProperty (spring.shell.command.script.enabled=true) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springframework.shell.standard.commands.Script$Command; SearchStrategy: all) did not find any beans (OnBeanCondition) + + StandardCommandsAutoConfiguration#stacktrace matched: + - @ConditionalOnProperty (spring.shell.command.stacktrace.enabled=true) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springframework.shell.standard.commands.Stacktrace$Command; SearchStrategy: all) did not find any beans (OnBeanCondition) + + StandardCommandsAutoConfiguration#version matched: + - @ConditionalOnProperty (spring.shell.command.version.enabled=true) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springframework.shell.standard.commands.Version$Command; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskExecutionAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition) + + TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) + + TaskExecutorConfigurations.TaskExecutorBuilderConfiguration#taskExecutorBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskExecutorConfigurations.TaskExecutorConfiguration matched: + - @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskExecutorConfigurations.TaskExecutorConfiguration#applicationTaskExecutor matched: + - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) + + TaskExecutorConfigurations.ThreadPoolTaskExecutorBuilderConfiguration#threadPoolTaskExecutorBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder,org.springframework.boot.task.ThreadPoolTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskSchedulingAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition) + + TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) + + TaskSchedulingConfigurations.TaskSchedulerBuilderConfiguration#taskSchedulerBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskSchedulingConfigurations.ThreadPoolTaskSchedulerBuilderConfiguration#threadPoolTaskSchedulerBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder,org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TerminalUIAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.shell.component.view.TerminalUI' (OnClassCondition) + + TerminalUIAutoConfiguration#terminalUIBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.shell.component.view.TerminalUIBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ThemingAutoConfiguration#themeActive matched: + - @ConditionalOnMissingBean (types: org.springframework.shell.style.ThemeActive; SearchStrategy: all) did not find any beans (OnBeanCondition) + + UserConfigAutoConfiguration#userConfigPathProvider matched: + - @ConditionalOnMissingBean (types: org.springframework.shell.config.UserConfigPathProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ValidationAutoConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.validation.executable.ExecutableValidator' (OnClassCondition) + - @ConditionalOnResource found location classpath:META-INF/services/jakarta.validation.spi.ValidationProvider (OnResourceCondition) + + ValidationAutoConfiguration#defaultValidator matched: + - @ConditionalOnMissingBean (types: jakarta.validation.Validator; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ValidationAutoConfiguration#methodValidationPostProcessor matched: + - @ConditionalOnMissingBean (types: org.springframework.validation.beanvalidation.MethodValidationPostProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) + + WebClientAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) + + WebClientAutoConfiguration#webClientBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.web.reactive.function.client.WebClient$Builder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebClientAutoConfiguration#webClientSsl matched: + - @ConditionalOnBean (types: org.springframework.boot.ssl.SslBundles; SearchStrategy: all) found bean 'sslBundleRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientSsl; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebClientAutoConfiguration.WebClientCodecsConfiguration matched: + - @ConditionalOnBean (types: org.springframework.boot.web.codec.CodecCustomizer; SearchStrategy: all) found beans 'jacksonCodecCustomizer', 'defaultCodecCustomizer' (OnBeanCondition) + + WebClientAutoConfiguration.WebClientCodecsConfiguration#exchangeStrategiesCustomizer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + +Negative matches: +----------------- + + ActiveMQAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) + + AopAutoConfiguration.AspectJAutoProxyingConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.aspectj.weaver.Advice' (OnClassCondition) + + ApplicationRunnerAutoConfiguration#applicationReadyEventListener: + Did not match: + - @ConditionalOnProperty (spring.shell.context.close=true) did not find property 'close' (OnPropertyCondition) + + ArtemisAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) + + BatchAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition) + + Cache2kCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.cache2k.Cache2kBuilder' (OnClassCondition) + + CacheAutoConfiguration: + Did not match: + - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) did not find any beans of type org.springframework.cache.interceptor.CacheAspectSupport (OnBeanCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition) + + CacheAutoConfiguration.CacheManagerEntityManagerFactoryDependsOnPostProcessor: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition) + - Ancestor org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) + + CaffeineCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.cache.caffeine.CaffeineCacheManager' (OnClassCondition) + + CassandraAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraReactiveDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraReactiveRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition) + + CassandraRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + ClientHttpConnectorFactoryConfiguration.HttpClient5: + Did not match: + - @ConditionalOnClass did not find required classes 'org.apache.hc.client5.http.impl.async.HttpAsyncClients', 'org.apache.hc.core5.http.nio.AsyncRequestProducer', 'org.apache.hc.core5.reactive.ReactiveResponseConsumer' (OnClassCondition) + + ClientHttpConnectorFactoryConfiguration.JdkClient: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorFactory; SearchStrategy: all) found beans of type 'org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorFactory' reactorClientHttpConnectorFactory (OnBeanCondition) + Matched: + - @ConditionalOnClass found required class 'java.net.http.HttpClient' (OnClassCondition) + + CommandCatalogAutoConfiguration#customOptionNameModifierCommandRegistrationCustomizer: + Did not match: + - @ConditionalOnBean (types: org.springframework.shell.command.CommandRegistration$OptionNameModifier; SearchStrategy: all) did not find any beans of type org.springframework.shell.command.CommandRegistration$OptionNameModifier (OnBeanCondition) + + CommandCatalogAutoConfiguration#defaultOptionNameModifierCommandRegistrationCustomizer: + Did not match: + - @ConditionalOnProperty (spring.shell.option.naming.case-type) did not find property 'case-type' (OnPropertyCondition) + + CouchbaseAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) + + CouchbaseReactiveDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseReactiveRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) + + DataSourceAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) + + DataSourceInitializationConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.jdbc.datasource.init.DatabasePopulator' (OnClassCondition) + + DataSourceTransactionManagerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition) + + DispatcherServletAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + + ElasticsearchClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'co.elastic.clients.elasticsearch.ElasticsearchClient' (OnClassCondition) + + ElasticsearchDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate' (OnClassCondition) + + ElasticsearchRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.repository.ElasticsearchRepository' (OnClassCondition) + + ElasticsearchRestClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClientBuilder' (OnClassCondition) + + EmbeddedLdapAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication (required) not a servlet web application and not a reactive web application (OnWebApplicationCondition) + + ErrorMvcAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + + ErrorWebFluxAutoConfiguration: + Did not match: + - not a reactive web application (OnWebApplicationCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) + + FlywayAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) + + FreeMarkerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'freemarker.template.Configuration' (OnClassCondition) + + GraphQlAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlQueryByExampleAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlQuerydslAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition) + + GraphQlRSocketAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlReactiveQueryByExampleAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlReactiveQuerydslAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition) + + GraphQlWebFluxAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlWebFluxSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlWebMvcAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlWebMvcSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GroovyTemplateAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition) + + GsonAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) + + GsonHttpMessageConvertersConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) + + H2ConsoleAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.h2.server.web.JakartaWebServlet' (OnClassCondition) + + HazelcastAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) + + HazelcastCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) + + HazelcastJpaDependencyAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) + + HibernateJpaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.persistence.EntityManager' (OnClassCondition) + + HttpEncodingAutoConfiguration: + Did not match: + - not a servlet web application (OnWebApplicationCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition) + + HttpHandlerAutoConfiguration: + Did not match: + - not a reactive web application (OnWebApplicationCondition) + Matched: + - @ConditionalOnClass found required classes 'org.springframework.web.reactive.DispatcherHandler', 'org.springframework.http.server.reactive.HttpHandler' (OnClassCondition) + + HypermediaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.hateoas.EntityModel' (OnClassCondition) + + InfinispanCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.infinispan.spring.embedded.provider.SpringEmbeddedCacheManager' (OnClassCondition) + + InfluxDbAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition) + + IntegrationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition) + + JCacheCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'javax.cache.Caching' (OnClassCondition) + + JLineShellAutoConfiguration#promptProvider: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.shell.jline.PromptProvider; SearchStrategy: all) found beans of type 'org.springframework.shell.jline.PromptProvider' springCliPromptProvider (OnBeanCondition) + + JdbcClientAutoConfiguration: + Did not match: + - @ConditionalOnSingleCandidate did not find required type 'org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate' (OnBeanCondition) + + JdbcRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration' (OnClassCondition) + + JdbcTemplateAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition) + + JerseyAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition) + + JmsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.jms.Message' (OnClassCondition) + + JmxAutoConfiguration: + Did not match: + - @ConditionalOnProperty (spring.jmx.enabled=true) did not find property 'enabled' (OnPropertyCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition) + + JndiConnectionFactoryAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition) + + JndiDataSourceAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) + + JooqAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition) + + JpaRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition) + + JsonbAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition) + + JsonbHttpMessageConvertersConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition) + + JtaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.transaction.Transaction' (OnClassCondition) + + KafkaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition) + + LdapAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition) + + LdapRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition) + + LiquibaseAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition) + + MailSenderAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.mail.internet.MimeMessage' (OnClassCondition) + + MailSenderValidatorAutoConfiguration: + Did not match: + - @ConditionalOnSingleCandidate did not find required type 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnBeanCondition) + + MessageSourceAutoConfiguration: + Did not match: + - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition) + + MongoAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) + + MongoDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) + + MongoReactiveAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) + + MongoReactiveDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) + + MongoReactiveRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) + + MongoRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) + + MultipartAutoConfiguration: + Did not match: + - not a servlet web application (OnWebApplicationCondition) + Matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'jakarta.servlet.MultipartConfigElement' (OnClassCondition) + + MustacheAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition) + + Neo4jAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jReactiveDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jReactiveRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + OAuth2AuthorizationServerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition) + + OAuth2AuthorizationServerJwtAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition) + + OAuth2ClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition) + + OAuth2ResourceServerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken' (OnClassCondition) + + PersistenceExceptionTranslationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition) + + PulsarAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition) + + PulsarReactiveAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition) + + QuartzAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition) + + R2dbcAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) + + R2dbcDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.core.R2dbcEntityTemplate' (OnClassCondition) + + R2dbcInitializationConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'io.r2dbc.spi.ConnectionFactory', 'org.springframework.r2dbc.connection.init.DatabasePopulator' (OnClassCondition) + + R2dbcRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) + + R2dbcTransactionManagerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.R2dbcTransactionManager' (OnClassCondition) + + RSocketGraphQlClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + RSocketMessagingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) + + RSocketRequesterAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) + + RSocketSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor' (OnClassCondition) + + RSocketServerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.rsocket.core.RSocketServer' (OnClassCondition) + + RSocketStrategiesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) + + RabbitAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition) + + ReactiveElasticsearchClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'co.elastic.clients.transport.ElasticsearchTransport' (OnClassCondition) + + ReactiveElasticsearchRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient' (OnClassCondition) + + ReactiveMultipartAutoConfiguration: + Did not match: + - not a reactive web application (OnWebApplicationCondition) + Matched: + - @ConditionalOnClass found required classes 'org.springframework.http.codec.multipart.DefaultPartHttpMessageReader', 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) + + ReactiveOAuth2ClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) + + ReactiveOAuth2ResourceServerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) + + ReactiveSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) + + ReactiveUserDetailsServiceAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.ReactiveAuthenticationManager' (OnClassCondition) + + ReactiveWebServerFactoryAutoConfiguration: + Did not match: + - not a reactive web application (OnWebApplicationCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.http.ReactiveHttpInputMessage' (OnClassCondition) + + ReactorNettyConfigurations.ReactorResourceFactoryConfiguration#reactorResourceFactory: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.http.client.ReactorResourceFactory; SearchStrategy: all) found beans of type 'org.springframework.http.client.ReactorResourceFactory' reactorClientResourceFactory (OnBeanCondition) + + RedisAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition) + + RedisCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition) + + RedisReactiveAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.ReactiveRedisConnectionFactory' (OnClassCondition) + + RedisRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition) + + RepositoryRestMvcAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition) + + Saml2RelyingPartyAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition) + + SecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition) + + SecurityFilterAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition) + + SendGridAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition) + + ServletWebServerFactoryAutoConfiguration: + Did not match: + - not a servlet web application (OnWebApplicationCondition) + Matched: + - @ConditionalOnClass found required class 'jakarta.servlet.ServletRequest' (OnClassCondition) + + SessionAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition) + + ShellRunnerAutoConfiguration.PrimaryCommandConfiguration: + Did not match: + - AllNestedConditions 0 matched 1 did not; NestedCondition on OnPrimaryCommandCondition.PrimaryCommandCondition @ConditionalOnProperty (spring.shell.noninteractive.primary-command) did not find property 'primary-command' (OnPrimaryCommandCondition) + + SpringApplicationAdminJmxAutoConfiguration: + Did not match: + - @ConditionalOnProperty (spring.application.admin.enabled=true) did not find property 'enabled' (OnPropertyCondition) + + SpringDataWebAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.web.PageableHandlerMethodArgumentResolver' (OnClassCondition) + + TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilderVirtualThreads: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder' simpleAsyncTaskExecutorBuilder (OnBeanCondition) + + TaskExecutorConfigurations.TaskExecutorConfiguration#applicationTaskExecutorVirtualThreads: + Did not match: + - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition) + + TaskSchedulingAutoConfiguration#scheduledBeanLazyInitializationExcludeFilter: + Did not match: + - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition) + + TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilderVirtualThreads: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder' simpleAsyncTaskSchedulerBuilder (OnBeanCondition) + + TaskSchedulingConfigurations.TaskSchedulerConfiguration: + Did not match: + - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition) + + ThymeleafAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.thymeleaf.spring6.SpringTemplateEngine' (OnClassCondition) + + TransactionAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) + + TransactionManagerCustomizationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) + + UserDetailsServiceAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition) + + WebFluxAutoConfiguration: + Did not match: + - not a reactive web application (OnWebApplicationCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) + + WebMvcAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) + + WebServiceTemplateAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.oxm.Marshaller' (OnClassCondition) + + WebServicesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition) + + WebSessionIdResolverAutoConfiguration: + Did not match: + - not a reactive web application (OnWebApplicationCondition) + Matched: + - @ConditionalOnClass found required classes 'org.springframework.web.server.session.WebSessionManager', 'reactor.core.publisher.Mono' (OnClassCondition) + + WebSocketMessagingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition) + + WebSocketReactiveAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.websocket.server.ServerContainer' (OnClassCondition) + + WebSocketServletAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.websocket.server.ServerContainer' (OnClassCondition) + + XADataSourceAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.transaction.TransactionManager' (OnClassCondition) + + +Exclusions: +----------- + + None + + +Unconditional classes: +---------------------- + + org.springframework.shell.boot.ExitCodeAutoConfiguration + + org.springframework.shell.boot.ThemingAutoConfiguration + + org.springframework.rewrite.boot.autoconfigure.SpringRewriteCommonsConfiguration + + org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration + + org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration + + org.springframework.shell.boot.ShellContextAutoConfiguration + + org.springframework.shell.boot.CompleterAutoConfiguration + + org.springframework.shell.boot.ApplicationRunnerAutoConfiguration + + org.springframework.rewrite.boot.autoconfigure.RecipeDiscoveryConfiguration + + org.springframework.shell.boot.UserConfigAutoConfiguration + + org.springframework.shell.boot.JLineAutoConfiguration + + org.springframework.shell.boot.StandardAPIAutoConfiguration + + org.springframework.rewrite.boot.autoconfigure.ProjectResourceSetConfiguration + + org.springframework.shell.boot.SpringShellAutoConfiguration + + org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration + + org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration + + org.springframework.shell.boot.JLineShellAutoConfiguration + + org.springframework.shell.boot.ShellRunnerAutoConfiguration + + org.springframework.shell.boot.LineReaderAutoConfiguration + + org.springframework.shell.boot.CommandCatalogAutoConfiguration + + org.springframework.shell.boot.ParameterResolverAutoConfiguration + + org.springframework.rewrite.boot.autoconfigure.ScopeConfiguration + + org.springframework.rewrite.boot.autoconfigure.RewriteLauncherConfiguration + + org.springframework.rewrite.parser.RewriteParserConfiguration + + org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration + + org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration + + + +2024-02-18T21:49:51.011-05:00 INFO 308122 --- [main] o.s.cli.SpringCliApplication : Started SpringCliApplication in 3.349 seconds (process running for 3.998) +2024-02-18T21:49:51.012-05:00 DEBUG 308122 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state LivenessState changed to CORRECT +2024-02-18T21:49:51.014-05:00 DEBUG 308122 --- [main] o.s.shell.DefaultShellApplicationRunner : Checking shell runners [org.springframework.shell.jline.ScriptShellRunner@6f315b08, org.springframework.shell.jline.NonInteractiveShellRunner@8f2e3e6, org.springframework.shell.jline.InteractiveShellRunner@17fbfb02] +2024-02-18T21:49:51.014-05:00 DEBUG 308122 --- [main] o.s.shell.DefaultShellApplicationRunner : Using shell runner org.springframework.shell.jline.NonInteractiveShellRunner@8f2e3e6 +2024-02-18T21:49:51.017-05:00 DEBUG 308122 --- [main] o.s.c.r.c.DynamicMethodCommandResolver : Looking for user-defined commands in directory /home/mark/projects/spring-ai/.spring/commands +2024-02-18T21:49:51.018-05:00 DEBUG 308122 --- [main] o.s.c.r.c.DynamicMethodCommandResolver : Found commands GeneratorScanResults{commandSubcommandMap={}} +2024-02-18T21:49:51.018-05:00 DEBUG 308122 --- [main] o.s.c.r.c.DynamicMethodCommandResolver : Looking for user-defined commands in directory /home/mark/projects/spring-ai/.spring/commands +2024-02-18T21:49:51.019-05:00 DEBUG 308122 --- [main] o.s.c.r.c.DynamicMethodCommandResolver : Found commands GeneratorScanResults{commandSubcommandMap={}} +2024-02-18T21:49:51.019-05:00 DEBUG 308122 --- [main] org.springframework.shell.Shell : Evaluate input with line=[project list], command=[project list] +2024-02-18T21:49:51.023-05:00 DEBUG 308122 --- [main] o.s.c.r.c.DynamicMethodCommandResolver : Looking for user-defined commands in directory /home/mark/projects/spring-ai/.spring/commands +2024-02-18T21:49:51.023-05:00 DEBUG 308122 --- [main] o.s.c.r.c.DynamicMethodCommandResolver : Found commands GeneratorScanResults{commandSubcommandMap={}} +2024-02-18T21:49:51.030-05:00 DEBUG 308122 --- [main] o.s.s.command.parser.Lexer$DefaultLexer : Tokenizing arguments [project, list] +2024-02-18T21:49:51.032-05:00 DEBUG 308122 --- [main] o.s.s.command.parser.Lexer$DefaultLexer : Generated token list [Token [type=COMMAND, position=0, value=project], Token [type=COMMAND, position=1, value=list]] +2024-02-18T21:49:51.036-05:00 DEBUG 308122 --- [main] o.s.s.c.parser.AbstractNodeVisitor : visit CommandNode [command=project, children=[CommandNode [command=list, children=[], token=Token [type=COMMAND, position=1, value=list]]], token=Token [type=COMMAND, position=0, value=project]] +2024-02-18T21:49:51.036-05:00 DEBUG 308122 --- [main] o.s.s.c.parser.AbstractNodeVisitor : onEnterRootCommandNode CommandNode [command=project, children=[CommandNode [command=list, children=[], token=Token [type=COMMAND, position=1, value=list]]], token=Token [type=COMMAND, position=0, value=project]] +2024-02-18T21:49:51.037-05:00 DEBUG 308122 --- [main] o.s.s.c.parser.AbstractNodeVisitor : visitChildren CommandNode [command=project, children=[CommandNode [command=list, children=[], token=Token [type=COMMAND, position=1, value=list]]], token=Token [type=COMMAND, position=0, value=project]] +2024-02-18T21:49:51.037-05:00 DEBUG 308122 --- [main] o.s.s.c.parser.AbstractNodeVisitor : visitInternal CommandNode [command=list, children=[], token=Token [type=COMMAND, position=1, value=list]] +2024-02-18T21:49:51.037-05:00 DEBUG 308122 --- [main] o.s.s.c.parser.AbstractNodeVisitor : enterCommandNode CommandNode [command=list, children=[], token=Token [type=COMMAND, position=1, value=list]] +2024-02-18T21:49:51.037-05:00 DEBUG 308122 --- [main] o.s.s.c.parser.AbstractNodeVisitor : visitChildren CommandNode [command=list, children=[], token=Token [type=COMMAND, position=1, value=list]] +2024-02-18T21:49:51.037-05:00 DEBUG 308122 --- [main] o.s.s.c.parser.AbstractNodeVisitor : exitCommandNode CommandNode [command=list, children=[], token=Token [type=COMMAND, position=1, value=list]] +2024-02-18T21:49:51.037-05:00 DEBUG 308122 --- [main] o.s.s.c.parser.AbstractNodeVisitor : onExitRootCommandNode CommandNode [command=project, children=[CommandNode [command=list, children=[], token=Token [type=COMMAND, position=1, value=list]]], token=Token [type=COMMAND, position=0, value=project]] +2024-02-18T21:49:51.196-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:570a119742c4e3cc, Subject:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Issuer:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Key type:RSA, Length:4096, Cert Id:1729119956, Valid from:9/22/11, 7:22 AM, Valid until:9/22/30, 7:22 AM +2024-02-18T21:49:51.198-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7777062726a9b17c, Subject:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:630485644, Valid from:1/29/10, 9:06 AM, Valid until:12/31/30, 9:06 AM +2024-02-18T21:49:51.198-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:7c4f04391cd4992d, Subject:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:651670175, Valid from:1/29/10, 9:08 AM, Valid until:12/31/30, 9:08 AM +2024-02-18T21:49:51.199-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:6d8c1446b1a60aee, Subject:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Key type:RSA, Length:4096, Cert Id:2164683341, Valid from:1/29/10, 9:10 AM, Valid until:12/31/40, 9:10 AM +2024-02-18T21:49:51.201-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:7497258ac73f7a54, Subject:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Key type:EC, Length:384, Cert Id:2214603510, Valid from:1/29/10, 9:20 AM, Valid until:12/31/40, 9:20 AM +2024-02-18T21:49:51.201-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:66c9fcf99bf8c0a39e2f0788a43e696365bca, Subject:CN=Amazon Root CA 1, O=Amazon, C=US, Issuer:CN=Amazon Root CA 1, O=Amazon, C=US, Key type:RSA, Length:2048, Cert Id:2822522334, Valid from:5/25/15, 8:00 PM, Valid until:1/16/38, 7:00 PM +2024-02-18T21:49:51.202-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:66c9fd29635869f0a0fe58678f85b26bb8a37, Subject:CN=Amazon Root CA 2, O=Amazon, C=US, Issuer:CN=Amazon Root CA 2, O=Amazon, C=US, Key type:RSA, Length:4096, Cert Id:2528834908, Valid from:5/25/15, 8:00 PM, Valid until:5/25/40, 8:00 PM +2024-02-18T21:49:51.203-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:66c9fd5749736663f3b0b9ad9e89e7603f24a, Subject:CN=Amazon Root CA 3, O=Amazon, C=US, Issuer:CN=Amazon Root CA 3, O=Amazon, C=US, Key type:EC, Length:256, Cert Id:2732679773, Valid from:5/25/15, 8:00 PM, Valid until:5/25/40, 8:00 PM +2024-02-18T21:49:51.203-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:66c9fd7c1bb104c2943e5717b7b2cc81ac10e, Subject:CN=Amazon Root CA 4, O=Amazon, C=US, Issuer:CN=Amazon Root CA 4, O=Amazon, C=US, Key type:EC, Length:384, Cert Id:2640694783, Valid from:5/25/15, 8:00 PM, Valid until:5/25/40, 8:00 PM +2024-02-18T21:49:51.204-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:20000b9, Subject:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Issuer:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Key type:RSA, Length:2048, Cert Id:1425294543, Valid from:5/12/00, 2:46 PM, Valid until:5/12/25, 7:59 PM +2024-02-18T21:49:51.205-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:969960563, Valid from:10/26/10, 4:38 AM, Valid until:10/26/40, 4:38 AM +2024-02-18T21:49:51.206-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:1264269967, Valid from:10/26/10, 4:28 AM, Valid until:10/26/40, 4:28 AM +2024-02-18T21:49:51.207-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:a3da427ea4b1aeda, Subject:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:4266703372, Valid from:8/1/08, 8:29 AM, Valid until:7/31/38, 8:29 AM +2024-02-18T21:49:51.209-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU, Issuer:CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU, Key type:RSA, Length:2048, Cert Id:1827306452, Valid from:9/30/03, 12:13 PM, Valid until:9/30/37, 12:13 PM +2024-02-18T21:49:51.209-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:c9cdd3e9d57d23ce, Subject:CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:1271252776, Valid from:8/1/08, 8:31 AM, Valid until:7/31/38, 8:31 AM +2024-02-18T21:49:51.210-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:fedce3010fc948ff, Subject:CN=Certigna, O=Dhimyotis, C=FR, Issuer:CN=Certigna, O=Dhimyotis, C=FR, Key type:RSA, Length:2048, Cert Id:3506875840, Valid from:6/29/07, 11:13 AM, Valid until:6/29/27, 11:13 AM +2024-02-18T21:49:51.211-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cae91b89f155030da3e6416dc4e3a6e1, Subject:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Issuer:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Key type:RSA, Length:4096, Cert Id:356684591, Valid from:10/1/13, 4:32 AM, Valid until:10/1/33, 4:32 AM +2024-02-18T21:49:51.212-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:10020, Subject:CN=Certum CA, O=Unizeto Sp. z o.o., C=PL, Issuer:CN=Certum CA, O=Unizeto Sp. z o.o., C=PL, Key type:RSA, Length:2048, Cert Id:3550516030, Valid from:6/11/02, 6:46 AM, Valid until:6/11/27, 6:46 AM +2024-02-18T21:49:51.212-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:444c0, Subject:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:2048, Cert Id:2014002193, Valid from:10/22/08, 8:07 AM, Valid until:12/31/29, 7:07 AM +2024-02-18T21:49:51.213-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:15c8bd65475cafb897005ee406d2bc9d, Subject:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Issuer:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Key type:RSA, Length:4096, Cert Id:3632331159, Valid from:12/19/04, 9:31 PM, Valid until:12/19/34, 9:31 PM +2024-02-18T21:49:51.213-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:3097386402, Valid from:12/31/03, 7:00 PM, Valid until:12/31/28, 6:59 PM +2024-02-18T21:49:51.214-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:1f47afaa62007050544c019e9b63992a, Subject:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:EC, Length:384, Cert Id:1146488932, Valid from:3/5/08, 7:00 PM, Valid until:1/18/38, 6:59 PM +2024-02-18T21:49:51.215-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:4caaf9cadb636fe01ff74ed85b03869d, Subject:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:4096, Cert Id:1769425049, Valid from:1/18/10, 7:00 PM, Valid until:1/18/38, 6:59 PM +2024-02-18T21:49:51.215-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:b931c3ad63967ea6723bfc3af9af44b, Subject:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3909568913, Valid from:8/1/13, 8:00 AM, Valid until:1/15/38, 7:00 AM +2024-02-18T21:49:51.216-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:ba15afa1ddfa0b54944afcd24a06cec, Subject:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:3649430051, Valid from:8/1/13, 8:00 AM, Valid until:1/15/38, 7:00 AM +2024-02-18T21:49:51.217-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:ce7e0e517d846fe8fe560fc1bf03039, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:11/9/06, 7:00 PM, Valid until:11/9/31, 7:00 PM +2024-02-18T21:49:51.217-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:83be056904246b1a1756ac95991c74a, Subject:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1341898239, Valid from:11/9/06, 7:00 PM, Valid until:11/9/31, 7:00 PM +2024-02-18T21:49:51.218-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:33af1e6a711a9a0bb2864b11d09fae5, Subject:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1136084297, Valid from:8/1/13, 8:00 AM, Valid until:1/15/38, 7:00 AM +2024-02-18T21:49:51.219-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:55556bcf25ea43535c3a40fd5ab4572, Subject:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:3498998753, Valid from:8/1/13, 8:00 AM, Valid until:1/15/38, 7:00 AM +2024-02-18T21:49:51.219-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:2ac5c266a0b409b8f0b79f2ae462577, Subject:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2884286942, Valid from:11/9/06, 7:00 PM, Valid until:11/9/31, 7:00 PM +2024-02-18T21:49:51.220-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:59b1b579e8e2132e23907bda777755c, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:1057369358, Valid from:8/1/13, 8:00 AM, Valid until:1/15/38, 7:00 AM +2024-02-18T21:49:51.220-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:983f3, Subject:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1430153102, Valid from:11/5/09, 3:35 AM, Valid until:11/5/29, 3:35 AM +2024-02-18T21:49:51.232-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:983f4, Subject:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:971313728, Valid from:11/5/09, 3:50 AM, Valid until:11/5/29, 3:50 AM +2024-02-18T21:49:51.232-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:3863def8, Subject:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Issuer:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Key type:RSA, Length:2048, Cert Id:3966431214, Valid from:12/24/99, 12:50 PM, Valid until:7/24/29, 10:15 AM +2024-02-18T21:49:51.233-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:456b5054, Subject:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:3033563200, Valid from:11/27/06, 3:23 PM, Valid until:11/27/26, 3:53 PM +2024-02-18T21:49:51.234-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:a68b79290000000050d091f9, Subject:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:EC, Length:384, Cert Id:924514073, Valid from:12/18/12, 10:25 AM, Valid until:12/18/37, 10:55 AM +2024-02-18T21:49:51.235-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4a538c28, Subject:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1936920337, Valid from:7/7/09, 1:25 PM, Valid until:12/7/30, 12:55 PM +2024-02-18T21:49:51.235-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:d9b5437fafa9390f000000005565ad58, Subject:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:1368037548, Valid from:5/27/15, 7:11 AM, Valid until:12/27/37, 6:41 AM +2024-02-18T21:49:51.236-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:18acb56afd69b6153a636cafdafac4a1, Subject:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:3329622139, Valid from:11/26/06, 7:00 PM, Valid until:7/16/36, 7:59 PM +2024-02-18T21:49:51.236-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3cb2f4480a00e2feeb243b5e603ec36b, Subject:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:EC, Length:384, Cert Id:3180663474, Valid from:11/4/07, 7:00 PM, Valid until:1/18/38, 6:59 PM +2024-02-18T21:49:51.237-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:15ac6e9419b2794b41f627a9c3180f1f, Subject:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:2964813538, Valid from:4/1/08, 8:00 PM, Valid until:12/1/37, 6:59 PM +2024-02-18T21:49:51.237-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:4096, Cert Id:313566089, Valid from:3/4/04, 12:00 AM, Valid until:3/4/29, 12:00 AM +2024-02-18T21:49:51.238-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:40000000001154b5ac394, Subject:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:2048, Cert Id:536948034, Valid from:9/1/98, 8:00 AM, Valid until:1/28/28, 7:00 AM +2024-02-18T21:49:51.238-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:2a38a41c960a04de42b228a50be8349802, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Key type:EC, Length:256, Cert Id:2371693751, Valid from:11/12/12, 7:00 PM, Valid until:1/18/38, 10:14 PM +2024-02-18T21:49:51.238-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:605949e0262ebb55f90a778a71f94ad86c, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Key type:EC, Length:384, Cert Id:1997048439, Valid from:11/12/12, 7:00 PM, Valid until:1/18/38, 10:14 PM +2024-02-18T21:49:51.239-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4000000000121585308a2, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Key type:RSA, Length:2048, Cert Id:733875591, Valid from:3/18/09, 6:00 AM, Valid until:3/18/29, 6:00 AM +2024-02-18T21:49:51.239-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:45e6bb038333c3856548e6ff4551, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Key type:RSA, Length:4096, Cert Id:3788339543, Valid from:12/9/14, 7:00 PM, Valid until:12/9/34, 7:00 PM +2024-02-18T21:49:51.240-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Issuer:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:4023522997, Valid from:6/29/04, 1:06 PM, Valid until:6/29/34, 1:06 PM +2024-02-18T21:49:51.240-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:439600313, Valid from:8/31/09, 8:00 PM, Valid until:12/31/37, 6:59 PM +2024-02-18T21:49:51.241-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:203e5936f31b01349886ba217, Subject:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:657172038, Valid from:6/21/16, 8:00 PM, Valid until:6/21/36, 8:00 PM +2024-02-18T21:49:51.241-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:203e5aec58d04251aab1125aa, Subject:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:948387669, Valid from:6/21/16, 8:00 PM, Valid until:6/21/36, 8:00 PM +2024-02-18T21:49:51.241-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:203e5b882eb20f825276d3d66, Subject:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1163081155, Valid from:6/21/16, 8:00 PM, Valid until:6/21/36, 8:00 PM +2024-02-18T21:49:51.242-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:203e5c068ef631a9c72905052, Subject:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1326433111, Valid from:6/21/16, 8:00 PM, Valid until:6/21/36, 8:00 PM +2024-02-18T21:49:51.242-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:EC, Length:384, Cert Id:513613456, Valid from:7/7/15, 6:37 AM, Valid until:6/30/40, 6:37 AM +2024-02-18T21:49:51.243-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:RSA, Length:4096, Cert Id:3491990565, Valid from:7/7/15, 6:11 AM, Valid until:6/30/40, 6:11 AM +2024-02-18T21:49:51.243-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523c844b500000002, Subject:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:1232565210, Valid from:1/16/14, 1:12 PM, Valid until:1/16/34, 1:12 PM +2024-02-18T21:49:51.243-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523cf467c00000002, Subject:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:2123370772, Valid from:1/16/14, 12:53 PM, Valid until:1/16/34, 12:53 PM +2024-02-18T21:49:51.244-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:8210cfb0d240e3594463e0bb63828b00, Subject:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Key type:RSA, Length:4096, Cert Id:1521974916, Valid from:6/4/15, 7:04 AM, Valid until:6/4/35, 7:04 AM +2024-02-18T21:49:51.244-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a7ea6df4b449eda6a24859ee6b815d3167fbbb1, Subject:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Issuer:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Key type:RSA, Length:4096, Cert Id:3055636602, Valid from:3/5/15, 8:21 AM, Valid until:3/5/35, 8:21 AM +2024-02-18T21:49:51.245-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:66f23daf87de8bb14aea0c573101c2ec, Subject:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:EC, Length:384, Cert Id:3240761285, Valid from:12/18/19, 6:06 PM, Valid until:7/18/42, 7:16 PM +2024-02-18T21:49:51.245-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:1ed397095fd8b4b347701eaabe7f45b3, Subject:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:RSA, Length:4096, Cert Id:2848349048, Valid from:12/18/19, 5:51 PM, Valid until:7/18/42, 7:00 PM +2024-02-18T21:49:51.246-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:62f6326ce5c4e3685c1b62dd9c2e9d95, Subject:CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS, OID.2.5.4.97=VATES-Q2826004J, OU=Ceres, O=FNMT-RCM, C=ES, Issuer:CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS, OID.2.5.4.97=VATES-Q2826004J, OU=Ceres, O=FNMT-RCM, C=ES, Key type:EC, Length:384, Cert Id:246315697, Valid from:12/20/18, 4:37 AM, Valid until:12/20/43, 4:37 AM +2024-02-18T21:49:51.246-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:dd3e3bc6cf96bb1, Subject:CN=ANF Secure Server Root CA, OU=ANF CA Raiz, O=ANF Autoridad de Certificacion, C=ES, SERIALNUMBER=G63287510, Issuer:CN=ANF Secure Server Root CA, OU=ANF CA Raiz, O=ANF Autoridad de Certificacion, C=ES, SERIALNUMBER=G63287510, Key type:RSA, Length:4096, Cert Id:3453317601, Valid from:9/4/19, 6:00 AM, Valid until:8/30/39, 6:00 AM +2024-02-18T21:49:51.247-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5c33cb622c5fb332, Subject:C=DE, O=Atos, CN=Atos TrustedRoot 2011, Issuer:C=DE, O=Atos, CN=Atos TrustedRoot 2011, Key type:RSA, Length:2048, Cert Id:4266438672, Valid from:7/7/11, 10:58 AM, Valid until:12/31/30, 6:59 PM +2024-02-18T21:49:51.247-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3d983ba6663d9063f77e26573804ef00, Subject:C=DE, O=Atos, CN=Atos TrustedRoot Root CA ECC TLS 2021, Issuer:C=DE, O=Atos, CN=Atos TrustedRoot Root CA ECC TLS 2021, Key type:EC, Length:384, Cert Id:3147217643, Valid from:4/22/21, 5:26 AM, Valid until:4/17/41, 5:26 AM +2024-02-18T21:49:51.248-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:53d5cfe619930bfb2b0512d8c22aa2a4, Subject:C=DE, O=Atos, CN=Atos TrustedRoot Root CA RSA TLS 2021, Issuer:C=DE, O=Atos, CN=Atos TrustedRoot Root CA RSA TLS 2021, Key type:RSA, Length:4096, Cert Id:2972582853, Valid from:4/22/21, 5:21 AM, Valid until:4/17/41, 5:21 AM +2024-02-18T21:49:51.248-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:53ec3beefbb2485f, Subject:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Issuer:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Key type:RSA, Length:4096, Cert Id:692250759, Valid from:5/20/09, 4:38 AM, Valid until:12/31/30, 3:38 AM +2024-02-18T21:49:51.249-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1b70e9d2ffae6c71, Subject:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Issuer:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Key type:RSA, Length:4096, Cert Id:2528236982, Valid from:9/23/14, 11:22 AM, Valid until:5/5/36, 11:22 AM +2024-02-18T21:49:51.249-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:556f65e3b4d9906a1b09d16c3ec06c20, Subject:CN=BJCA Global Root CA1, O=BEIJING CERTIFICATE AUTHORITY, C=CN, Issuer:CN=BJCA Global Root CA1, O=BEIJING CERTIFICATE AUTHORITY, C=CN, Key type:RSA, Length:4096, Cert Id:2405703929, Valid from:12/18/19, 10:16 PM, Valid until:12/11/44, 10:16 PM +2024-02-18T21:49:51.249-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:2c17087d642ac0fe85185906cfb44aeb, Subject:CN=BJCA Global Root CA2, O=BEIJING CERTIFICATE AUTHORITY, C=CN, Issuer:CN=BJCA Global Root CA2, O=BEIJING CERTIFICATE AUTHORITY, C=CN, Key type:EC, Length:384, Cert Id:1781225575, Valid from:12/18/19, 10:18 PM, Valid until:12/11/44, 10:18 PM +2024-02-18T21:49:51.250-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:92b888dbb08ac163, Subject:CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK, Issuer:CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK, Key type:RSA, Length:4096, Cert Id:747175721, Valid from:7/19/12, 5:15 AM, Valid until:7/19/42, 5:15 AM +2024-02-18T21:49:51.250-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:62533b1470333275cf98d9ab9bfccf8, Subject:CN=Certainly Root E1, O=Certainly, C=US, Issuer:CN=Certainly Root E1, O=Certainly, C=US, Key type:EC, Length:384, Cert Id:792571453, Valid from:3/31/21, 8:00 PM, Valid until:3/31/46, 8:00 PM +2024-02-18T21:49:51.250-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:200605167002, Subject:OU=certSIGN ROOT CA, O=certSIGN, C=RO, Issuer:OU=certSIGN ROOT CA, O=certSIGN, C=RO, Key type:RSA, Length:2048, Cert Id:4005006620, Valid from:7/4/06, 1:20 PM, Valid until:7/4/31, 1:20 PM +2024-02-18T21:49:51.251-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:110034b64ec6362d36, Subject:OU=certSIGN ROOT CA G2, O=CERTSIGN SA, C=RO, Issuer:OU=certSIGN ROOT CA G2, O=CERTSIGN SA, C=RO, Key type:RSA, Length:4096, Cert Id:2181086866, Valid from:2/6/17, 4:27 AM, Valid until:2/6/42, 4:27 AM +2024-02-18T21:49:51.251-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA512withRSA, Serial:21d6d04a4f250fc93237fcaa5e128de9, Subject:CN=Certum Trusted Network CA 2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA 2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:4096, Cert Id:1983350452, Valid from:10/6/11, 4:39 AM, Valid until:10/6/46, 4:39 AM +2024-02-18T21:49:51.252-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA512withRSA, Serial:1ebf5950b8c980374c06f7eb554fb5ed, Subject:CN=Certum Trusted Root CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Issuer:CN=Certum Trusted Root CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Key type:RSA, Length:4096, Cert Id:3520640245, Valid from:3/16/18, 8:10 AM, Valid until:3/16/43, 8:10 AM +2024-02-18T21:49:51.252-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4e812d8a8265e00b02ee3e350246e53d, Subject:CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:904304908, Valid from:11/30/06, 7:00 PM, Valid until:12/31/29, 6:59 PM +2024-02-18T21:49:51.253-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:8f9b478a8fa7eda6a333789de7ccf8a, Subject:CN=DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:165956757, Valid from:1/14/21, 7:00 PM, Valid until:1/14/46, 6:59 PM +2024-02-18T21:49:51.253-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:7cc98f2b84d7dfea0fc9659ad34b4d96, Subject:CN=D-TRUST BR Root CA 1 2020, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST BR Root CA 1 2020, O=D-Trust GmbH, C=DE, Key type:EC, Length:384, Cert Id:4211149558, Valid from:2/11/20, 4:45 AM, Valid until:2/11/35, 4:44 AM +2024-02-18T21:49:51.253-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:5f0241d77a877c4c03a3ac968dfbffd0, Subject:CN=D-TRUST EV Root CA 1 2020, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST EV Root CA 1 2020, O=D-Trust GmbH, C=DE, Key type:EC, Length:384, Cert Id:238735896, Valid from:2/11/20, 5:00 AM, Valid until:2/11/35, 4:59 AM +2024-02-18T21:49:51.254-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:7b71b68256b8127c9ca8, Subject:CN=emSign ECC Root CA - C3, O=eMudhra Inc, OU=emSign PKI, C=US, Issuer:CN=emSign ECC Root CA - C3, O=eMudhra Inc, OU=emSign PKI, C=US, Key type:EC, Length:384, Cert Id:3346510540, Valid from:2/18/18, 1:30 PM, Valid until:2/18/43, 1:30 PM +2024-02-18T21:49:51.254-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3cf607a968700eda8b84, Subject:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:EC, Length:384, Cert Id:3832035707, Valid from:2/18/18, 1:30 PM, Valid until:2/18/43, 1:30 PM +2024-02-18T21:49:51.255-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:aecf00bac4cf32f843b2, Subject:CN=emSign Root CA - C1, O=eMudhra Inc, OU=emSign PKI, C=US, Issuer:CN=emSign Root CA - C1, O=eMudhra Inc, OU=emSign PKI, C=US, Key type:RSA, Length:2048, Cert Id:3026103940, Valid from:2/18/18, 1:30 PM, Valid until:2/18/43, 1:30 PM +2024-02-18T21:49:51.255-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:31f5e4620c6c58edd6d8, Subject:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:2048, Cert Id:392709196, Valid from:2/18/18, 1:30 PM, Valid until:2/18/43, 1:30 PM +2024-02-18T21:49:51.255-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:15448ef21fd97590df5040a, Subject:CN=e-Szigno Root CA 2017, OID.2.5.4.97=VATHU-23584497, O=Microsec Ltd., L=Budapest, C=HU, Issuer:CN=e-Szigno Root CA 2017, OID.2.5.4.97=VATHU-23584497, O=Microsec Ltd., L=Budapest, C=HU, Key type:EC, Length:256, Cert Id:3303793581, Valid from:8/22/17, 8:07 AM, Valid until:8/22/42, 8:07 AM +2024-02-18T21:49:51.256-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7d0997fef047ea7a, Subject:CN=GDCA TrustAUTH R5 ROOT, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", C=CN, Issuer:CN=GDCA TrustAUTH R5 ROOT, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", C=CN, Key type:RSA, Length:4096, Cert Id:494136981, Valid from:11/26/14, 12:13 AM, Valid until:12/31/40, 10:59 AM +2024-02-18T21:49:51.256-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:203e57ef53f93fda50921b2a6, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Key type:EC, Length:256, Cert Id:3777996779, Valid from:11/12/12, 7:00 PM, Valid until:1/18/38, 10:14 PM +2024-02-18T21:49:51.257-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:11d2bbba336ed4bce62468c50d841d98e843, Subject:CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE, Key type:EC, Length:384, Cert Id:3405603905, Valid from:3/19/19, 8:00 PM, Valid until:3/19/46, 8:00 PM +2024-02-18T21:49:51.257-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:11d2bbb9d723189e405f0a9d2dd0df2567d1, Subject:CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:4096, Cert Id:1275948927, Valid from:3/19/19, 8:00 PM, Valid until:3/19/46, 8:00 PM +2024-02-18T21:49:51.257-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5a4bbd5afb4f8a5bfa65e5, Subject:CN=GLOBALTRUST 2020, O=e-commerce monitoring GmbH, C=AT, Issuer:CN=GLOBALTRUST 2020, O=e-commerce monitoring GmbH, C=AT, Key type:RSA, Length:4096, Cert Id:3772720413, Valid from:2/9/20, 7:00 PM, Valid until:6/9/40, 8:00 PM +2024-02-18T21:49:51.258-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:67749d8d77d83b6adb22f4ff59e2bfce, Subject:CN=HARICA TLS ECC Root CA 2021, O=Hellenic Academic and Research Institutions CA, C=GR, Issuer:CN=HARICA TLS ECC Root CA 2021, O=Hellenic Academic and Research Institutions CA, C=GR, Key type:EC, Length:384, Cert Id:3601034952, Valid from:2/19/21, 6:01 AM, Valid until:2/13/45, 6:01 AM +2024-02-18T21:49:51.258-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:39ca931cef43f3c68e93c7f46489387e, Subject:CN=HARICA TLS RSA Root CA 2021, O=Hellenic Academic and Research Institutions CA, C=GR, Issuer:CN=HARICA TLS RSA Root CA 2021, O=Hellenic Academic and Research Institutions CA, C=GR, Key type:RSA, Length:4096, Cert Id:1709624614, Valid from:2/19/21, 5:55 AM, Valid until:2/13/45, 5:55 AM +2024-02-18T21:49:51.258-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2dddacce629794a143e8b0cd766a5e60, Subject:CN=HiPKI Root CA - G1, O="Chunghwa Telecom Co., Ltd.", C=TW, Issuer:CN=HiPKI Root CA - G1, O="Chunghwa Telecom Co., Ltd.", C=TW, Key type:RSA, Length:4096, Cert Id:2278609152, Valid from:2/22/19, 4:46 AM, Valid until:12/31/37, 10:59 AM +2024-02-18T21:49:51.259-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:8165f8a4ca5ec00c99340dfc4c6ae23b81c5aa4, Subject:CN=Hongkong Post Root CA 3, O=Hongkong Post, L=Hong Kong, ST=Hong Kong, C=HK, Issuer:CN=Hongkong Post Root CA 3, O=Hongkong Post, L=Hong Kong, ST=Hong Kong, C=HK, Key type:RSA, Length:4096, Cert Id:3393016216, Valid from:6/2/17, 10:29 PM, Valid until:6/2/42, 10:29 PM +2024-02-18T21:49:51.259-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:41d29dd172eaeea780c12c6ce92f8752, Subject:CN=ISRG Root X2, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X2, O=Internet Security Research Group, C=US, Key type:EC, Length:384, Cert Id:3398642244, Valid from:9/3/20, 8:00 PM, Valid until:9/17/40, 12:00 PM +2024-02-18T21:49:51.259-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:b0b75a16485fbfe1cbf58bd719e67d, Subject:CN=Izenpe.com, O=IZENPE S.A., C=ES, Issuer:CN=Izenpe.com, O=IZENPE S.A., C=ES, Key type:RSA, Length:4096, Cert Id:2449386312, Valid from:12/13/07, 8:08 AM, Valid until:12/13/37, 3:27 AM +2024-02-18T21:49:51.260-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:c27e43044e473f19, Subject:EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU, Issuer:EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU, Key type:RSA, Length:2048, Cert Id:2391017284, Valid from:6/16/09, 7:30 AM, Valid until:12/30/29, 6:30 AM +2024-02-18T21:49:51.260-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:194301ea20bddf5c5332ab1434471f8d6504d0d, Subject:CN=NAVER Global Root Certification Authority, O=NAVER BUSINESS PLATFORM Corp., C=KR, Issuer:CN=NAVER Global Root Certification Authority, O=NAVER BUSINESS PLATFORM Corp., C=KR, Key type:RSA, Length:4096, Cert Id:1777546867, Valid from:8/18/17, 4:58 AM, Valid until:8/18/37, 7:59 PM +2024-02-18T21:49:51.261-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:49412ce40010, Subject:CN=NetLock Arany (Class Gold) Főtanúsítvány, OU=Tanúsítványkiadók (Certification Services), O=NetLock Kft., L=Budapest, C=HU, Issuer:CN=NetLock Arany (Class Gold) Főtanúsítvány, OU=Tanúsítványkiadók (Certification Services), O=NetLock Kft., L=Budapest, C=HU, Key type:RSA, Length:2048, Cert Id:58541246, Valid from:12/11/08, 10:08 AM, Valid until:12/6/28, 10:08 AM +2024-02-18T21:49:51.261-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:76b1205274f0858746b3f8231af6c2c0, Subject:CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Key type:RSA, Length:2048, Cert Id:3681485780, Valid from:12/1/14, 10:00 AM, Valid until:12/1/39, 10:10 AM +2024-02-18T21:49:51.262-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:212a560caeda0cab4045bf2ba22d3aea, Subject:CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Key type:EC, Length:384, Cert Id:2781801839, Valid from:5/9/17, 5:48 AM, Valid until:5/9/42, 5:58 AM +2024-02-18T21:49:51.262-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:42f2ccda1b6937445f15fe752810b8f4, Subject:CN=Sectigo Public Server Authentication Root E46, O=Sectigo Limited, C=GB, Issuer:CN=Sectigo Public Server Authentication Root E46, O=Sectigo Limited, C=GB, Key type:EC, Length:384, Cert Id:3789385269, Valid from:3/21/21, 8:00 PM, Valid until:3/21/46, 7:59 PM +2024-02-18T21:49:51.262-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:758dfd8bae7c0700faa925a7e1c7ad14, Subject:CN=Sectigo Public Server Authentication Root R46, O=Sectigo Limited, C=GB, Issuer:CN=Sectigo Public Server Authentication Root R46, O=Sectigo Limited, C=GB, Key type:RSA, Length:4096, Cert Id:3806652169, Valid from:3/21/21, 8:00 PM, Valid until:3/21/46, 7:59 PM +2024-02-18T21:49:51.263-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:75622a4e8d48a894df413c8f0f8eaa5, Subject:CN=Secure Global CA, O=SecureTrust Corporation, C=US, Issuer:CN=Secure Global CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:2818194321, Valid from:11/7/06, 2:42 PM, Valid until:12/31/29, 2:52 PM +2024-02-18T21:49:51.263-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=SecureSign RootCA11, O="Japan Certification Services, Inc.", C=JP, Issuer:CN=SecureSign RootCA11, O="Japan Certification Services, Inc.", C=JP, Key type:RSA, Length:2048, Cert Id:2079057034, Valid from:4/8/09, 12:56 AM, Valid until:4/8/29, 12:56 AM +2024-02-18T21:49:51.263-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:d65d9bb378812eeb, Subject:CN=Security Communication ECC RootCA1, O="SECOM Trust Systems CO.,LTD.", C=JP, Issuer:CN=Security Communication ECC RootCA1, O="SECOM Trust Systems CO.,LTD.", C=JP, Key type:EC, Length:384, Cert Id:2131361491, Valid from:6/16/16, 1:15 AM, Valid until:1/18/38, 12:15 AM +2024-02-18T21:49:51.264-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:e17c3740fd1bfe67, Subject:CN=Security Communication RootCA3, O="SECOM Trust Systems CO.,LTD.", C=JP, Issuer:CN=Security Communication RootCA3, O="SECOM Trust Systems CO.,LTD.", C=JP, Key type:RSA, Length:4096, Cert Id:3804693758, Valid from:6/16/16, 2:17 AM, Valid until:1/18/38, 1:17 AM +2024-02-18T21:49:51.264-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:2c299c5b16ed0595, Subject:CN=SSL.com EV Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:1789254518, Valid from:2/12/16, 1:15 PM, Valid until:2/12/41, 1:15 PM +2024-02-18T21:49:51.265-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:1403f5abfb378b17405be243b2a5d1c4, Subject:CN=SSL.com TLS ECC Root CA 2022, O=SSL Corporation, C=US, Issuer:CN=SSL.com TLS ECC Root CA 2022, O=SSL Corporation, C=US, Key type:EC, Length:384, Cert Id:683561703, Valid from:8/25/22, 12:33 PM, Valid until:8/19/46, 12:33 PM +2024-02-18T21:49:51.265-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:6fbedaad73bd0840e28b4dbed4f75b91, Subject:CN=SSL.com TLS RSA Root CA 2022, O=SSL Corporation, C=US, Issuer:CN=SSL.com TLS RSA Root CA 2022, O=SSL Corporation, C=US, Key type:RSA, Length:4096, Cert Id:556880013, Valid from:8/25/22, 12:34 PM, Valid until:8/19/46, 12:34 PM +2024-02-18T21:49:51.265-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:3e8a5d07ec55d232d5b7e3b65f01eb2ddce4d6e4, Subject:CN=SZAFIR ROOT CA2, O=Krajowa Izba Rozliczeniowa S.A., C=PL, Issuer:CN=SZAFIR ROOT CA2, O=Krajowa Izba Rozliczeniowa S.A., C=PL, Key type:RSA, Length:2048, Cert Id:381279303, Valid from:10/19/15, 3:43 AM, Valid until:10/19/35, 3:43 AM +2024-02-18T21:49:51.266-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1675f27d6fe7ae3e4acbe095b059e, Subject:CN=Telia Root CA v2, O=Telia Finland Oyj, C=FI, Issuer:CN=Telia Root CA v2, O=Telia Finland Oyj, C=FI, Key type:RSA, Length:4096, Cert Id:3473063976, Valid from:11/29/18, 6:55 AM, Valid until:11/29/43, 6:55 AM +2024-02-18T21:49:51.266-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:84822c5f1c62d040, Subject:CN=TrustCor ECA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Issuer:CN=TrustCor ECA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Key type:RSA, Length:2048, Cert Id:1382581529, Valid from:2/4/16, 7:32 AM, Valid until:12/31/29, 12:28 PM +2024-02-18T21:49:51.267-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:da9bec71f303b019, Subject:CN=TrustCor RootCert CA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Issuer:CN=TrustCor RootCert CA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Key type:RSA, Length:2048, Cert Id:1332877130, Valid from:2/4/16, 7:32 AM, Valid until:12/31/29, 12:23 PM +2024-02-18T21:49:51.267-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5f70e86da49f346352ebab2, Subject:CN=Trustwave Global Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:RSA, Length:4096, Cert Id:416366836, Valid from:8/23/17, 3:34 PM, Valid until:8/23/42, 3:34 PM +2024-02-18T21:49:51.267-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:d6a5f083f285c3e5195df5d, Subject:CN=Trustwave Global ECC P256 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global ECC P256 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:EC, Length:256, Cert Id:948272517, Valid from:8/23/17, 3:35 PM, Valid until:8/23/42, 3:35 PM +2024-02-18T21:49:51.268-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:8bd85976c9927a48068473b, Subject:CN=Trustwave Global ECC P384 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global ECC P384 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:EC, Length:384, Cert Id:2301042373, Valid from:8/23/17, 3:36 PM, Valid until:8/23/42, 3:36 PM +2024-02-18T21:49:51.268-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1, OU=Kamu Sertifikasyon Merkezi - Kamu SM, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, L=Gebze - Kocaeli, C=TR, Issuer:CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1, OU=Kamu Sertifikasyon Merkezi - Kamu SM, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, L=Gebze - Kocaeli, C=TR, Key type:RSA, Length:2048, Cert Id:1093603654, Valid from:11/25/13, 3:25 AM, Valid until:10/25/43, 4:25 AM +2024-02-18T21:49:51.268-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1302d5e2404c92468616675db4bbbbb26b3efc13, Subject:CN=TunTrust Root CA, O=Agence Nationale de Certification Electronique, C=TN, Issuer:CN=TunTrust Root CA, O=Agence Nationale de Certification Electronique, C=TN, Key type:RSA, Length:4096, Cert Id:1973181427, Valid from:4/26/19, 4:57 AM, Valid until:4/26/44, 4:57 AM +2024-02-18T21:49:51.269-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:2048, Cert Id:2652873033, Valid from:8/28/08, 3:24 AM, Valid until:12/31/30, 10:59 AM +2024-02-18T21:49:51.269-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4fd22b8ff564c8339e4f345866237060, Subject:CN=UCA Extended Validation Root, O=UniTrust, C=CN, Issuer:CN=UCA Extended Validation Root, O=UniTrust, C=CN, Key type:RSA, Length:4096, Cert Id:649181271, Valid from:3/12/15, 8:00 PM, Valid until:12/30/38, 7:00 PM +2024-02-18T21:49:51.269-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5ddfb1da5aa3ed5dbe5a6520650390ef, Subject:CN=UCA Global G2 Root, O=UniTrust, C=CN, Issuer:CN=UCA Global G2 Root, O=UniTrust, C=CN, Key type:RSA, Length:4096, Cert Id:1844967193, Valid from:3/10/16, 7:00 PM, Valid until:12/30/40, 7:00 PM +2024-02-18T21:49:51.270-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:6e6abc59aa53be983967a2d26ba43be66d1cd6da, Subject:CN=vTrus ECC Root CA, O="iTrusChina Co.,Ltd.", C=CN, Issuer:CN=vTrus ECC Root CA, O="iTrusChina Co.,Ltd.", C=CN, Key type:EC, Length:384, Cert Id:268503342, Valid from:7/31/18, 3:26 AM, Valid until:7/31/43, 3:26 AM +2024-02-18T21:49:51.270-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:43e37113d8b359145db7ce8cfd35fd6fbc058d45, Subject:CN=vTrus Root CA, O="iTrusChina Co.,Ltd.", C=CN, Issuer:CN=vTrus Root CA, O="iTrusChina Co.,Ltd.", C=CN, Key type:RSA, Length:4096, Cert Id:2469083546, Valid from:7/31/18, 3:24 AM, Valid until:7/31/43, 3:24 AM +2024-02-18T21:49:51.270-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:78585f2ead2c194be3370735341328b596d46593, Subject:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:3532531262, Valid from:1/12/12, 12:27 PM, Valid until:1/12/42, 12:27 PM +2024-02-18T21:49:51.271-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:509, Subject:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:338250116, Valid from:11/24/06, 1:27 PM, Valid until:11/24/31, 1:23 PM +2024-02-18T21:49:51.271-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:445734245b81899b35f2ceb82b3b5ba726f07528, Subject:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:696763521, Valid from:1/12/12, 1:59 PM, Valid until:1/12/42, 1:59 PM +2024-02-18T21:49:51.272-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:5c6, Subject:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:1470392860, Valid from:11/24/06, 2:11 PM, Valid until:11/24/31, 2:06 PM +2024-02-18T21:49:51.272-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2ef59b0228a7db7affd5a3a9eebd03a0cf126a1d, Subject:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:3589344305, Valid from:1/12/12, 3:26 PM, Valid until:1/12/42, 3:26 PM +2024-02-18T21:49:51.272-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Issuer:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Key type:RSA, Length:2048, Cert Id:1521072570, Valid from:5/29/09, 1:00 AM, Valid until:5/29/29, 1:00 AM +2024-02-18T21:49:51.273-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:cf08e5c0816a5ad427ff0eb271859d0, Subject:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Issuer:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:2034155325, Valid from:11/7/06, 2:31 PM, Valid until:12/31/29, 2:40 PM +2024-02-18T21:49:51.273-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:75e6dfcbc1685ba8, Subject:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:2926673683, Valid from:2/12/16, 1:14 PM, Valid until:2/12/41, 1:14 PM +2024-02-18T21:49:51.274-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:56b629cd34bc78f6, Subject:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:1381862403, Valid from:5/31/17, 2:14 PM, Valid until:5/30/42, 2:14 PM +2024-02-18T21:49:51.274-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7b2c9bd316803299, Subject:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:156725711, Valid from:2/12/16, 12:39 PM, Valid until:2/12/41, 12:39 PM +2024-02-18T21:49:51.274-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Issuer:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1825617644, Valid from:6/29/04, 1:39 PM, Valid until:6/29/34, 1:39 PM +2024-02-18T21:49:51.274-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:3268325709, Valid from:8/31/09, 8:00 PM, Valid until:12/31/37, 6:59 PM +2024-02-18T21:49:51.275-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:1964785574, Valid from:8/31/09, 8:00 PM, Valid until:12/31/37, 6:59 PM +2024-02-18T21:49:51.275-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:bb401c43f55e4fb0, Subject:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:1516221943, Valid from:10/25/06, 4:30 AM, Valid until:10/25/36, 4:30 AM +2024-02-18T21:49:51.275-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4eb200670c035d4f, Subject:CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:771312514, Valid from:10/25/06, 4:36 AM, Valid until:10/25/36, 4:36 AM +2024-02-18T21:49:51.276-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4f1bd42f54bb2f4b, Subject:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:126726124, Valid from:10/25/06, 4:32 AM, Valid until:10/25/36, 4:32 AM +2024-02-18T21:49:51.276-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:95be16a0f72e46f17b398272fa8bcd96, Subject:CN=TeliaSonera Root CA v1, O=TeliaSonera, Issuer:CN=TeliaSonera Root CA v1, O=TeliaSonera, Key type:RSA, Length:4096, Cert Id:1495358374, Valid from:10/18/07, 8:00 AM, Valid until:10/18/32, 8:00 AM +2024-02-18T21:49:51.276-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:344ed55720d5edec49f42fce37db2b6d, Subject:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:643000026, Valid from:11/16/06, 7:00 PM, Valid until:7/16/36, 7:59 PM +2024-02-18T21:49:51.277-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:35fc265cd9844fc93d263d579baed756, Subject:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Key type:EC, Length:384, Cert Id:2068083090, Valid from:11/4/07, 7:00 PM, Valid until:1/18/38, 6:59 PM +2024-02-18T21:49:51.277-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:600197b746a7eab4b49ad64b2ff790fb, Subject:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1032730720, Valid from:4/1/08, 8:00 PM, Valid until:12/1/37, 6:59 PM +2024-02-18T21:49:51.277-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:3056503257, Valid from:10/1/08, 6:40 AM, Valid until:10/1/33, 7:59 PM +2024-02-18T21:49:51.278-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1894096264, Valid from:10/1/08, 6:29 AM, Valid until:10/1/33, 7:59 PM +2024-02-18T21:49:51.278-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cbe, Subject:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:4096, Cert Id:861175838, Valid from:6/27/12, 2:28 AM, Valid until:12/31/30, 10:59 AM +2024-02-18T21:49:51.278-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:5c8b99c55a94c5d27156decd8980cc26, Subject:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:EC, Length:384, Cert Id:3329287386, Valid from:1/31/10, 7:00 PM, Valid until:1/18/38, 6:59 PM +2024-02-18T21:49:51.279-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:1fd6d30fca3ca51a81bbc640e35032d, Subject:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:RSA, Length:4096, Cert Id:3947601401, Valid from:1/31/10, 7:00 PM, Valid until:1/18/38, 6:59 PM +2024-02-18T21:49:51.279-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:9b7e0649a33e62b9d5ee90487129ef57, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:2057300190, Valid from:9/30/99, 8:00 PM, Valid until:7/16/36, 7:59 PM +2024-02-18T21:49:51.279-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:2f80fe238c0e220f486712289187acb3, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:EC, Length:384, Cert Id:4163473319, Valid from:11/4/07, 7:00 PM, Valid until:1/18/38, 6:59 PM +2024-02-18T21:49:51.280-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:18dad19e267de8bb4a2158cdcc6b3b4a, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:303010488, Valid from:11/7/06, 7:00 PM, Valid until:7/16/36, 7:59 PM +2024-02-18T21:49:51.280-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:401ac46421b31321030ebbe4121ac51d, Subject:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:2318285810, Valid from:4/1/08, 8:00 PM, Valid until:12/1/37, 6:59 PM +2024-02-18T21:49:51.280-05:00 DEBUG 308122 --- [main] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:50946cec18ead59c4dd597ef758fa0ad, Subject:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Issuer:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Key type:RSA, Length:2048, Cert Id:3342493210, Valid from:11/1/04, 12:14 PM, Valid until:1/1/35, 12:37 AM +2024-02-18T21:49:51.316-05:00 DEBUG 308122 --- [main] org.kohsuke.github.GitHubClient : GitHub API request [anonymous]: GET https://api.github.com/user +2024-02-18T21:49:51.490-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:b890537125f4510d6372a1028a929a5, Subject:CN=*.github.com, O="GitHub, Inc.", L=San Francisco, ST=California, C=US, Issuer:CN=DigiCert TLS Hybrid ECC SHA384 2020 CA1, O=DigiCert Inc, C=US, Key type:EC, Length:256, Cert Id:2781149400, Valid from:2/15/23, 7:00 PM, Valid until:3/15/24, 7:59 PM +2024-02-18T21:49:51.490-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:7f2f35c87a877af7aefe947993525bd, Subject:CN=DigiCert TLS Hybrid ECC SHA384 2020 CA1, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:2775131318, Valid from:4/13/21, 8:00 PM, Valid until:4/13/31, 7:59 PM +2024-02-18T21:49:51.521-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : ValidationChain: 1341898239, 2775131318, 2781149400 +2024-02-18T21:49:51.522-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:570a119742c4e3cc, Subject:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Issuer:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Key type:RSA, Length:4096, Cert Id:1729119956, Valid from:9/22/11, 7:22 AM, Valid until:9/22/30, 7:22 AM +2024-02-18T21:49:51.523-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7777062726a9b17c, Subject:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:630485644, Valid from:1/29/10, 9:06 AM, Valid until:12/31/30, 9:06 AM +2024-02-18T21:49:51.523-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:7c4f04391cd4992d, Subject:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:651670175, Valid from:1/29/10, 9:08 AM, Valid until:12/31/30, 9:08 AM +2024-02-18T21:49:51.523-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:6d8c1446b1a60aee, Subject:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Key type:RSA, Length:4096, Cert Id:2164683341, Valid from:1/29/10, 9:10 AM, Valid until:12/31/40, 9:10 AM +2024-02-18T21:49:51.523-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:7497258ac73f7a54, Subject:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Key type:EC, Length:384, Cert Id:2214603510, Valid from:1/29/10, 9:20 AM, Valid until:12/31/40, 9:20 AM +2024-02-18T21:49:51.523-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:66c9fcf99bf8c0a39e2f0788a43e696365bca, Subject:CN=Amazon Root CA 1, O=Amazon, C=US, Issuer:CN=Amazon Root CA 1, O=Amazon, C=US, Key type:RSA, Length:2048, Cert Id:2822522334, Valid from:5/25/15, 8:00 PM, Valid until:1/16/38, 7:00 PM +2024-02-18T21:49:51.524-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:66c9fd29635869f0a0fe58678f85b26bb8a37, Subject:CN=Amazon Root CA 2, O=Amazon, C=US, Issuer:CN=Amazon Root CA 2, O=Amazon, C=US, Key type:RSA, Length:4096, Cert Id:2528834908, Valid from:5/25/15, 8:00 PM, Valid until:5/25/40, 8:00 PM +2024-02-18T21:49:51.524-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:66c9fd5749736663f3b0b9ad9e89e7603f24a, Subject:CN=Amazon Root CA 3, O=Amazon, C=US, Issuer:CN=Amazon Root CA 3, O=Amazon, C=US, Key type:EC, Length:256, Cert Id:2732679773, Valid from:5/25/15, 8:00 PM, Valid until:5/25/40, 8:00 PM +2024-02-18T21:49:51.524-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:66c9fd7c1bb104c2943e5717b7b2cc81ac10e, Subject:CN=Amazon Root CA 4, O=Amazon, C=US, Issuer:CN=Amazon Root CA 4, O=Amazon, C=US, Key type:EC, Length:384, Cert Id:2640694783, Valid from:5/25/15, 8:00 PM, Valid until:5/25/40, 8:00 PM +2024-02-18T21:49:51.524-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:20000b9, Subject:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Issuer:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Key type:RSA, Length:2048, Cert Id:1425294543, Valid from:5/12/00, 2:46 PM, Valid until:5/12/25, 7:59 PM +2024-02-18T21:49:51.524-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:969960563, Valid from:10/26/10, 4:38 AM, Valid until:10/26/40, 4:38 AM +2024-02-18T21:49:51.525-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:1264269967, Valid from:10/26/10, 4:28 AM, Valid until:10/26/40, 4:28 AM +2024-02-18T21:49:51.525-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:a3da427ea4b1aeda, Subject:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:4266703372, Valid from:8/1/08, 8:29 AM, Valid until:7/31/38, 8:29 AM +2024-02-18T21:49:51.525-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU, Issuer:CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU, Key type:RSA, Length:2048, Cert Id:1827306452, Valid from:9/30/03, 12:13 PM, Valid until:9/30/37, 12:13 PM +2024-02-18T21:49:51.525-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:c9cdd3e9d57d23ce, Subject:CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:1271252776, Valid from:8/1/08, 8:31 AM, Valid until:7/31/38, 8:31 AM +2024-02-18T21:49:51.525-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:fedce3010fc948ff, Subject:CN=Certigna, O=Dhimyotis, C=FR, Issuer:CN=Certigna, O=Dhimyotis, C=FR, Key type:RSA, Length:2048, Cert Id:3506875840, Valid from:6/29/07, 11:13 AM, Valid until:6/29/27, 11:13 AM +2024-02-18T21:49:51.526-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cae91b89f155030da3e6416dc4e3a6e1, Subject:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Issuer:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Key type:RSA, Length:4096, Cert Id:356684591, Valid from:10/1/13, 4:32 AM, Valid until:10/1/33, 4:32 AM +2024-02-18T21:49:51.526-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:10020, Subject:CN=Certum CA, O=Unizeto Sp. z o.o., C=PL, Issuer:CN=Certum CA, O=Unizeto Sp. z o.o., C=PL, Key type:RSA, Length:2048, Cert Id:3550516030, Valid from:6/11/02, 6:46 AM, Valid until:6/11/27, 6:46 AM +2024-02-18T21:49:51.526-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:444c0, Subject:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:2048, Cert Id:2014002193, Valid from:10/22/08, 8:07 AM, Valid until:12/31/29, 7:07 AM +2024-02-18T21:49:51.526-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:15c8bd65475cafb897005ee406d2bc9d, Subject:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Issuer:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Key type:RSA, Length:4096, Cert Id:3632331159, Valid from:12/19/04, 9:31 PM, Valid until:12/19/34, 9:31 PM +2024-02-18T21:49:51.527-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:3097386402, Valid from:12/31/03, 7:00 PM, Valid until:12/31/28, 6:59 PM +2024-02-18T21:49:51.527-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:1f47afaa62007050544c019e9b63992a, Subject:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:EC, Length:384, Cert Id:1146488932, Valid from:3/5/08, 7:00 PM, Valid until:1/18/38, 6:59 PM +2024-02-18T21:49:51.527-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:4caaf9cadb636fe01ff74ed85b03869d, Subject:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:4096, Cert Id:1769425049, Valid from:1/18/10, 7:00 PM, Valid until:1/18/38, 6:59 PM +2024-02-18T21:49:51.527-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:b931c3ad63967ea6723bfc3af9af44b, Subject:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3909568913, Valid from:8/1/13, 8:00 AM, Valid until:1/15/38, 7:00 AM +2024-02-18T21:49:51.527-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:ba15afa1ddfa0b54944afcd24a06cec, Subject:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:3649430051, Valid from:8/1/13, 8:00 AM, Valid until:1/15/38, 7:00 AM +2024-02-18T21:49:51.527-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:ce7e0e517d846fe8fe560fc1bf03039, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:11/9/06, 7:00 PM, Valid until:11/9/31, 7:00 PM +2024-02-18T21:49:51.528-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:83be056904246b1a1756ac95991c74a, Subject:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1341898239, Valid from:11/9/06, 7:00 PM, Valid until:11/9/31, 7:00 PM +2024-02-18T21:49:51.528-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:33af1e6a711a9a0bb2864b11d09fae5, Subject:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1136084297, Valid from:8/1/13, 8:00 AM, Valid until:1/15/38, 7:00 AM +2024-02-18T21:49:51.528-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:55556bcf25ea43535c3a40fd5ab4572, Subject:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:3498998753, Valid from:8/1/13, 8:00 AM, Valid until:1/15/38, 7:00 AM +2024-02-18T21:49:51.528-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:2ac5c266a0b409b8f0b79f2ae462577, Subject:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2884286942, Valid from:11/9/06, 7:00 PM, Valid until:11/9/31, 7:00 PM +2024-02-18T21:49:51.529-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:59b1b579e8e2132e23907bda777755c, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:1057369358, Valid from:8/1/13, 8:00 AM, Valid until:1/15/38, 7:00 AM +2024-02-18T21:49:51.529-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:983f3, Subject:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1430153102, Valid from:11/5/09, 3:35 AM, Valid until:11/5/29, 3:35 AM +2024-02-18T21:49:51.529-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:983f4, Subject:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:971313728, Valid from:11/5/09, 3:50 AM, Valid until:11/5/29, 3:50 AM +2024-02-18T21:49:51.530-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:3863def8, Subject:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Issuer:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Key type:RSA, Length:2048, Cert Id:3966431214, Valid from:12/24/99, 12:50 PM, Valid until:7/24/29, 10:15 AM +2024-02-18T21:49:51.530-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:456b5054, Subject:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:3033563200, Valid from:11/27/06, 3:23 PM, Valid until:11/27/26, 3:53 PM +2024-02-18T21:49:51.530-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:a68b79290000000050d091f9, Subject:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:EC, Length:384, Cert Id:924514073, Valid from:12/18/12, 10:25 AM, Valid until:12/18/37, 10:55 AM +2024-02-18T21:49:51.531-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4a538c28, Subject:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1936920337, Valid from:7/7/09, 1:25 PM, Valid until:12/7/30, 12:55 PM +2024-02-18T21:49:51.531-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:d9b5437fafa9390f000000005565ad58, Subject:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:1368037548, Valid from:5/27/15, 7:11 AM, Valid until:12/27/37, 6:41 AM +2024-02-18T21:49:51.531-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:18acb56afd69b6153a636cafdafac4a1, Subject:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:3329622139, Valid from:11/26/06, 7:00 PM, Valid until:7/16/36, 7:59 PM +2024-02-18T21:49:51.532-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3cb2f4480a00e2feeb243b5e603ec36b, Subject:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:EC, Length:384, Cert Id:3180663474, Valid from:11/4/07, 7:00 PM, Valid until:1/18/38, 6:59 PM +2024-02-18T21:49:51.532-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:15ac6e9419b2794b41f627a9c3180f1f, Subject:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:2964813538, Valid from:4/1/08, 8:00 PM, Valid until:12/1/37, 6:59 PM +2024-02-18T21:49:51.532-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:4096, Cert Id:313566089, Valid from:3/4/04, 12:00 AM, Valid until:3/4/29, 12:00 AM +2024-02-18T21:49:51.533-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:40000000001154b5ac394, Subject:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:2048, Cert Id:536948034, Valid from:9/1/98, 8:00 AM, Valid until:1/28/28, 7:00 AM +2024-02-18T21:49:51.533-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:2a38a41c960a04de42b228a50be8349802, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Key type:EC, Length:256, Cert Id:2371693751, Valid from:11/12/12, 7:00 PM, Valid until:1/18/38, 10:14 PM +2024-02-18T21:49:51.533-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:605949e0262ebb55f90a778a71f94ad86c, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Key type:EC, Length:384, Cert Id:1997048439, Valid from:11/12/12, 7:00 PM, Valid until:1/18/38, 10:14 PM +2024-02-18T21:49:51.533-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4000000000121585308a2, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Key type:RSA, Length:2048, Cert Id:733875591, Valid from:3/18/09, 6:00 AM, Valid until:3/18/29, 6:00 AM +2024-02-18T21:49:51.534-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:45e6bb038333c3856548e6ff4551, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Key type:RSA, Length:4096, Cert Id:3788339543, Valid from:12/9/14, 7:00 PM, Valid until:12/9/34, 7:00 PM +2024-02-18T21:49:51.534-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Issuer:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:4023522997, Valid from:6/29/04, 1:06 PM, Valid until:6/29/34, 1:06 PM +2024-02-18T21:49:51.534-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:439600313, Valid from:8/31/09, 8:00 PM, Valid until:12/31/37, 6:59 PM +2024-02-18T21:49:51.534-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:203e5936f31b01349886ba217, Subject:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:657172038, Valid from:6/21/16, 8:00 PM, Valid until:6/21/36, 8:00 PM +2024-02-18T21:49:51.534-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:203e5aec58d04251aab1125aa, Subject:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:948387669, Valid from:6/21/16, 8:00 PM, Valid until:6/21/36, 8:00 PM +2024-02-18T21:49:51.535-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:203e5b882eb20f825276d3d66, Subject:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1163081155, Valid from:6/21/16, 8:00 PM, Valid until:6/21/36, 8:00 PM +2024-02-18T21:49:51.535-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:203e5c068ef631a9c72905052, Subject:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1326433111, Valid from:6/21/16, 8:00 PM, Valid until:6/21/36, 8:00 PM +2024-02-18T21:49:51.535-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:EC, Length:384, Cert Id:513613456, Valid from:7/7/15, 6:37 AM, Valid until:6/30/40, 6:37 AM +2024-02-18T21:49:51.535-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:RSA, Length:4096, Cert Id:3491990565, Valid from:7/7/15, 6:11 AM, Valid until:6/30/40, 6:11 AM +2024-02-18T21:49:51.535-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523c844b500000002, Subject:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:1232565210, Valid from:1/16/14, 1:12 PM, Valid until:1/16/34, 1:12 PM +2024-02-18T21:49:51.535-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523cf467c00000002, Subject:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:2123370772, Valid from:1/16/14, 12:53 PM, Valid until:1/16/34, 12:53 PM +2024-02-18T21:49:51.536-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:8210cfb0d240e3594463e0bb63828b00, Subject:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Key type:RSA, Length:4096, Cert Id:1521974916, Valid from:6/4/15, 7:04 AM, Valid until:6/4/35, 7:04 AM +2024-02-18T21:49:51.536-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a7ea6df4b449eda6a24859ee6b815d3167fbbb1, Subject:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Issuer:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Key type:RSA, Length:4096, Cert Id:3055636602, Valid from:3/5/15, 8:21 AM, Valid until:3/5/35, 8:21 AM +2024-02-18T21:49:51.536-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:66f23daf87de8bb14aea0c573101c2ec, Subject:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:EC, Length:384, Cert Id:3240761285, Valid from:12/18/19, 6:06 PM, Valid until:7/18/42, 7:16 PM +2024-02-18T21:49:51.537-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:1ed397095fd8b4b347701eaabe7f45b3, Subject:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:RSA, Length:4096, Cert Id:2848349048, Valid from:12/18/19, 5:51 PM, Valid until:7/18/42, 7:00 PM +2024-02-18T21:49:51.537-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:62f6326ce5c4e3685c1b62dd9c2e9d95, Subject:CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS, OID.2.5.4.97=VATES-Q2826004J, OU=Ceres, O=FNMT-RCM, C=ES, Issuer:CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS, OID.2.5.4.97=VATES-Q2826004J, OU=Ceres, O=FNMT-RCM, C=ES, Key type:EC, Length:384, Cert Id:246315697, Valid from:12/20/18, 4:37 AM, Valid until:12/20/43, 4:37 AM +2024-02-18T21:49:51.537-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:dd3e3bc6cf96bb1, Subject:CN=ANF Secure Server Root CA, OU=ANF CA Raiz, O=ANF Autoridad de Certificacion, C=ES, SERIALNUMBER=G63287510, Issuer:CN=ANF Secure Server Root CA, OU=ANF CA Raiz, O=ANF Autoridad de Certificacion, C=ES, SERIALNUMBER=G63287510, Key type:RSA, Length:4096, Cert Id:3453317601, Valid from:9/4/19, 6:00 AM, Valid until:8/30/39, 6:00 AM +2024-02-18T21:49:51.538-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5c33cb622c5fb332, Subject:C=DE, O=Atos, CN=Atos TrustedRoot 2011, Issuer:C=DE, O=Atos, CN=Atos TrustedRoot 2011, Key type:RSA, Length:2048, Cert Id:4266438672, Valid from:7/7/11, 10:58 AM, Valid until:12/31/30, 6:59 PM +2024-02-18T21:49:51.538-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3d983ba6663d9063f77e26573804ef00, Subject:C=DE, O=Atos, CN=Atos TrustedRoot Root CA ECC TLS 2021, Issuer:C=DE, O=Atos, CN=Atos TrustedRoot Root CA ECC TLS 2021, Key type:EC, Length:384, Cert Id:3147217643, Valid from:4/22/21, 5:26 AM, Valid until:4/17/41, 5:26 AM +2024-02-18T21:49:51.538-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:53d5cfe619930bfb2b0512d8c22aa2a4, Subject:C=DE, O=Atos, CN=Atos TrustedRoot Root CA RSA TLS 2021, Issuer:C=DE, O=Atos, CN=Atos TrustedRoot Root CA RSA TLS 2021, Key type:RSA, Length:4096, Cert Id:2972582853, Valid from:4/22/21, 5:21 AM, Valid until:4/17/41, 5:21 AM +2024-02-18T21:49:51.538-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:53ec3beefbb2485f, Subject:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Issuer:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Key type:RSA, Length:4096, Cert Id:692250759, Valid from:5/20/09, 4:38 AM, Valid until:12/31/30, 3:38 AM +2024-02-18T21:49:51.539-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1b70e9d2ffae6c71, Subject:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Issuer:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Key type:RSA, Length:4096, Cert Id:2528236982, Valid from:9/23/14, 11:22 AM, Valid until:5/5/36, 11:22 AM +2024-02-18T21:49:51.539-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:556f65e3b4d9906a1b09d16c3ec06c20, Subject:CN=BJCA Global Root CA1, O=BEIJING CERTIFICATE AUTHORITY, C=CN, Issuer:CN=BJCA Global Root CA1, O=BEIJING CERTIFICATE AUTHORITY, C=CN, Key type:RSA, Length:4096, Cert Id:2405703929, Valid from:12/18/19, 10:16 PM, Valid until:12/11/44, 10:16 PM +2024-02-18T21:49:51.539-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:2c17087d642ac0fe85185906cfb44aeb, Subject:CN=BJCA Global Root CA2, O=BEIJING CERTIFICATE AUTHORITY, C=CN, Issuer:CN=BJCA Global Root CA2, O=BEIJING CERTIFICATE AUTHORITY, C=CN, Key type:EC, Length:384, Cert Id:1781225575, Valid from:12/18/19, 10:18 PM, Valid until:12/11/44, 10:18 PM +2024-02-18T21:49:51.540-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:92b888dbb08ac163, Subject:CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK, Issuer:CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK, Key type:RSA, Length:4096, Cert Id:747175721, Valid from:7/19/12, 5:15 AM, Valid until:7/19/42, 5:15 AM +2024-02-18T21:49:51.540-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:62533b1470333275cf98d9ab9bfccf8, Subject:CN=Certainly Root E1, O=Certainly, C=US, Issuer:CN=Certainly Root E1, O=Certainly, C=US, Key type:EC, Length:384, Cert Id:792571453, Valid from:3/31/21, 8:00 PM, Valid until:3/31/46, 8:00 PM +2024-02-18T21:49:51.540-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:200605167002, Subject:OU=certSIGN ROOT CA, O=certSIGN, C=RO, Issuer:OU=certSIGN ROOT CA, O=certSIGN, C=RO, Key type:RSA, Length:2048, Cert Id:4005006620, Valid from:7/4/06, 1:20 PM, Valid until:7/4/31, 1:20 PM +2024-02-18T21:49:51.541-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:110034b64ec6362d36, Subject:OU=certSIGN ROOT CA G2, O=CERTSIGN SA, C=RO, Issuer:OU=certSIGN ROOT CA G2, O=CERTSIGN SA, C=RO, Key type:RSA, Length:4096, Cert Id:2181086866, Valid from:2/6/17, 4:27 AM, Valid until:2/6/42, 4:27 AM +2024-02-18T21:49:51.541-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA512withRSA, Serial:21d6d04a4f250fc93237fcaa5e128de9, Subject:CN=Certum Trusted Network CA 2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA 2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:4096, Cert Id:1983350452, Valid from:10/6/11, 4:39 AM, Valid until:10/6/46, 4:39 AM +2024-02-18T21:49:51.541-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA512withRSA, Serial:1ebf5950b8c980374c06f7eb554fb5ed, Subject:CN=Certum Trusted Root CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Issuer:CN=Certum Trusted Root CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Key type:RSA, Length:4096, Cert Id:3520640245, Valid from:3/16/18, 8:10 AM, Valid until:3/16/43, 8:10 AM +2024-02-18T21:49:51.541-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4e812d8a8265e00b02ee3e350246e53d, Subject:CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:904304908, Valid from:11/30/06, 7:00 PM, Valid until:12/31/29, 6:59 PM +2024-02-18T21:49:51.542-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:8f9b478a8fa7eda6a333789de7ccf8a, Subject:CN=DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:165956757, Valid from:1/14/21, 7:00 PM, Valid until:1/14/46, 6:59 PM +2024-02-18T21:49:51.542-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:7cc98f2b84d7dfea0fc9659ad34b4d96, Subject:CN=D-TRUST BR Root CA 1 2020, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST BR Root CA 1 2020, O=D-Trust GmbH, C=DE, Key type:EC, Length:384, Cert Id:4211149558, Valid from:2/11/20, 4:45 AM, Valid until:2/11/35, 4:44 AM +2024-02-18T21:49:51.542-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:5f0241d77a877c4c03a3ac968dfbffd0, Subject:CN=D-TRUST EV Root CA 1 2020, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST EV Root CA 1 2020, O=D-Trust GmbH, C=DE, Key type:EC, Length:384, Cert Id:238735896, Valid from:2/11/20, 5:00 AM, Valid until:2/11/35, 4:59 AM +2024-02-18T21:49:51.542-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:7b71b68256b8127c9ca8, Subject:CN=emSign ECC Root CA - C3, O=eMudhra Inc, OU=emSign PKI, C=US, Issuer:CN=emSign ECC Root CA - C3, O=eMudhra Inc, OU=emSign PKI, C=US, Key type:EC, Length:384, Cert Id:3346510540, Valid from:2/18/18, 1:30 PM, Valid until:2/18/43, 1:30 PM +2024-02-18T21:49:51.542-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3cf607a968700eda8b84, Subject:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:EC, Length:384, Cert Id:3832035707, Valid from:2/18/18, 1:30 PM, Valid until:2/18/43, 1:30 PM +2024-02-18T21:49:51.543-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:aecf00bac4cf32f843b2, Subject:CN=emSign Root CA - C1, O=eMudhra Inc, OU=emSign PKI, C=US, Issuer:CN=emSign Root CA - C1, O=eMudhra Inc, OU=emSign PKI, C=US, Key type:RSA, Length:2048, Cert Id:3026103940, Valid from:2/18/18, 1:30 PM, Valid until:2/18/43, 1:30 PM +2024-02-18T21:49:51.543-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:31f5e4620c6c58edd6d8, Subject:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:2048, Cert Id:392709196, Valid from:2/18/18, 1:30 PM, Valid until:2/18/43, 1:30 PM +2024-02-18T21:49:51.543-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:15448ef21fd97590df5040a, Subject:CN=e-Szigno Root CA 2017, OID.2.5.4.97=VATHU-23584497, O=Microsec Ltd., L=Budapest, C=HU, Issuer:CN=e-Szigno Root CA 2017, OID.2.5.4.97=VATHU-23584497, O=Microsec Ltd., L=Budapest, C=HU, Key type:EC, Length:256, Cert Id:3303793581, Valid from:8/22/17, 8:07 AM, Valid until:8/22/42, 8:07 AM +2024-02-18T21:49:51.544-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7d0997fef047ea7a, Subject:CN=GDCA TrustAUTH R5 ROOT, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", C=CN, Issuer:CN=GDCA TrustAUTH R5 ROOT, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", C=CN, Key type:RSA, Length:4096, Cert Id:494136981, Valid from:11/26/14, 12:13 AM, Valid until:12/31/40, 10:59 AM +2024-02-18T21:49:51.544-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:203e57ef53f93fda50921b2a6, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Key type:EC, Length:256, Cert Id:3777996779, Valid from:11/12/12, 7:00 PM, Valid until:1/18/38, 10:14 PM +2024-02-18T21:49:51.544-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:11d2bbba336ed4bce62468c50d841d98e843, Subject:CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE, Key type:EC, Length:384, Cert Id:3405603905, Valid from:3/19/19, 8:00 PM, Valid until:3/19/46, 8:00 PM +2024-02-18T21:49:51.544-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:11d2bbb9d723189e405f0a9d2dd0df2567d1, Subject:CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:4096, Cert Id:1275948927, Valid from:3/19/19, 8:00 PM, Valid until:3/19/46, 8:00 PM +2024-02-18T21:49:51.544-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5a4bbd5afb4f8a5bfa65e5, Subject:CN=GLOBALTRUST 2020, O=e-commerce monitoring GmbH, C=AT, Issuer:CN=GLOBALTRUST 2020, O=e-commerce monitoring GmbH, C=AT, Key type:RSA, Length:4096, Cert Id:3772720413, Valid from:2/9/20, 7:00 PM, Valid until:6/9/40, 8:00 PM +2024-02-18T21:49:51.544-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:67749d8d77d83b6adb22f4ff59e2bfce, Subject:CN=HARICA TLS ECC Root CA 2021, O=Hellenic Academic and Research Institutions CA, C=GR, Issuer:CN=HARICA TLS ECC Root CA 2021, O=Hellenic Academic and Research Institutions CA, C=GR, Key type:EC, Length:384, Cert Id:3601034952, Valid from:2/19/21, 6:01 AM, Valid until:2/13/45, 6:01 AM +2024-02-18T21:49:51.545-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:39ca931cef43f3c68e93c7f46489387e, Subject:CN=HARICA TLS RSA Root CA 2021, O=Hellenic Academic and Research Institutions CA, C=GR, Issuer:CN=HARICA TLS RSA Root CA 2021, O=Hellenic Academic and Research Institutions CA, C=GR, Key type:RSA, Length:4096, Cert Id:1709624614, Valid from:2/19/21, 5:55 AM, Valid until:2/13/45, 5:55 AM +2024-02-18T21:49:51.545-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2dddacce629794a143e8b0cd766a5e60, Subject:CN=HiPKI Root CA - G1, O="Chunghwa Telecom Co., Ltd.", C=TW, Issuer:CN=HiPKI Root CA - G1, O="Chunghwa Telecom Co., Ltd.", C=TW, Key type:RSA, Length:4096, Cert Id:2278609152, Valid from:2/22/19, 4:46 AM, Valid until:12/31/37, 10:59 AM +2024-02-18T21:49:51.545-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:8165f8a4ca5ec00c99340dfc4c6ae23b81c5aa4, Subject:CN=Hongkong Post Root CA 3, O=Hongkong Post, L=Hong Kong, ST=Hong Kong, C=HK, Issuer:CN=Hongkong Post Root CA 3, O=Hongkong Post, L=Hong Kong, ST=Hong Kong, C=HK, Key type:RSA, Length:4096, Cert Id:3393016216, Valid from:6/2/17, 10:29 PM, Valid until:6/2/42, 10:29 PM +2024-02-18T21:49:51.545-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:41d29dd172eaeea780c12c6ce92f8752, Subject:CN=ISRG Root X2, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X2, O=Internet Security Research Group, C=US, Key type:EC, Length:384, Cert Id:3398642244, Valid from:9/3/20, 8:00 PM, Valid until:9/17/40, 12:00 PM +2024-02-18T21:49:51.545-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:b0b75a16485fbfe1cbf58bd719e67d, Subject:CN=Izenpe.com, O=IZENPE S.A., C=ES, Issuer:CN=Izenpe.com, O=IZENPE S.A., C=ES, Key type:RSA, Length:4096, Cert Id:2449386312, Valid from:12/13/07, 8:08 AM, Valid until:12/13/37, 3:27 AM +2024-02-18T21:49:51.546-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:c27e43044e473f19, Subject:EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU, Issuer:EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU, Key type:RSA, Length:2048, Cert Id:2391017284, Valid from:6/16/09, 7:30 AM, Valid until:12/30/29, 6:30 AM +2024-02-18T21:49:51.546-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:194301ea20bddf5c5332ab1434471f8d6504d0d, Subject:CN=NAVER Global Root Certification Authority, O=NAVER BUSINESS PLATFORM Corp., C=KR, Issuer:CN=NAVER Global Root Certification Authority, O=NAVER BUSINESS PLATFORM Corp., C=KR, Key type:RSA, Length:4096, Cert Id:1777546867, Valid from:8/18/17, 4:58 AM, Valid until:8/18/37, 7:59 PM +2024-02-18T21:49:51.546-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:49412ce40010, Subject:CN=NetLock Arany (Class Gold) Főtanúsítvány, OU=Tanúsítványkiadók (Certification Services), O=NetLock Kft., L=Budapest, C=HU, Issuer:CN=NetLock Arany (Class Gold) Főtanúsítvány, OU=Tanúsítványkiadók (Certification Services), O=NetLock Kft., L=Budapest, C=HU, Key type:RSA, Length:2048, Cert Id:58541246, Valid from:12/11/08, 10:08 AM, Valid until:12/6/28, 10:08 AM +2024-02-18T21:49:51.546-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:76b1205274f0858746b3f8231af6c2c0, Subject:CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Key type:RSA, Length:2048, Cert Id:3681485780, Valid from:12/1/14, 10:00 AM, Valid until:12/1/39, 10:10 AM +2024-02-18T21:49:51.547-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:212a560caeda0cab4045bf2ba22d3aea, Subject:CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Key type:EC, Length:384, Cert Id:2781801839, Valid from:5/9/17, 5:48 AM, Valid until:5/9/42, 5:58 AM +2024-02-18T21:49:51.547-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:42f2ccda1b6937445f15fe752810b8f4, Subject:CN=Sectigo Public Server Authentication Root E46, O=Sectigo Limited, C=GB, Issuer:CN=Sectigo Public Server Authentication Root E46, O=Sectigo Limited, C=GB, Key type:EC, Length:384, Cert Id:3789385269, Valid from:3/21/21, 8:00 PM, Valid until:3/21/46, 7:59 PM +2024-02-18T21:49:51.547-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:758dfd8bae7c0700faa925a7e1c7ad14, Subject:CN=Sectigo Public Server Authentication Root R46, O=Sectigo Limited, C=GB, Issuer:CN=Sectigo Public Server Authentication Root R46, O=Sectigo Limited, C=GB, Key type:RSA, Length:4096, Cert Id:3806652169, Valid from:3/21/21, 8:00 PM, Valid until:3/21/46, 7:59 PM +2024-02-18T21:49:51.547-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:75622a4e8d48a894df413c8f0f8eaa5, Subject:CN=Secure Global CA, O=SecureTrust Corporation, C=US, Issuer:CN=Secure Global CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:2818194321, Valid from:11/7/06, 2:42 PM, Valid until:12/31/29, 2:52 PM +2024-02-18T21:49:51.547-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=SecureSign RootCA11, O="Japan Certification Services, Inc.", C=JP, Issuer:CN=SecureSign RootCA11, O="Japan Certification Services, Inc.", C=JP, Key type:RSA, Length:2048, Cert Id:2079057034, Valid from:4/8/09, 12:56 AM, Valid until:4/8/29, 12:56 AM +2024-02-18T21:49:51.547-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:d65d9bb378812eeb, Subject:CN=Security Communication ECC RootCA1, O="SECOM Trust Systems CO.,LTD.", C=JP, Issuer:CN=Security Communication ECC RootCA1, O="SECOM Trust Systems CO.,LTD.", C=JP, Key type:EC, Length:384, Cert Id:2131361491, Valid from:6/16/16, 1:15 AM, Valid until:1/18/38, 12:15 AM +2024-02-18T21:49:51.548-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:e17c3740fd1bfe67, Subject:CN=Security Communication RootCA3, O="SECOM Trust Systems CO.,LTD.", C=JP, Issuer:CN=Security Communication RootCA3, O="SECOM Trust Systems CO.,LTD.", C=JP, Key type:RSA, Length:4096, Cert Id:3804693758, Valid from:6/16/16, 2:17 AM, Valid until:1/18/38, 1:17 AM +2024-02-18T21:49:51.548-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:2c299c5b16ed0595, Subject:CN=SSL.com EV Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:1789254518, Valid from:2/12/16, 1:15 PM, Valid until:2/12/41, 1:15 PM +2024-02-18T21:49:51.548-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:1403f5abfb378b17405be243b2a5d1c4, Subject:CN=SSL.com TLS ECC Root CA 2022, O=SSL Corporation, C=US, Issuer:CN=SSL.com TLS ECC Root CA 2022, O=SSL Corporation, C=US, Key type:EC, Length:384, Cert Id:683561703, Valid from:8/25/22, 12:33 PM, Valid until:8/19/46, 12:33 PM +2024-02-18T21:49:51.548-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:6fbedaad73bd0840e28b4dbed4f75b91, Subject:CN=SSL.com TLS RSA Root CA 2022, O=SSL Corporation, C=US, Issuer:CN=SSL.com TLS RSA Root CA 2022, O=SSL Corporation, C=US, Key type:RSA, Length:4096, Cert Id:556880013, Valid from:8/25/22, 12:34 PM, Valid until:8/19/46, 12:34 PM +2024-02-18T21:49:51.548-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:3e8a5d07ec55d232d5b7e3b65f01eb2ddce4d6e4, Subject:CN=SZAFIR ROOT CA2, O=Krajowa Izba Rozliczeniowa S.A., C=PL, Issuer:CN=SZAFIR ROOT CA2, O=Krajowa Izba Rozliczeniowa S.A., C=PL, Key type:RSA, Length:2048, Cert Id:381279303, Valid from:10/19/15, 3:43 AM, Valid until:10/19/35, 3:43 AM +2024-02-18T21:49:51.548-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1675f27d6fe7ae3e4acbe095b059e, Subject:CN=Telia Root CA v2, O=Telia Finland Oyj, C=FI, Issuer:CN=Telia Root CA v2, O=Telia Finland Oyj, C=FI, Key type:RSA, Length:4096, Cert Id:3473063976, Valid from:11/29/18, 6:55 AM, Valid until:11/29/43, 6:55 AM +2024-02-18T21:49:51.548-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:84822c5f1c62d040, Subject:CN=TrustCor ECA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Issuer:CN=TrustCor ECA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Key type:RSA, Length:2048, Cert Id:1382581529, Valid from:2/4/16, 7:32 AM, Valid until:12/31/29, 12:28 PM +2024-02-18T21:49:51.549-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:da9bec71f303b019, Subject:CN=TrustCor RootCert CA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Issuer:CN=TrustCor RootCert CA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Key type:RSA, Length:2048, Cert Id:1332877130, Valid from:2/4/16, 7:32 AM, Valid until:12/31/29, 12:23 PM +2024-02-18T21:49:51.549-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5f70e86da49f346352ebab2, Subject:CN=Trustwave Global Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:RSA, Length:4096, Cert Id:416366836, Valid from:8/23/17, 3:34 PM, Valid until:8/23/42, 3:34 PM +2024-02-18T21:49:51.549-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:d6a5f083f285c3e5195df5d, Subject:CN=Trustwave Global ECC P256 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global ECC P256 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:EC, Length:256, Cert Id:948272517, Valid from:8/23/17, 3:35 PM, Valid until:8/23/42, 3:35 PM +2024-02-18T21:49:51.549-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:8bd85976c9927a48068473b, Subject:CN=Trustwave Global ECC P384 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global ECC P384 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:EC, Length:384, Cert Id:2301042373, Valid from:8/23/17, 3:36 PM, Valid until:8/23/42, 3:36 PM +2024-02-18T21:49:51.549-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1, OU=Kamu Sertifikasyon Merkezi - Kamu SM, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, L=Gebze - Kocaeli, C=TR, Issuer:CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1, OU=Kamu Sertifikasyon Merkezi - Kamu SM, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, L=Gebze - Kocaeli, C=TR, Key type:RSA, Length:2048, Cert Id:1093603654, Valid from:11/25/13, 3:25 AM, Valid until:10/25/43, 4:25 AM +2024-02-18T21:49:51.550-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1302d5e2404c92468616675db4bbbbb26b3efc13, Subject:CN=TunTrust Root CA, O=Agence Nationale de Certification Electronique, C=TN, Issuer:CN=TunTrust Root CA, O=Agence Nationale de Certification Electronique, C=TN, Key type:RSA, Length:4096, Cert Id:1973181427, Valid from:4/26/19, 4:57 AM, Valid until:4/26/44, 4:57 AM +2024-02-18T21:49:51.550-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:2048, Cert Id:2652873033, Valid from:8/28/08, 3:24 AM, Valid until:12/31/30, 10:59 AM +2024-02-18T21:49:51.550-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4fd22b8ff564c8339e4f345866237060, Subject:CN=UCA Extended Validation Root, O=UniTrust, C=CN, Issuer:CN=UCA Extended Validation Root, O=UniTrust, C=CN, Key type:RSA, Length:4096, Cert Id:649181271, Valid from:3/12/15, 8:00 PM, Valid until:12/30/38, 7:00 PM +2024-02-18T21:49:51.550-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5ddfb1da5aa3ed5dbe5a6520650390ef, Subject:CN=UCA Global G2 Root, O=UniTrust, C=CN, Issuer:CN=UCA Global G2 Root, O=UniTrust, C=CN, Key type:RSA, Length:4096, Cert Id:1844967193, Valid from:3/10/16, 7:00 PM, Valid until:12/30/40, 7:00 PM +2024-02-18T21:49:51.550-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:6e6abc59aa53be983967a2d26ba43be66d1cd6da, Subject:CN=vTrus ECC Root CA, O="iTrusChina Co.,Ltd.", C=CN, Issuer:CN=vTrus ECC Root CA, O="iTrusChina Co.,Ltd.", C=CN, Key type:EC, Length:384, Cert Id:268503342, Valid from:7/31/18, 3:26 AM, Valid until:7/31/43, 3:26 AM +2024-02-18T21:49:51.550-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:43e37113d8b359145db7ce8cfd35fd6fbc058d45, Subject:CN=vTrus Root CA, O="iTrusChina Co.,Ltd.", C=CN, Issuer:CN=vTrus Root CA, O="iTrusChina Co.,Ltd.", C=CN, Key type:RSA, Length:4096, Cert Id:2469083546, Valid from:7/31/18, 3:24 AM, Valid until:7/31/43, 3:24 AM +2024-02-18T21:49:51.550-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:78585f2ead2c194be3370735341328b596d46593, Subject:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:3532531262, Valid from:1/12/12, 12:27 PM, Valid until:1/12/42, 12:27 PM +2024-02-18T21:49:51.551-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:509, Subject:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:338250116, Valid from:11/24/06, 1:27 PM, Valid until:11/24/31, 1:23 PM +2024-02-18T21:49:51.551-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:445734245b81899b35f2ceb82b3b5ba726f07528, Subject:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:696763521, Valid from:1/12/12, 1:59 PM, Valid until:1/12/42, 1:59 PM +2024-02-18T21:49:51.551-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:5c6, Subject:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:1470392860, Valid from:11/24/06, 2:11 PM, Valid until:11/24/31, 2:06 PM +2024-02-18T21:49:51.551-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2ef59b0228a7db7affd5a3a9eebd03a0cf126a1d, Subject:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:3589344305, Valid from:1/12/12, 3:26 PM, Valid until:1/12/42, 3:26 PM +2024-02-18T21:49:51.551-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Issuer:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Key type:RSA, Length:2048, Cert Id:1521072570, Valid from:5/29/09, 1:00 AM, Valid until:5/29/29, 1:00 AM +2024-02-18T21:49:51.551-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:cf08e5c0816a5ad427ff0eb271859d0, Subject:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Issuer:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:2034155325, Valid from:11/7/06, 2:31 PM, Valid until:12/31/29, 2:40 PM +2024-02-18T21:49:51.551-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:75e6dfcbc1685ba8, Subject:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:2926673683, Valid from:2/12/16, 1:14 PM, Valid until:2/12/41, 1:14 PM +2024-02-18T21:49:51.551-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:56b629cd34bc78f6, Subject:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:1381862403, Valid from:5/31/17, 2:14 PM, Valid until:5/30/42, 2:14 PM +2024-02-18T21:49:51.552-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7b2c9bd316803299, Subject:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:156725711, Valid from:2/12/16, 12:39 PM, Valid until:2/12/41, 12:39 PM +2024-02-18T21:49:51.552-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Issuer:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1825617644, Valid from:6/29/04, 1:39 PM, Valid until:6/29/34, 1:39 PM +2024-02-18T21:49:51.552-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:3268325709, Valid from:8/31/09, 8:00 PM, Valid until:12/31/37, 6:59 PM +2024-02-18T21:49:51.552-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:1964785574, Valid from:8/31/09, 8:00 PM, Valid until:12/31/37, 6:59 PM +2024-02-18T21:49:51.552-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:bb401c43f55e4fb0, Subject:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:1516221943, Valid from:10/25/06, 4:30 AM, Valid until:10/25/36, 4:30 AM +2024-02-18T21:49:51.552-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4eb200670c035d4f, Subject:CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:771312514, Valid from:10/25/06, 4:36 AM, Valid until:10/25/36, 4:36 AM +2024-02-18T21:49:51.552-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4f1bd42f54bb2f4b, Subject:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:126726124, Valid from:10/25/06, 4:32 AM, Valid until:10/25/36, 4:32 AM +2024-02-18T21:49:51.553-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:95be16a0f72e46f17b398272fa8bcd96, Subject:CN=TeliaSonera Root CA v1, O=TeliaSonera, Issuer:CN=TeliaSonera Root CA v1, O=TeliaSonera, Key type:RSA, Length:4096, Cert Id:1495358374, Valid from:10/18/07, 8:00 AM, Valid until:10/18/32, 8:00 AM +2024-02-18T21:49:51.553-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:344ed55720d5edec49f42fce37db2b6d, Subject:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:643000026, Valid from:11/16/06, 7:00 PM, Valid until:7/16/36, 7:59 PM +2024-02-18T21:49:51.553-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:35fc265cd9844fc93d263d579baed756, Subject:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Key type:EC, Length:384, Cert Id:2068083090, Valid from:11/4/07, 7:00 PM, Valid until:1/18/38, 6:59 PM +2024-02-18T21:49:51.553-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:600197b746a7eab4b49ad64b2ff790fb, Subject:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1032730720, Valid from:4/1/08, 8:00 PM, Valid until:12/1/37, 6:59 PM +2024-02-18T21:49:51.553-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:3056503257, Valid from:10/1/08, 6:40 AM, Valid until:10/1/33, 7:59 PM +2024-02-18T21:49:51.553-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1894096264, Valid from:10/1/08, 6:29 AM, Valid until:10/1/33, 7:59 PM +2024-02-18T21:49:51.553-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cbe, Subject:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:4096, Cert Id:861175838, Valid from:6/27/12, 2:28 AM, Valid until:12/31/30, 10:59 AM +2024-02-18T21:49:51.554-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:5c8b99c55a94c5d27156decd8980cc26, Subject:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:EC, Length:384, Cert Id:3329287386, Valid from:1/31/10, 7:00 PM, Valid until:1/18/38, 6:59 PM +2024-02-18T21:49:51.554-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:1fd6d30fca3ca51a81bbc640e35032d, Subject:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:RSA, Length:4096, Cert Id:3947601401, Valid from:1/31/10, 7:00 PM, Valid until:1/18/38, 6:59 PM +2024-02-18T21:49:51.554-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:9b7e0649a33e62b9d5ee90487129ef57, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:2057300190, Valid from:9/30/99, 8:00 PM, Valid until:7/16/36, 7:59 PM +2024-02-18T21:49:51.554-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:2f80fe238c0e220f486712289187acb3, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:EC, Length:384, Cert Id:4163473319, Valid from:11/4/07, 7:00 PM, Valid until:1/18/38, 6:59 PM +2024-02-18T21:49:51.554-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:18dad19e267de8bb4a2158cdcc6b3b4a, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:303010488, Valid from:11/7/06, 7:00 PM, Valid until:7/16/36, 7:59 PM +2024-02-18T21:49:51.554-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:401ac46421b31321030ebbe4121ac51d, Subject:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:2318285810, Valid from:4/1/08, 8:00 PM, Valid until:12/1/37, 6:59 PM +2024-02-18T21:49:51.554-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:50946cec18ead59c4dd597ef758fa0ad, Subject:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Issuer:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Key type:RSA, Length:2048, Cert Id:3342493210, Valid from:11/1/04, 12:14 PM, Valid until:1/1/35, 12:37 AM +2024-02-18T21:49:51.569-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : TLSHandshake: api.github.com:443, TLSv1.3, TLS_AES_128_GCM_SHA256, 2781149400 +2024-02-18T21:49:51.716-05:00 DEBUG 308122 --- [main] org.kohsuke.github.GitHubClient : GitHub API request [markpollack]: GET https://api.github.com/repos/rd-1-2022/spring-gs-catalog +2024-02-18T21:49:51.873-05:00 DEBUG 308122 --- [main] org.kohsuke.github.GitHubClient : GitHub API request [markpollack]: GET https://api.github.com/repos/rd-1-2022/spring-gs-catalog/tarball +2024-02-18T21:49:52.153-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:b890537125f4510d6372a1028a929a5, Subject:CN=*.github.com, O="GitHub, Inc.", L=San Francisco, ST=California, C=US, Issuer:CN=DigiCert TLS Hybrid ECC SHA384 2020 CA1, O=DigiCert Inc, C=US, Key type:EC, Length:256, Cert Id:2781149400, Valid from:2/15/23, 7:00 PM, Valid until:3/15/24, 7:59 PM +2024-02-18T21:49:52.153-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:7f2f35c87a877af7aefe947993525bd, Subject:CN=DigiCert TLS Hybrid ECC SHA384 2020 CA1, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:2775131318, Valid from:4/13/21, 8:00 PM, Valid until:4/13/31, 7:59 PM +2024-02-18T21:49:52.154-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : ValidationChain: 1341898239, 2775131318, 2781149400 +2024-02-18T21:49:52.157-05:00 DEBUG 308122 --- [HttpClient-1-Worker-0] jdk.event.security : TLSHandshake: codeload.github.com:443, TLSv1.3, TLS_AES_128_GCM_SHA256, 2781149400 +2024-02-18T21:49:52.342-05:00 DEBUG 308122 --- [main] o.s.cli.git.GitSourceRepositoryService : Source from https://github.com/rd-1-2022/spring-gs-catalog retrieved into /tmp/source-repo-2012924445376620685/rd-1-2022-spring-gs-catalog-2c8574f +2024-02-18T21:49:52.351-05:00 DEBUG 308122 --- [main] org.kohsuke.github.GitHubClient : GitHub API request [anonymous]: GET https://api.github.com/user +2024-02-18T21:49:52.425-05:00 DEBUG 308122 --- [main] org.kohsuke.github.GitHubClient : GitHub API request [markpollack]: GET https://api.github.com/repos/rd-1-2022/ai-azure-catalog +2024-02-18T21:49:52.573-05:00 DEBUG 308122 --- [main] org.kohsuke.github.GitHubClient : GitHub API request [markpollack]: GET https://api.github.com/repos/rd-1-2022/ai-azure-catalog/tarball +2024-02-18T21:49:52.795-05:00 DEBUG 308122 --- [main] o.s.cli.git.GitSourceRepositoryService : Source from https://github.com/rd-1-2022/ai-azure-catalog retrieved into /tmp/source-repo-13687405344010316965/rd-1-2022-ai-azure-catalog-c336840 +2024-02-18T21:49:52.808-05:00 DEBUG 308122 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed to ACCEPTING_TRAFFIC +2024-02-18T21:49:52.808-05:00 DEBUG 308122 --- [JLine Shutdown Hook] org.jline : Running all shutdown-hook tasks +2024-02-18T21:49:52.809-05:00 DEBUG 308122 --- [SpringApplicationShutdownHook] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6f152006, started on Sun Feb 18 21:49:48 EST 2024 +2024-02-18T21:49:52.811-05:00 DEBUG 308122 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147483647 +2024-02-18T21:49:52.811-05:00 DEBUG 308122 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 1 +2024-02-18T21:49:52.811-05:00 DEBUG 308122 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Bean 'webClientHttpConnector' completed its stop procedure +2024-02-18T21:49:52.811-05:00 DEBUG 308122 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 0 +2024-02-18T21:49:52.830-05:00 DEBUG 308122 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Successfully stopped bean 'reactorClientResourceFactory' +2024-02-18T21:49:52.830-05:00 DEBUG 308122 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase -2147483647 +2024-02-18T21:49:52.830-05:00 DEBUG 308122 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Bean 'springBootLoggingLifecycle' completed its stop procedure +2024-02-18T21:49:52.831-05:00 DEBUG 308122 --- [SpringApplicationShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/azure-openai-chat.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/azure-openai-chat.adoc index 47bb5a505..296059975 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/azure-openai-chat.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/azure-openai-chat.adoc @@ -17,6 +17,13 @@ export SPRING_AI_AZURE_OPENAI_API_KEY= export SPRING_AI_AZURE_OPENAI_ENDPOINT= ---- +=== Add Repositories and BOM + +Spring AI artifacts are published in Spring Milestone and Snapshot repositories. Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system. + +To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system. + + == Auto-configuration Spring AI provides Spring Boot auto-configuration for the Azure OpenAI Chat Client. @@ -40,7 +47,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. === Chat Properties diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/bedrock/bedrock-anthropic.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/bedrock/bedrock-anthropic.adoc index ea1b2ce07..824ece272 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/bedrock/bedrock-anthropic.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/bedrock/bedrock-anthropic.adoc @@ -13,6 +13,13 @@ The https://aws.amazon.com/bedrock/claude[AWS Bedrock Anthropic Model Page] and Refer to the xref:api/bedrock.adoc[Spring AI documentation on Amazon Bedrock] for setting up API access. +=== Add Repositories and BOM + +Spring AI artifacts are published in Spring Milestone and Snapshot repositories. Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system. + +To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system. + + == Auto-configuration Add the `spring-ai-bedrock-ai-spring-boot-starter` dependency to your project's Maven `pom.xml` file: @@ -174,7 +181,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. Next, create an https://github.com/spring-projects/spring-ai/blob/main/models/spring-ai-bedrock/src/main/java/org/springframework/ai/bedrock/anthropic/BedrockAnthropicChatClient.java[BedrockAnthropicChatClient] and use it for text generations: diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/bedrock/bedrock-cohere.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/bedrock/bedrock-cohere.adoc index 33c256429..e0227ff53 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/bedrock/bedrock-cohere.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/bedrock/bedrock-cohere.adoc @@ -9,6 +9,13 @@ The https://aws.amazon.com/bedrock/cohere-command-embed/[AWS Bedrock Cohere Mode Refer to the xref:api/bedrock.adoc[Spring AI documentation on Amazon Bedrock] for setting up API access. +=== Add Repositories and BOM + +Spring AI artifacts are published in Spring Milestone and Snapshot repositories. Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system. + +To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system. + + == Auto-configuration Add the `spring-ai-bedrock-ai-spring-boot-starter` dependency to your project's Maven `pom.xml` file: @@ -172,7 +179,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. Next, create an https://github.com/spring-projects/spring-ai/blob/main/models/spring-ai-bedrock/src/main/java/org/springframework/ai/bedrock/cohere/BedrockCohereChatClient.java[BedrockCohereChatClient] and use it for text generations: diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/bedrock/bedrock-llama2.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/bedrock/bedrock-llama2.adoc index fa1d02b86..9c90bc69c 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/bedrock/bedrock-llama2.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/bedrock/bedrock-llama2.adoc @@ -13,6 +13,13 @@ The https://aws.amazon.com/bedrock/llama-2/[AWS Llama 2 Model Page] and https:// Refer to the xref:api/bedrock.adoc[Spring AI documentation on Amazon Bedrock] for setting up API access. +=== Add Repositories and BOM + +Spring AI artifacts are published in Spring Milestone and Snapshot repositories. Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system. + +To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system. + + == Auto-configuration Add the `spring-ai-bedrock-ai-spring-boot-starter` dependency to your project's Maven `pom.xml` file: @@ -170,7 +177,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. Next, create an https://github.com/spring-projects/spring-ai/blob/main/models/spring-ai-bedrock/src/main/java/org/springframework/ai/bedrock/llama2/BedrockLlama2ChatClient.java[BedrockLlama2ChatClient] and use it for text generations: diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/bedrock/bedrock-titan.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/bedrock/bedrock-titan.adoc index 6d3b269c1..500e9623a 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/bedrock/bedrock-titan.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/bedrock/bedrock-titan.adoc @@ -10,6 +10,13 @@ The https://aws.amazon.com/bedrock/titan/[AWS Bedrock Titan Model Page] and http Refer to the xref:api/bedrock.adoc[Spring AI documentation on Amazon Bedrock] for setting up API access. +=== Add Repositories and BOM + +Spring AI artifacts are published in Spring Milestone and Snapshot repositories. Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system. + +To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system. + + == Auto-configuration Add the `spring-ai-bedrock-ai-spring-boot-starter` dependency to your project's Maven `pom.xml` file: @@ -168,7 +175,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. Next, create an https://github.com/spring-projects/spring-ai/blob/main/models/spring-ai-bedrock/src/main/java/org/springframework/ai/bedrock/titan/BedrockTitanChatClient.java[BedrockTitanChatClient] and use it for text generations: diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/image/openai-image.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/image/openai-image.adoc index 45b152780..a5b349fbd 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/image/openai-image.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/image/openai-image.adoc @@ -38,7 +38,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. === Image Generation Properties diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/image/stabilityai-image.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/image/stabilityai-image.adoc index 39d82e002..6b1b82035 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/image/stabilityai-image.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/image/stabilityai-image.adoc @@ -37,7 +37,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. === Image Generation Properties diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/ollama-chat.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/ollama-chat.adoc index fde279c89..e6febfd16 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/ollama-chat.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/ollama-chat.adoc @@ -10,6 +10,13 @@ Refer to the official Ollama project link:https://github.com/jmorganca/ollama[RE NOTE: installing `ollama run llama2` will download a 4GB docker image. +=== Add Repositories and BOM + +Spring AI artifacts are published in Spring Milestone and Snapshot repositories. Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system. + +To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system. + + == Auto-configuration Spring AI provides Spring Boot auto-configuration for the Ollama Chat Client. @@ -33,7 +40,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. === Chat Properties diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/openai-chat.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/openai-chat.adoc index aa797d0f3..fbf55e4e1 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/openai-chat.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/openai-chat.adoc @@ -14,6 +14,14 @@ Exporting an environment variable is one way to set that configuration property: export SPRING_AI_OPENAI_API_KEY= ---- +=== Add Repositories and BOM + +Spring AI artifacts are published in Spring Milestone and Snapshot repositories. Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system. + +To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system. + + + == Auto-configuration Spring AI provides Spring Boot auto-configuration for the OpenAI Chat Client. @@ -37,7 +45,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. === Chat Properties @@ -177,7 +185,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. Next, create a `OpenAiChatClient` and use it for text generations: diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/vertexai-chat.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/vertexai-chat.adoc index 26aa0cfce..52710f72f 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/vertexai-chat.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/vertexai-chat.adoc @@ -18,6 +18,13 @@ Exporting an environment variable is one way to set that configuration property: export SPRING_AI_VERTEX_AI_API_KEY= ---- +=== Add Repositories and BOM + +Spring AI artifacts are published in Spring Milestone and Snapshot repositories. Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system. + +To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system. + + == Auto-configuration Spring AI provides Spring Boot auto-configuration for the VertexAI Chat Client. @@ -41,7 +48,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. === Chat Properties @@ -159,7 +166,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. Next, create a `VertexAiChatClient` and use it for text generations: diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/azure-openai-embeddings.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/azure-openai-embeddings.adoc index f19b72e70..1b6c17108 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/azure-openai-embeddings.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/azure-openai-embeddings.adoc @@ -22,6 +22,13 @@ export SPRING_AI_AZURE_OPENAI_API_KEY= export SPRING_AI_AZURE_OPENAI_ENDPOINT= ---- +=== Add Repositories and BOM + +Spring AI artifacts are published in Spring Milestone and Snapshot repositories. Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system. + +To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system. + + == Auto-configuration Spring AI provides Spring Boot auto-configuration for the Azure OpenAI Embedding Client. diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/bedrock-cohere-embedding.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/bedrock-cohere-embedding.adoc index 76fc17220..f911f4ee1 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/bedrock-cohere-embedding.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/bedrock-cohere-embedding.adoc @@ -9,6 +9,12 @@ The https://aws.amazon.com/bedrock/cohere-command-embed/[AWS Bedrock Cohere Mode Refer to the xref:api/bedrock.adoc[Spring AI documentation on Amazon Bedrock] for setting up API access. +=== Add Repositories and BOM + +Spring AI artifacts are published in Spring Milestone and Snapshot repositories. Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system. + +To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system. + == Auto-configuration Add the `spring-ai-bedrock-ai-spring-boot-starter` dependency to your project's Maven `pom.xml` file: @@ -31,7 +37,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. === Enable Cohere Embedding Support @@ -157,7 +163,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. Next, create an https://github.com/spring-projects/spring-ai/blob/main/models/spring-ai-bedrock/src/main/java/org/springframework/ai/bedrock/cohere/BedrockCohereEmbeddingClient.java[BedrockCohereEmbeddingClient] and use it for text embeddings: diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/bedrock-titan-embedding.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/bedrock-titan-embedding.adoc index 4ce76fbb1..012db321b 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/bedrock-titan-embedding.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/bedrock-titan-embedding.adoc @@ -15,6 +15,13 @@ The https://aws.amazon.com/bedrock/titan/[AWS Bedrock Titan Model Page] and http Refer to the xref:api/bedrock.adoc[Spring AI documentation on Amazon Bedrock] for setting up API access. +=== Add Repositories and BOM + +Spring AI artifacts are published in Spring Milestone and Snapshot repositories. Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system. + +To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system. + + == Auto-configuration Add the `spring-ai-bedrock-ai-spring-boot-starter` dependency to your project's Maven `pom.xml` file: @@ -37,7 +44,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. === Enable Titan Embedding Support @@ -140,7 +147,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. Next, create an https://github.com/spring-projects/spring-ai/blob/main/models/spring-ai-bedrock/src/main/java/org/springframework/ai/bedrock/titan/BedrockTitanEmbeddingClient.java[BedrockTitanEmbeddingClient] and use it for text embeddings: diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/ollama-embeddings.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/ollama-embeddings.adoc index d3ae6156f..ada56054e 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/ollama-embeddings.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/ollama-embeddings.adoc @@ -15,6 +15,12 @@ Refer to the official Ollama project link:https://github.com/jmorganca/ollama[RE Note, installing `ollama run llama2` will download a 4GB docker image. +=== Add Repositories and BOM + +Spring AI artifacts are published in Spring Milestone and Snapshot repositories. Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system. + +To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system. + == Auto-configuration @@ -39,7 +45,7 @@ dependencies { } ---- -NOTE: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +NOTE: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. The `spring.ai.ollama.embedding.options.*` properties are used to configure the default options used for all embedding requests. (It is used as `OllamaEmbeddingClient#withDefaultOptions()` instance). diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/openai-embeddings.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/openai-embeddings.adoc index a6d2f5144..79465b94e 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/openai-embeddings.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/openai-embeddings.adoc @@ -17,6 +17,13 @@ Exporting an environment variable is one way to set that configuration property: export SPRING_AI_OPENAI_API_KEY= ---- +=== Add Repositories and BOM + +Spring AI artifacts are published in Spring Milestone and Snapshot repositories. Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system. + +To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system. + + == Auto-configuration Spring AI provides Spring Boot auto-configuration for the Azure OpenAI Embedding Client. @@ -40,7 +47,7 @@ dependencies { } ---- -NOTE: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +NOTE: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. === Embedding Properties diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/postgresml-embeddings.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/postgresml-embeddings.adoc index 2064decd6..ad4534fda 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/postgresml-embeddings.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/postgresml-embeddings.adoc @@ -9,6 +9,13 @@ Embeddings can be used to find similar pieces of text, by comparing the similari Many pre-trained LLMs can be used to generate embeddings from text within PostgresML. You can browse all the https://huggingface.co/models?library=sentence-transformers[models] available to find the best solution on Hugging Face. +== Add Repositories and BOM + +Spring AI artifacts are published in Spring Milestone and Snapshot repositories. Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system. + +To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system. + + == Auto-configuration Spring AI provides Spring Boot auto-configuration for the Azure PostgresML Embedding Client. @@ -32,7 +39,7 @@ dependencies { } ---- -NOTE: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +NOTE: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. Use the `spring.ai.postgresml.embedding.options.*` properties to configure your `PostgresMlEmbeddingClient`. links diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/vertexai-embeddings.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/vertexai-embeddings.adoc index e5188e31b..398a0bdd0 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/vertexai-embeddings.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/vertexai-embeddings.adoc @@ -18,6 +18,13 @@ Exporting an environment variable is one way to set that configuration property: export SPRING_AI_VERTEX_AI_API_KEY= ---- +=== Add Repositories and BOM + +Spring AI artifacts are published in Spring Milestone and Snapshot repositories. Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system. + +To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system. + + == Auto-configuration Spring AI provides Spring Boot auto-configuration for the VertexAI Embedding Client. @@ -41,7 +48,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. === Chat Properties @@ -126,7 +133,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. Next, create a `VertexAiEmbeddingClient` and use it for text generations: diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/neo4j.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/neo4j.adoc index c8048d7a4..55f240b85 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/neo4j.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/neo4j.adoc @@ -42,7 +42,7 @@ dependencies { } ---- -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. == Configuration @@ -103,7 +103,7 @@ dependencies { Please have a look at the list of xref:#_neo4jvectorstore_properties[configuration parameters] for the vector store to learn about the default values and configuration options. -TIP: Refer to the xref:getting-started.adoc#_dependency_management[Dependency Management] section to add Milestone and/or Snapshot Repositories to your build file. +TIP: Refer to the xref:getting-started.adoc#repositories[Repositories] section to add Milestone and/or Snapshot Repositories to your build file. Additionally, you will need a configured `EmbeddingClient` bean. Refer to the xref:api/embeddings.adoc#available-implementations[EmbeddingClient] section for more information. diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc index d25c131d9..dbf9c4844 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc @@ -81,7 +81,7 @@ spring project list [[repositories]] == Add Milestone and Snapshot Repositories -If you would prefer to add the dependency snippets by hand, follow the directions in the following secitons. +If you prefer to add the dependency snippets by hand, follow the directions in the following secitons. To use the Milestone and Snapshot version, you need to add references to the Spring Milestone and/or Snapshot repositories in your build file.