@ahmttyydn/java-integration 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1566 -0
- package/package.json +15 -15
- package/scalar-core/target/classes/META-INF/resources/webjars/scalar/index.html +22 -0
- package/scalar-core/target/classes/com/scalar/maven/core/ScalarConstants.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/ScalarHtmlRenderer.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/ScalarProperties.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/ScalarAuthenticationOptions.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/flows/AuthorizationCodeFlow.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/flows/ClientCredentialsFlow.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/flows/ImplicitFlow.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/flows/OAuthFlow.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/flows/PasswordFlow.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/flows/ScalarFlows.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/schemes/ScalarApiKeySecurityScheme.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/schemes/ScalarHttpSecurityScheme.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/schemes/ScalarOAuth2SecurityScheme.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/authentication/schemes/ScalarSecurityScheme.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/config/DefaultHttpClient.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/config/ScalarAgentOptions.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/config/ScalarServer$ServerVariable.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/config/ScalarServer.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/config/ScalarSource.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/CredentialsLocation.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/DeveloperToolsVisibility.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/DocumentDownloadType.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/OperationSorter.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/OperationTitleSource.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/Pkce.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/PropertyOrder.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/ScalarClient.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/ScalarLayout.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/ScalarTarget.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/ScalarTheme.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/TagSorter.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/enums/ThemeMode.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/internal/ScalarConfiguration.class +0 -0
- package/scalar-core/target/classes/com/scalar/maven/core/internal/ScalarConfigurationMapper.class +0 -0
- package/scalar-core/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml +10 -0
- package/scalar-core/target/maven-archiver/pom.properties +3 -0
- package/scalar-core/target/maven-javadoc-plugin-stale-data.txt +59 -0
- package/scalar-core/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +34 -0
- package/scalar-core/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +33 -0
- package/scalar-core/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst +34 -0
- package/scalar-core/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst +7 -0
- package/scalar-core/target/reports/apidocs/allclasses-index.html +214 -0
- package/scalar-core/target/reports/apidocs/allpackages-index.html +81 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/ScalarConstants.html +170 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/ScalarHtmlRenderer.html +174 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/ScalarProperties.html +895 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/ScalarAuthenticationOptions.html +354 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/class-use/ScalarAuthenticationOptions.html +121 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/AuthorizationCodeFlow.html +355 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/ClientCredentialsFlow.html +259 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/ImplicitFlow.html +227 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/OAuthFlow.html +388 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/PasswordFlow.html +323 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/ScalarFlows.html +291 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/AuthorizationCodeFlow.html +100 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/ClientCredentialsFlow.html +100 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/ImplicitFlow.html +100 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/OAuthFlow.html +104 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/PasswordFlow.html +100 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/ScalarFlows.html +100 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/package-summary.html +122 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/package-tree.html +84 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/package-use.html +117 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/package-summary.html +110 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/package-tree.html +76 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/package-use.html +101 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/ScalarApiKeySecurityScheme.html +247 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/ScalarHttpSecurityScheme.html +295 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/ScalarOAuth2SecurityScheme.html +230 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/ScalarSecurityScheme.html +196 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/class-use/ScalarApiKeySecurityScheme.html +100 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/class-use/ScalarHttpSecurityScheme.html +118 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/class-use/ScalarOAuth2SecurityScheme.html +100 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/class-use/ScalarSecurityScheme.html +128 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/package-summary.html +114 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/package-tree.html +82 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/package-use.html +117 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/class-use/ScalarConstants.html +62 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/class-use/ScalarHtmlRenderer.html +62 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/class-use/ScalarProperties.html +107 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/DefaultHttpClient.html +241 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/ScalarAgentOptions.html +231 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/ScalarServer.ServerVariable.html +273 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/ScalarServer.html +304 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/ScalarSource.html +344 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/class-use/DefaultHttpClient.html +121 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/class-use/ScalarAgentOptions.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/class-use/ScalarServer.ServerVariable.html +100 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/class-use/ScalarServer.html +121 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/class-use/ScalarSource.html +121 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/package-summary.html +123 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/package-tree.html +80 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/package-use.html +146 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/CredentialsLocation.html +265 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/DeveloperToolsVisibility.html +276 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/DocumentDownloadType.html +298 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/OperationSorter.html +265 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/OperationTitleSource.html +265 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/Pkce.html +276 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/PropertyOrder.html +266 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/ScalarClient.html +584 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/ScalarLayout.html +265 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/ScalarTarget.html +474 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/ScalarTheme.html +375 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/TagSorter.html +254 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/ThemeMode.html +265 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/CredentialsLocation.html +149 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/DeveloperToolsVisibility.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/DocumentDownloadType.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/OperationSorter.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/OperationTitleSource.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/Pkce.html +129 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/PropertyOrder.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/ScalarClient.html +141 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/ScalarLayout.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/ScalarTarget.html +141 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/ScalarTheme.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/TagSorter.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/ThemeMode.html +150 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/package-summary.html +155 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/package-tree.html +92 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/package-use.html +269 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/ScalarConfiguration.html +810 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/ScalarConfigurationMapper.html +152 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/class-use/ScalarConfiguration.html +89 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/class-use/ScalarConfigurationMapper.html +62 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/package-summary.html +111 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/package-tree.html +77 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/package-use.html +86 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/package-summary.html +114 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/package-tree.html +78 -0
- package/scalar-core/target/reports/apidocs/com/scalar/maven/core/package-use.html +101 -0
- package/scalar-core/target/reports/apidocs/constant-values.html +87 -0
- package/scalar-core/target/reports/apidocs/element-list +7 -0
- package/scalar-core/target/reports/apidocs/help-doc.html +191 -0
- package/scalar-core/target/reports/apidocs/index-all.html +1732 -0
- package/scalar-core/target/reports/apidocs/index.html +83 -0
- package/scalar-core/target/reports/apidocs/jquery-ui.overrides.css +35 -0
- package/scalar-core/target/reports/apidocs/legal/ADDITIONAL_LICENSE_INFO +37 -0
- package/scalar-core/target/reports/apidocs/legal/ASSEMBLY_EXCEPTION +27 -0
- package/scalar-core/target/reports/apidocs/legal/LICENSE +347 -0
- package/scalar-core/target/reports/apidocs/legal/jquery.md +26 -0
- package/scalar-core/target/reports/apidocs/legal/jqueryUI.md +49 -0
- package/scalar-core/target/reports/apidocs/member-search-index.js +1 -0
- package/scalar-core/target/reports/apidocs/module-search-index.js +1 -0
- package/scalar-core/target/reports/apidocs/overview-summary.html +26 -0
- package/scalar-core/target/reports/apidocs/overview-tree.html +134 -0
- package/scalar-core/target/reports/apidocs/package-search-index.js +1 -0
- package/scalar-core/target/reports/apidocs/resources/glass.png +0 -0
- package/scalar-core/target/reports/apidocs/resources/x.png +0 -0
- package/scalar-core/target/reports/apidocs/script-dir/jquery-3.7.1.min.js +2 -0
- package/scalar-core/target/reports/apidocs/script-dir/jquery-ui.min.css +6 -0
- package/scalar-core/target/reports/apidocs/script-dir/jquery-ui.min.js +6 -0
- package/scalar-core/target/reports/apidocs/script.js +132 -0
- package/scalar-core/target/reports/apidocs/search.js +354 -0
- package/scalar-core/target/reports/apidocs/stylesheet.css +869 -0
- package/scalar-core/target/reports/apidocs/tag-search-index.js +1 -0
- package/scalar-core/target/reports/apidocs/type-search-index.js +1 -0
- package/scalar-core/target/scalar-core-0.0.0.jar +0 -0
- package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.ScalarConfigurationTest.xml +63 -0
- package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.ScalarHtmlRendererTest.xml +64 -0
- package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.ScalarPropertiesTest.xml +104 -0
- package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.config.DefaultHttpClientTest.xml +60 -0
- package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.config.ScalarAgentOptionsTest.xml +62 -0
- package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.config.ScalarServerTest.xml +66 -0
- package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.config.ScalarSourceTest.xml +64 -0
- package/scalar-core/target/surefire-reports/com.scalar.maven.core.ScalarConfigurationTest.txt +4 -0
- package/scalar-core/target/surefire-reports/com.scalar.maven.core.ScalarHtmlRendererTest.txt +4 -0
- package/scalar-core/target/surefire-reports/com.scalar.maven.core.ScalarPropertiesTest.txt +4 -0
- package/scalar-core/target/surefire-reports/com.scalar.maven.core.config.DefaultHttpClientTest.txt +4 -0
- package/scalar-core/target/surefire-reports/com.scalar.maven.core.config.ScalarAgentOptionsTest.txt +4 -0
- package/scalar-core/target/surefire-reports/com.scalar.maven.core.config.ScalarServerTest.txt +4 -0
- package/scalar-core/target/surefire-reports/com.scalar.maven.core.config.ScalarSourceTest.txt +4 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarConfigurationTest.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarHtmlRendererTest$GetScalarJsContent.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarHtmlRendererTest$Render.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarHtmlRendererTest.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$ActuatorEnabledProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$CustomCssProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$DarkModeProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$DefaultValues.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$EnabledProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$HideDarkModeToggleProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$HideModelsProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$HideSearchProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$HideTestRequestButtonProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$PathProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$PropertyCombinations.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$ShowDeveloperToolsProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$ShowSidebarProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$SourcesProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest$UrlProperty.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/ScalarPropertiesTest.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/DefaultHttpClientTest$Construction.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/DefaultHttpClientTest$Properties.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/DefaultHttpClientTest.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarAgentOptionsTest$Construction.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarAgentOptionsTest$JsonSerialization.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarAgentOptionsTest$Properties.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarAgentOptionsTest.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarServerTest$Construction.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarServerTest$Properties.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarServerTest$ServerVariableTests.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarServerTest.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarSourceTest$Construction.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarSourceTest$Properties.class +0 -0
- package/scalar-core/target/test-classes/com/scalar/maven/core/config/ScalarSourceTest.class +0 -0
- package/scalar-playground-webflux/target/classes/application.properties +7 -0
- package/scalar-playground-webflux/target/classes/com/scalar/maven/playground/CustomScalarWebFluxController.class +0 -0
- package/scalar-playground-webflux/target/classes/com/scalar/maven/playground/PlaygroundApplication.class +0 -0
- package/scalar-playground-webflux/target/maven-archiver/pom.properties +3 -0
- package/scalar-playground-webflux/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +2 -0
- package/scalar-playground-webflux/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
- package/scalar-playground-webflux/target/scalar-playground-webflux-0.0.0.jar +0 -0
- package/scalar-playground-webmvc/target/classes/application.properties +7 -0
- package/scalar-playground-webmvc/target/classes/com/scalar/maven/playground/CustomScalarWebMvcController.class +0 -0
- package/scalar-playground-webmvc/target/classes/com/scalar/maven/playground/PlaygroundApplication.class +0 -0
- package/scalar-playground-webmvc/target/maven-archiver/pom.properties +3 -0
- package/scalar-playground-webmvc/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +2 -0
- package/scalar-playground-webmvc/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
- package/scalar-playground-webmvc/target/scalar-playground-webmvc-0.0.0.jar +0 -0
- package/scalar-webflux/target/classes/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports +2 -0
- package/scalar-webflux/target/classes/META-INF/spring-configuration-metadata.json +246 -0
- package/scalar-webflux/target/classes/com/scalar/maven/webflux/ScalarWebFluxActuatorEndpoint.class +0 -0
- package/scalar-webflux/target/classes/com/scalar/maven/webflux/ScalarWebFluxAutoConfiguration.class +0 -0
- package/scalar-webflux/target/classes/com/scalar/maven/webflux/ScalarWebFluxController.class +0 -0
- package/scalar-webflux/target/classes/com/scalar/maven/webflux/SpringBootScalarProperties.class +0 -0
- package/scalar-webflux/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml +10 -0
- package/scalar-webflux/target/maven-archiver/pom.properties +3 -0
- package/scalar-webflux/target/maven-javadoc-plugin-stale-data.txt +111 -0
- package/scalar-webflux/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +5 -0
- package/scalar-webflux/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
- package/scalar-webflux/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst +6 -0
- package/scalar-webflux/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst +2 -0
- package/scalar-webflux/target/reports/apidocs/allclasses-index.html +84 -0
- package/scalar-webflux/target/reports/apidocs/allpackages-index.html +68 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/ScalarWebFluxActuatorEndpoint.html +241 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/ScalarWebFluxAutoConfiguration.html +221 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/ScalarWebFluxController.html +248 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/SpringBootScalarProperties.html +166 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/class-use/ScalarWebFluxActuatorEndpoint.html +81 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/class-use/ScalarWebFluxAutoConfiguration.html +61 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/class-use/ScalarWebFluxController.html +81 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/class-use/SpringBootScalarProperties.html +61 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/package-summary.html +100 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/package-tree.html +78 -0
- package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/package-use.html +82 -0
- package/scalar-webflux/target/reports/apidocs/element-list +1 -0
- package/scalar-webflux/target/reports/apidocs/help-doc.html +180 -0
- package/scalar-webflux/target/reports/apidocs/index-all.html +129 -0
- package/scalar-webflux/target/reports/apidocs/index.html +26 -0
- package/scalar-webflux/target/reports/apidocs/jquery-ui.overrides.css +35 -0
- package/scalar-webflux/target/reports/apidocs/legal/ADDITIONAL_LICENSE_INFO +37 -0
- package/scalar-webflux/target/reports/apidocs/legal/ASSEMBLY_EXCEPTION +27 -0
- package/scalar-webflux/target/reports/apidocs/legal/LICENSE +347 -0
- package/scalar-webflux/target/reports/apidocs/legal/jquery.md +26 -0
- package/scalar-webflux/target/reports/apidocs/legal/jqueryUI.md +49 -0
- package/scalar-webflux/target/reports/apidocs/member-search-index.js +1 -0
- package/scalar-webflux/target/reports/apidocs/module-search-index.js +1 -0
- package/scalar-webflux/target/reports/apidocs/overview-tree.html +82 -0
- package/scalar-webflux/target/reports/apidocs/package-search-index.js +1 -0
- package/scalar-webflux/target/reports/apidocs/resources/glass.png +0 -0
- package/scalar-webflux/target/reports/apidocs/resources/x.png +0 -0
- package/scalar-webflux/target/reports/apidocs/script-dir/jquery-3.7.1.min.js +2 -0
- package/scalar-webflux/target/reports/apidocs/script-dir/jquery-ui.min.css +6 -0
- package/scalar-webflux/target/reports/apidocs/script-dir/jquery-ui.min.js +6 -0
- package/scalar-webflux/target/reports/apidocs/script.js +132 -0
- package/scalar-webflux/target/reports/apidocs/search.js +354 -0
- package/scalar-webflux/target/reports/apidocs/stylesheet.css +869 -0
- package/scalar-webflux/target/reports/apidocs/tag-search-index.js +1 -0
- package/scalar-webflux/target/reports/apidocs/type-search-index.js +1 -0
- package/scalar-webflux/target/scalar-webflux-0.0.0.jar +0 -0
- package/scalar-webflux/target/surefire-reports/TEST-com.scalar.maven.webflux.ScalarWebFluxActuatorEndpointTest.xml +60 -0
- package/scalar-webflux/target/surefire-reports/TEST-com.scalar.maven.webflux.ScalarWebFluxControllerTest.xml +61 -0
- package/scalar-webflux/target/surefire-reports/com.scalar.maven.webflux.ScalarWebFluxActuatorEndpointTest.txt +4 -0
- package/scalar-webflux/target/surefire-reports/com.scalar.maven.webflux.ScalarWebFluxControllerTest.txt +4 -0
- package/scalar-webflux/target/test-classes/com/scalar/maven/webflux/ScalarWebFluxActuatorEndpointTest$JavaScriptEndpoint.class +0 -0
- package/scalar-webflux/target/test-classes/com/scalar/maven/webflux/ScalarWebFluxActuatorEndpointTest$ScalarUiEndpoint.class +0 -0
- package/scalar-webflux/target/test-classes/com/scalar/maven/webflux/ScalarWebFluxActuatorEndpointTest.class +0 -0
- package/scalar-webflux/target/test-classes/com/scalar/maven/webflux/ScalarWebFluxControllerTest$GetDocsEndpoint.class +0 -0
- package/scalar-webflux/target/test-classes/com/scalar/maven/webflux/ScalarWebFluxControllerTest$GetScalarJsEndpoint.class +0 -0
- package/scalar-webflux/target/test-classes/com/scalar/maven/webflux/ScalarWebFluxControllerTest.class +0 -0
- package/scalar-webmvc/target/classes/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports +2 -0
- package/scalar-webmvc/target/classes/META-INF/spring-configuration-metadata.json +246 -0
- package/scalar-webmvc/target/classes/com/scalar/maven/webmvc/ScalarWebMvcActuatorEndpoint.class +0 -0
- package/scalar-webmvc/target/classes/com/scalar/maven/webmvc/ScalarWebMvcAutoConfiguration.class +0 -0
- package/scalar-webmvc/target/classes/com/scalar/maven/webmvc/ScalarWebMvcController.class +0 -0
- package/scalar-webmvc/target/classes/com/scalar/maven/webmvc/SpringBootScalarProperties.class +0 -0
- package/scalar-webmvc/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml +10 -0
- package/scalar-webmvc/target/maven-archiver/pom.properties +3 -0
- package/scalar-webmvc/target/maven-javadoc-plugin-stale-data.txt +93 -0
- package/scalar-webmvc/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +5 -0
- package/scalar-webmvc/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
- package/scalar-webmvc/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst +6 -0
- package/scalar-webmvc/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst +2 -0
- package/scalar-webmvc/target/reports/apidocs/allclasses-index.html +84 -0
- package/scalar-webmvc/target/reports/apidocs/allpackages-index.html +68 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/ScalarWebMvcActuatorEndpoint.html +247 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/ScalarWebMvcAutoConfiguration.html +221 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/ScalarWebMvcController.html +252 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/SpringBootScalarProperties.html +166 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/class-use/ScalarWebMvcActuatorEndpoint.html +81 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/class-use/ScalarWebMvcAutoConfiguration.html +61 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/class-use/ScalarWebMvcController.html +81 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/class-use/SpringBootScalarProperties.html +61 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/package-summary.html +100 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/package-tree.html +78 -0
- package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/package-use.html +82 -0
- package/scalar-webmvc/target/reports/apidocs/element-list +1 -0
- package/scalar-webmvc/target/reports/apidocs/help-doc.html +180 -0
- package/scalar-webmvc/target/reports/apidocs/index-all.html +129 -0
- package/scalar-webmvc/target/reports/apidocs/index.html +26 -0
- package/scalar-webmvc/target/reports/apidocs/jquery-ui.overrides.css +35 -0
- package/scalar-webmvc/target/reports/apidocs/legal/ADDITIONAL_LICENSE_INFO +37 -0
- package/scalar-webmvc/target/reports/apidocs/legal/ASSEMBLY_EXCEPTION +27 -0
- package/scalar-webmvc/target/reports/apidocs/legal/LICENSE +347 -0
- package/scalar-webmvc/target/reports/apidocs/legal/jquery.md +26 -0
- package/scalar-webmvc/target/reports/apidocs/legal/jqueryUI.md +49 -0
- package/scalar-webmvc/target/reports/apidocs/member-search-index.js +1 -0
- package/scalar-webmvc/target/reports/apidocs/module-search-index.js +1 -0
- package/scalar-webmvc/target/reports/apidocs/overview-tree.html +82 -0
- package/scalar-webmvc/target/reports/apidocs/package-search-index.js +1 -0
- package/scalar-webmvc/target/reports/apidocs/resources/glass.png +0 -0
- package/scalar-webmvc/target/reports/apidocs/resources/x.png +0 -0
- package/scalar-webmvc/target/reports/apidocs/script-dir/jquery-3.7.1.min.js +2 -0
- package/scalar-webmvc/target/reports/apidocs/script-dir/jquery-ui.min.css +6 -0
- package/scalar-webmvc/target/reports/apidocs/script-dir/jquery-ui.min.js +6 -0
- package/scalar-webmvc/target/reports/apidocs/script.js +132 -0
- package/scalar-webmvc/target/reports/apidocs/search.js +354 -0
- package/scalar-webmvc/target/reports/apidocs/stylesheet.css +869 -0
- package/scalar-webmvc/target/reports/apidocs/tag-search-index.js +1 -0
- package/scalar-webmvc/target/reports/apidocs/type-search-index.js +1 -0
- package/scalar-webmvc/target/scalar-webmvc-0.0.0.jar +0 -0
- package/scalar-webmvc/target/surefire-reports/TEST-com.scalar.maven.webmvc.ScalarWebMvcActuatorEndpointTest.xml +60 -0
- package/scalar-webmvc/target/surefire-reports/TEST-com.scalar.maven.webmvc.ScalarWebMvcControllerTest.xml +61 -0
- package/scalar-webmvc/target/surefire-reports/com.scalar.maven.webmvc.ScalarWebMvcActuatorEndpointTest.txt +4 -0
- package/scalar-webmvc/target/surefire-reports/com.scalar.maven.webmvc.ScalarWebMvcControllerTest.txt +4 -0
- package/scalar-webmvc/target/test-classes/com/scalar/maven/webmvc/ScalarWebMvcActuatorEndpointTest$JavaScriptEndpoint.class +0 -0
- package/scalar-webmvc/target/test-classes/com/scalar/maven/webmvc/ScalarWebMvcActuatorEndpointTest$ScalarUiEndpoint.class +0 -0
- package/scalar-webmvc/target/test-classes/com/scalar/maven/webmvc/ScalarWebMvcActuatorEndpointTest.class +0 -0
- package/scalar-webmvc/target/test-classes/com/scalar/maven/webmvc/ScalarWebMvcControllerTest$GetDocsEndpoint.class +0 -0
- package/scalar-webmvc/target/test-classes/com/scalar/maven/webmvc/ScalarWebMvcControllerTest$GetScalarJsEndpoint.class +0 -0
- package/scalar-webmvc/target/test-classes/com/scalar/maven/webmvc/ScalarWebMvcControllerTest.class +0 -0
|
@@ -0,0 +1,1566 @@
|
|
|
1
|
+
|
|
2
|
+
> @ahmttyydn/java-integration@1.0.2 build /home/runner/work/scalar/scalar/integrations/java
|
|
3
|
+
> command -v mvn >/dev/null 2>&1 && pnpm copy:standalone && mvn clean package -Dgpg.skip=true || echo '⚠️ Maven is not available or the build failed, ignoring it.'
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
> @ahmttyydn/java-integration@1.0.2 copy:standalone /home/runner/work/scalar/scalar/integrations/java
|
|
7
|
+
> shx cp ../../packages/api-reference/dist/browser/standalone.js ./scalar-core/src/main/resources/META-INF/resources/webjars/scalar/scalar.js
|
|
8
|
+
|
|
9
|
+
[INFO] Scanning for projects...
|
|
10
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/3.5.7/spring-boot-dependencies-3.5.7.pom
|
|
11
|
+
Progress (1): 1.1 kB
|
|
12
|
|
|
13
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/activemq-bom/6.1.8/activemq-bom-6.1.8.pom
|
|
14
|
+
Progress (1): 799 B
|
|
1
15
|
|
|
16
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/artemis-bom/2.40.0/artemis-bom-2.40.0.pom
|
|
17
|
+
Progress (1): 817 B
|
|
2
18
|
|
|
19
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/artemis-project/2.40.0/artemis-project-2.40.0.pom
|
|
20
|
+
Progress (1): 708 B
|
|
3
21
|
|
|
22
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom
|
|
23
|
+
Progress (1): 741 B
|
|
4
24
|
|
|
25
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-bom/3.27.6/assertj-bom-3.27.6.pom
|
|
26
|
+
Progress (1): 1.0 kB
|
|
5
27
|
|
|
28
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/zipkin/reporter2/zipkin-reporter-bom/3.5.1/zipkin-reporter-bom-3.5.1.pom
|
|
29
|
+
Progress (1): 756 B
|
|
6
30
|
|
|
31
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/zipkin/brave/brave-bom/6.1.0/brave-bom-6.1.0.pom
|
|
32
|
+
Progress (1): 1.1 kB
|
|
7
33
|
|
|
34
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/cassandra/java-driver-bom/4.19.1/java-driver-bom-4.19.1.pom
|
|
35
|
+
Progress (1): 817 B
|
|
8
36
|
|
|
37
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/4.0.6/jaxb-bom-4.0.6.pom
|
|
38
|
+
Progress (1): 849 B
|
|
9
39
|
|
|
40
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom
|
|
41
|
+
Progress (1): 876 B
|
|
10
42
|
|
|
43
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.29/groovy-bom-4.0.29.pom
|
|
44
|
+
Progress (1): 863 B
|
|
11
45
|
|
|
46
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-bom/15.2.6.Final/infinispan-bom-15.2.6.Final.pom
|
|
47
|
+
Progress (1): 1.1 kB
|
|
12
48
|
|
|
49
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-build-configuration-parent/15.2.6.Final/infinispan-build-configuration-parent-15.2.6.Final.pom
|
|
50
|
+
Progress (1): 1.0 kB
|
|
13
51
|
|
|
52
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.19.2/jackson-bom-2.19.2.pom
|
|
53
|
+
Progress (1): 926 B
|
|
14
54
|
|
|
55
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.19.3/jackson-parent-2.19.3.pom
|
|
56
|
+
Progress (1): 1.1 kB
|
|
15
57
|
|
|
58
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/69/oss-parent-69.pom
|
|
59
|
+
Progress (1): 949 B
|
|
16
60
|
|
|
61
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/jersey-bom/3.1.11/jersey-bom-3.1.11.pom
|
|
62
|
+
Progress (1): 841 B
|
|
17
63
|
|
|
64
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/ee10/jetty-ee10-bom/12.0.29/jetty-ee10-bom-12.0.29.pom
|
|
65
|
+
Progress (1): 1.1 kB
|
|
18
66
|
|
|
67
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-bom/12.0.29/jetty-bom-12.0.29.pom
|
|
68
|
+
Progress (1): 1.1 kB
|
|
19
69
|
|
|
70
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom
|
|
71
|
+
Progress (1): 908 B
|
|
20
72
|
|
|
73
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-bom/1.9.25/kotlin-bom-1.9.25.pom
|
|
74
|
+
Progress (1): 908 B
|
|
21
75
|
|
|
76
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.8.1/kotlinx-coroutines-bom-1.8.1.pom
|
|
77
|
+
Progress (1): 1.2 kB
|
|
22
78
|
|
|
79
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-serialization-bom/1.6.3/kotlinx-serialization-bom-1.6.3.pom
|
|
80
|
+
Progress (1): 1.2 kB
|
|
23
81
|
|
|
82
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-bom/2.24.3/log4j-bom-2.24.3.pom
|
|
83
|
+
Progress (1): 793 B
|
|
24
84
|
|
|
85
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/logging-parent/11.3.0/logging-parent-11.3.0.pom
|
|
86
|
+
Progress (1): 735 B
|
|
25
87
|
|
|
88
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-bom/1.15.5/micrometer-bom-1.15.5.pom
|
|
89
|
+
Progress (1): 1.0 kB
|
|
26
90
|
|
|
91
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-tracing-bom/1.5.5/micrometer-tracing-bom-1.5.5.pom
|
|
92
|
+
Progress (1): 1.0 kB
|
|
27
93
|
|
|
94
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/5.17.0/mockito-bom-5.17.0.pom
|
|
95
|
+
Progress (1): 1.4 kB
|
|
28
96
|
|
|
97
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-bom/5.5.2/mongodb-driver-bom-5.5.2.pom
|
|
98
|
+
Progress (1): 1.0 kB
|
|
29
99
|
|
|
100
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.128.Final/netty-bom-4.1.128.Final.pom
|
|
101
|
+
Progress (1): 781 B
|
|
30
102
|
|
|
103
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
|
|
104
|
+
Progress (1): 848 B
|
|
31
105
|
|
|
106
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/opentelemetry/opentelemetry-bom/1.49.0/opentelemetry-bom-1.49.0.pom
|
|
107
|
+
Progress (1): 961 B
|
|
32
108
|
|
|
109
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/prometheus/prometheus-metrics-bom/1.3.10/prometheus-metrics-bom-1.3.10.pom
|
|
110
|
+
Progress (1): 2.3 kB
|
|
33
111
|
|
|
112
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/prometheus/client_java_parent/1.3.10/client_java_parent-1.3.10.pom
|
|
113
|
+
Progress (1): 1.1 kB
|
|
34
114
|
|
|
115
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/prometheus/simpleclient_bom/0.16.0/simpleclient_bom-0.16.0.pom
|
|
116
|
+
Progress (1): 1.9 kB
|
|
35
117
|
|
|
118
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/prometheus/parent/0.16.0/parent-0.16.0.pom
|
|
119
|
+
Progress (1): 1.1 kB
|
|
36
120
|
|
|
121
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pulsar/pulsar-bom/4.0.7/pulsar-bom-4.0.7.pom
|
|
122
|
+
Progress (1): 794 B
|
|
37
123
|
|
|
124
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom
|
|
125
|
+
Progress (1): 739 B
|
|
38
126
|
|
|
127
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pulsar/pulsar-client-reactive-bom/0.6.0/pulsar-client-reactive-bom-0.6.0.pom
|
|
128
|
+
Progress (1): 983 B
|
|
39
129
|
|
|
130
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/querydsl/querydsl-bom/5.1.0/querydsl-bom-5.1.0.pom
|
|
131
|
+
Progress (1): 1.2 kB
|
|
40
132
|
|
|
133
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-bom/2024.0.11/reactor-bom-2024.0.11.pom
|
|
134
|
+
Progress (1): 908 B
|
|
41
135
|
|
|
136
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured-bom/5.5.6/rest-assured-bom-5.5.6.pom
|
|
137
|
+
Progress (1): 1.0 kB
|
|
42
138
|
|
|
139
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/rsocket/rsocket-bom/1.1.5/rsocket-bom-1.1.5.pom
|
|
140
|
+
Progress (1): 1.1 kB
|
|
43
141
|
|
|
142
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-bom/4.31.0/selenium-bom-4.31.0.pom
|
|
143
|
+
Progress (1): 1.1 kB
|
|
44
144
|
|
|
145
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/amqp/spring-amqp-bom/3.2.8/spring-amqp-bom-3.2.8.pom
|
|
146
|
+
Progress (1): 963 B
|
|
45
147
|
|
|
148
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/batch/spring-batch-bom/5.2.4/spring-batch-bom-5.2.4.pom
|
|
149
|
+
Progress (1): 1.2 kB
|
|
46
150
|
|
|
151
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-bom/2025.0.5/spring-data-bom-2025.0.5.pom
|
|
152
|
+
Progress (1): 961 B
|
|
47
153
|
|
|
154
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/6.2.12/spring-framework-bom-6.2.12.pom
|
|
155
|
+
Progress (1): 975 B
|
|
48
156
|
|
|
157
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/integration/spring-integration-bom/6.5.3/spring-integration-bom-6.5.3.pom
|
|
158
|
+
Progress (1): 961 B
|
|
49
159
|
|
|
160
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/pulsar/spring-pulsar-bom/1.2.11/spring-pulsar-bom-1.2.11.pom
|
|
161
|
+
Progress (1): 958 B
|
|
50
162
|
|
|
163
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/restdocs/spring-restdocs-bom/3.0.5/spring-restdocs-bom-3.0.5.pom
|
|
164
|
+
Progress (1): 1.1 kB
|
|
51
165
|
|
|
166
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/security/spring-security-bom/6.5.6/spring-security-bom-6.5.6.pom
|
|
167
|
+
Progress (1): 972 B
|
|
52
168
|
|
|
169
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/session/spring-session-bom/3.5.3/spring-session-bom-3.5.3.pom
|
|
170
|
+
Progress (1): 1.0 kB
|
|
53
171
|
|
|
172
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/ws/spring-ws-bom/4.1.2/spring-ws-bom-4.1.2.pom
|
|
173
|
+
Progress (1): 1.2 kB
|
|
54
174
|
|
|
175
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.21.3/testcontainers-bom-1.21.3.pom
|
|
176
|
+
Progress (1): 1.2 kB
|
|
55
177
|
|
|
178
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/central/central-publishing-maven-plugin/0.10.0/central-publishing-maven-plugin-0.10.0.pom
|
|
179
|
+
Progress (1): 920 B
|
|
56
180
|
|
|
181
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom
|
|
182
|
+
Progress (1): 788 B
|
|
57
183
|
|
|
184
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
|
|
185
|
+
Progress (1): 726 B
|
|
58
186
|
|
|
187
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
|
|
188
|
+
Progress (1): 696 B
|
|
59
189
|
|
|
190
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.pom
|
|
191
|
+
Progress (1): 988 B
|
|
60
192
|
|
|
193
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.0-jre/guava-32.1.0-jre.pom
|
|
194
|
+
Progress (1): 911 B
|
|
61
195
|
|
|
196
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/32.1.0-jre/guava-parent-32.1.0-jre.pom
|
|
197
|
+
Progress (1): 887 B
|
|
62
198
|
|
|
199
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
|
|
200
|
+
Progress (1): 980 B
|
|
63
201
|
|
|
202
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
|
|
203
|
+
Progress (1): 986 B
|
|
64
204
|
|
|
205
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
|
|
206
|
+
Progress (1): 838 B
|
|
65
207
|
|
|
208
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
|
|
209
|
+
Progress (1): 1.0 kB
|
|
66
210
|
|
|
211
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
|
|
212
|
+
Progress (1): 1.0 kB
|
|
67
213
|
|
|
214
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.pom
|
|
215
|
+
Progress (1): 952 B
|
|
68
216
|
|
|
217
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.pom
|
|
218
|
+
Progress (1): 835 B
|
|
69
219
|
|
|
220
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.18.0/error_prone_parent-2.18.0.pom
|
|
221
|
+
Progress (1): 725 B
|
|
70
222
|
|
|
223
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom
|
|
224
|
+
Progress (1): 858 B
|
|
71
225
|
|
|
226
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
|
|
227
|
+
Progress (1): 765 B
|
|
72
228
|
|
|
229
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom
|
|
230
|
+
Progress (1): 705 B
|
|
73
231
|
|
|
232
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom
|
|
233
|
+
Progress (1): 739 B
|
|
74
234
|
|
|
235
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
|
|
236
|
+
Progress (1): 908 B
|
|
75
237
|
|
|
238
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.pom
|
|
239
|
+
Progress (1): 743 B
|
|
76
240
|
|
|
241
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/85/commons-parent-85.pom
|
|
242
|
+
Progress (1): 702 B
|
|
77
243
|
|
|
244
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom
|
|
245
|
+
Progress (1): 908 B
|
|
78
246
|
|
|
247
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom
|
|
248
|
+
Progress (1): 976 B
|
|
79
249
|
|
|
250
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.16.1/jackson-base-2.16.1.pom
|
|
251
|
+
Progress (1): 921 B
|
|
80
252
|
|
|
253
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom
|
|
254
|
+
Progress (1): 931 B
|
|
81
255
|
|
|
256
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom
|
|
257
|
+
Progress (1): 1.1 kB
|
|
82
258
|
|
|
259
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/56/oss-parent-56.pom
|
|
260
|
+
Progress (1): 949 B
|
|
83
261
|
|
|
262
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
|
|
263
|
+
Progress (1): 907 B
|
|
84
264
|
|
|
265
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.pom
|
|
266
|
+
Progress (1): 946 B
|
|
85
267
|
|
|
268
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.pom
|
|
269
|
+
Progress (1): 980 B
|
|
86
270
|
|
|
271
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
|
|
272
|
+
Progress (1): 907 B
|
|
87
273
|
|
|
274
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.3.1/httpclient5-5.3.1.pom
|
|
275
|
+
Progress (1): 869 B
|
|
88
276
|
|
|
277
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.3.1/httpclient5-parent-5.3.1.pom
|
|
278
|
+
Progress (1): 837 B
|
|
89
279
|
|
|
280
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom
|
|
281
|
+
Progress (1): 805 B
|
|
90
282
|
|
|
283
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom
|
|
284
|
+
Progress (1): 745 B
|
|
91
285
|
|
|
286
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.2.4/httpcore5-5.2.4.pom
|
|
287
|
+
Progress (1): 883 B
|
|
92
288
|
|
|
289
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.2.4/httpcore5-parent-5.2.4.pom
|
|
290
|
+
Progress (1): 847 B
|
|
93
291
|
|
|
292
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.2.4/httpcore5-h2-5.2.4.pom
|
|
293
|
+
Progress (1): 889 B
|
|
94
294
|
|
|
295
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
|
|
296
|
+
Progress (1): 1.0 kB
|
|
95
297
|
|
|
298
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
|
|
299
|
+
Progress (1): 1.0 kB
|
|
96
300
|
|
|
301
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/central/central-publishing-maven-plugin/0.10.0/central-publishing-maven-plugin-0.10.0.jar
|
|
302
|
+
Progress (1): 7.7/112 kB
|
|
97
303
|
|
|
304
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
|
|
305
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.jar
|
|
306
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
|
|
307
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.0-jre/guava-32.1.0-jre.jar
|
|
308
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
|
|
309
|
+
Progress (1): 7.7/269 kB
|
|
98
310
|
|
|
311
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
|
|
312
|
+
Downloaded from central: https://repo.maven.apache.org/maven2/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.jar (16 kB at 294 kB/s)
|
|
313
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar
|
|
314
|
+
Progress (1): 0.9/224 kB
|
|
99
315
|
|
|
316
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar
|
|
317
|
+
Progress (2): 34/224 kB | 4.6 kB
|
|
100
318
|
|
|
319
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
|
|
320
|
+
Progress (1): 43/224 kB
|
|
101
321
|
|
|
322
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
|
|
323
|
+
Progress (2): 68/224 kB | 0/3.0 MB
|
|
102
324
|
|
|
325
|
+
Progress (3): 178/224 kB | 0.1/3.0 MB | 12/16 kB
|
|
103
326
|
|
|
327
|
+
Progress (3): 203/224 kB | 0.1/3.0 MB | 16 kB
|
|
104
328
|
|
|
329
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar
|
|
330
|
+
Progress (2): 207/224 kB | 0.1/3.0 MB
|
|
105
331
|
|
|
332
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar
|
|
333
|
+
Progress (2): 0.1/3.0 MB | 0.9/501 kB
|
|
106
334
|
|
|
335
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar
|
|
336
|
+
Progress (4): 0.5/3.0 MB | 311/501 kB | 94/703 kB | 0.1/1.6 MB
|
|
107
337
|
|
|
338
|
+
Progress (3): 0.7/3.0 MB | 168/703 kB | 0.2/1.6 MB
|
|
108
339
|
|
|
340
|
+
Progress (4): 0.7/3.0 MB | 168/703 kB | 0.2/1.6 MB | 8.2/578 kB
|
|
109
341
|
|
|
342
|
+
Progress (4): 1.2/3.0 MB | 655/703 kB | 0.8/1.6 MB | 572/862 kB
|
|
110
343
|
|
|
344
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.2.4/httpcore5-5.2.4.jar
|
|
345
|
+
Progress (3): 1.2/3.0 MB | 0.9/1.6 MB | 589/862 kB
|
|
111
346
|
|
|
347
|
+
Progress (3): 1.2/3.0 MB | 0.9/1.6 MB | 589/862 kB
|
|
112
348
|
|
|
349
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
|
|
350
|
+
Progress (4): 1.6/3.0 MB | 1.2/1.6 MB | 147/237 kB | 114/855 kB
|
|
113
351
|
|
|
352
|
+
Progress (3): 1.7/3.0 MB | 1.4/1.6 MB | 245/855 kB
|
|
114
353
|
|
|
354
|
+
Progress (3): 1.8/3.0 MB | 1.5/1.6 MB | 491/855 kB
|
|
115
355
|
|
|
356
|
+
Progress (2): 1.9/3.0 MB | 737/855 kB
|
|
116
357
|
|
|
358
|
+
Progress (1): 2.0/3.0 MB
|
|
117
359
|
|
|
360
|
+
[INFO] Inspecting build with total of 6 modules
|
|
361
|
+
[INFO] Installing Central Publishing features
|
|
362
|
+
[INFO] ------------------------------------------------------------------------
|
|
363
|
+
[INFO] Reactor Build Order:
|
|
364
|
+
[INFO]
|
|
365
|
+
[INFO] Scalar API Reference Parent [pom]
|
|
366
|
+
[INFO] Scalar API Reference Core [jar]
|
|
367
|
+
[INFO] Scalar API Reference Spring Boot WebMVC [jar]
|
|
368
|
+
[INFO] Scalar API Reference Spring Boot WebFlux [jar]
|
|
369
|
+
[INFO] Scalar API Reference Playground (WebMVC) [jar]
|
|
370
|
+
[INFO] Scalar API Reference Playground (WebFlux) [jar]
|
|
371
|
+
[INFO]
|
|
372
|
+
[INFO] -------------------< com.scalar.maven:scalar-parent >-------------------
|
|
373
|
+
[INFO] Building Scalar API Reference Parent 0.0.0 [1/6]
|
|
374
|
+
[INFO] from pom.xml
|
|
375
|
+
[INFO] --------------------------------[ pom ]---------------------------------
|
|
376
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.5.0/maven-clean-plugin-3.5.0.pom
|
|
377
|
+
Progress (1): 797 B
|
|
118
378
|
|
|
379
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/44/maven-plugins-44.pom
|
|
380
|
+
Progress (1): 771 B
|
|
119
381
|
|
|
382
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/44/maven-parent-44.pom
|
|
383
|
+
Progress (1): 708 B
|
|
120
384
|
|
|
385
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom
|
|
386
|
+
Progress (1): 737 B
|
|
121
387
|
|
|
388
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom
|
|
389
|
+
Progress (1): 908 B
|
|
122
390
|
|
|
391
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.5.0/maven-clean-plugin-3.5.0.jar
|
|
392
|
+
Progress (1): 7.7/37 kB
|
|
123
393
|
|
|
394
|
+
[INFO]
|
|
395
|
+
[INFO] --- clean:3.5.0:clean (default-clean) @ scalar-parent ---
|
|
396
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom
|
|
397
|
+
Progress (1): 976 B
|
|
124
398
|
|
|
399
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar
|
|
400
|
+
Progress (1): 7.4/193 kB
|
|
125
401
|
|
|
402
|
+
[INFO]
|
|
403
|
+
[INFO] --------------------< com.scalar.maven:scalar-core >--------------------
|
|
404
|
+
[INFO] Building Scalar API Reference Core 0.0.0 [2/6]
|
|
405
|
+
[INFO] from scalar-core/pom.xml
|
|
406
|
+
[INFO] --------------------------------[ jar ]---------------------------------
|
|
407
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/flatten-maven-plugin/1.7.3/flatten-maven-plugin-1.7.3.pom
|
|
408
|
+
Progress (1): 767 B
|
|
126
409
|
|
|
410
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/93/mojo-parent-93.pom
|
|
411
|
+
Progress (1): 715 B
|
|
127
412
|
|
|
413
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom
|
|
414
|
+
Progress (1): 908 B
|
|
128
415
|
|
|
416
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/flatten-maven-plugin/1.7.3/flatten-maven-plugin-1.7.3.jar
|
|
417
|
+
Progress (1): 16/131 kB
|
|
129
418
|
|
|
419
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.4.0/maven-resources-plugin-3.4.0.pom
|
|
420
|
+
Progress (1): 766 B
|
|
130
421
|
|
|
422
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/45/maven-plugins-45.pom
|
|
423
|
+
Progress (1): 772 B
|
|
131
424
|
|
|
425
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/45/maven-parent-45.pom
|
|
426
|
+
Progress (1): 708 B
|
|
132
427
|
|
|
428
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.4.0/maven-resources-plugin-3.4.0.jar
|
|
429
|
+
Progress (1): 7.7/31 kB
|
|
133
430
|
|
|
431
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.15.0/maven-compiler-plugin-3.15.0.pom
|
|
432
|
+
Progress (1): 758 B
|
|
134
433
|
|
|
434
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/47/maven-plugins-47.pom
|
|
435
|
+
Progress (1): 771 B
|
|
135
436
|
|
|
437
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/47/maven-parent-47.pom
|
|
438
|
+
Progress (1): 716 B
|
|
136
439
|
|
|
440
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/37/apache-37.pom
|
|
441
|
+
Progress (1): 733 B
|
|
137
442
|
|
|
443
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.2/junit-bom-5.14.2.pom
|
|
444
|
+
Progress (1): 908 B
|
|
138
445
|
|
|
446
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.15.0/maven-compiler-plugin-3.15.0.jar
|
|
447
|
+
Progress (1): 7.7/84 kB
|
|
139
448
|
|
|
449
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.12.0/maven-javadoc-plugin-3.12.0.pom
|
|
450
|
+
Progress (1): 740 B
|
|
140
451
|
|
|
452
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.12.0/maven-javadoc-plugin-3.12.0.jar
|
|
453
|
+
Progress (1): 7.7/493 kB
|
|
141
454
|
|
|
455
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.5.5/maven-surefire-plugin-3.5.5.pom
|
|
456
|
+
Progress (1): 827 B
|
|
142
457
|
|
|
458
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.5.5/surefire-3.5.5.pom
|
|
459
|
+
Progress (1): 791 B
|
|
143
460
|
|
|
461
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.5.5/maven-surefire-plugin-3.5.5.jar
|
|
462
|
+
Progress (1): 8.2/47 kB
|
|
144
463
|
|
|
464
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.5.0/maven-jar-plugin-3.5.0.pom
|
|
465
|
+
Progress (1): 778 B
|
|
145
466
|
|
|
467
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.5.0/maven-jar-plugin-3.5.0.jar
|
|
468
|
+
Progress (1): 7.7/35 kB
|
|
146
469
|
|
|
470
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.19.2/jackson-databind-2.19.2.pom
|
|
471
|
+
Progress (1): 969 B
|
|
147
472
|
|
|
473
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.19.2/jackson-base-2.19.2.pom
|
|
474
|
+
Progress (1): 926 B
|
|
148
475
|
|
|
476
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom
|
|
477
|
+
Progress (1): 908 B
|
|
149
478
|
|
|
479
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.19.2/jackson-annotations-2.19.2.pom
|
|
480
|
+
Progress (1): 945 B
|
|
150
481
|
|
|
482
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.pom
|
|
483
|
+
Progress (1): 957 B
|
|
151
484
|
|
|
485
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.pom
|
|
486
|
+
Progress (1): 944 B
|
|
152
487
|
|
|
488
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.pom
|
|
489
|
+
Progress (1): 954 B
|
|
153
490
|
|
|
491
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom
|
|
492
|
+
Progress (1): 996 B
|
|
154
493
|
|
|
494
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.pom
|
|
495
|
+
Progress (1): 966 B
|
|
155
496
|
|
|
497
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
|
|
498
|
+
Progress (1): 1.0 kB
|
|
156
499
|
|
|
500
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.pom
|
|
501
|
+
Progress (1): 968 B
|
|
157
502
|
|
|
503
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.pom
|
|
504
|
+
Progress (1): 963 B
|
|
158
505
|
|
|
506
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.pom
|
|
507
|
+
Progress (1): 957 B
|
|
159
508
|
|
|
509
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.pom
|
|
510
|
+
Progress (1): 1.6 kB
|
|
160
511
|
|
|
512
|
+
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.pom
|
|
513
|
+
Progress (1): 941 B
|
|
161
514
|
|
|
515
|
+
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.17.8/byte-buddy-parent-1.17.8.pom
|
|
516
|
+
Progress (1): 843 B
|
|
162
517
|
|
|
518
|
+
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.pom
|
|
519
|
+
Progress (1): 1.1 kB
|
|
163
520
|
|
|
521
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom
|
|
522
|
+
Progress (1): 795 B
|
|
164
523
|
|
|
524
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom
|
|
525
|
+
Progress (1): 741 B
|
|
165
526
|
|
|
527
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.pom
|
|
528
|
+
Progress (1): 1.6 kB
|
|
166
529
|
|
|
530
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.pom
|
|
531
|
+
Progress (1): 1.2 kB
|
|
167
532
|
|
|
533
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.19.2/jackson-databind-2.19.2.jar
|
|
534
|
+
Progress (1): 0/1.7 MB
|
|
168
535
|
|
|
536
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.jar
|
|
537
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.jar
|
|
538
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.jar
|
|
539
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.19.2/jackson-annotations-2.19.2.jar
|
|
540
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar
|
|
541
|
+
Progress (1): 7.7/591 kB
|
|
169
542
|
|
|
543
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.jar
|
|
544
|
+
Progress (1): 74/591 kB
|
|
170
545
|
|
|
546
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
|
|
547
|
+
Progress (3): 188/591 kB | 61/79 kB | 7.7/233 kB
|
|
171
548
|
|
|
549
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.jar
|
|
550
|
+
Progress (2): 254/591 kB | 81/233 kB
|
|
172
551
|
|
|
552
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.jar
|
|
553
|
+
Progress (3): 492/591 kB | 196/233 kB | 25/152 kB
|
|
173
554
|
|
|
555
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.jar
|
|
556
|
+
Progress (2): 524/591 kB | 57/152 kB
|
|
174
557
|
|
|
558
|
+
Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.jar (591 kB at 11 MB/s)
|
|
559
|
+
Progress (2): 12/292 kB | 7.7/602 kB
|
|
175
560
|
|
|
561
|
+
Progress (2): 29/292 kB | 12/602 kB
|
|
176
562
|
|
|
563
|
+
Progress (2): 45/292 kB | 28/602 kB
|
|
177
564
|
|
|
565
|
+
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar
|
|
566
|
+
Progress (2): 192/602 kB | 29/256 kB
|
|
178
567
|
|
|
568
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar
|
|
569
|
+
Progress (4): 323/602 kB | 225/709 kB | 0.1/9.0 MB | 49/367 kB
|
|
179
570
|
|
|
571
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.jar
|
|
572
|
+
Progress (3): 602 kB | 695/709 kB | 0.4/9.0 MB
|
|
180
573
|
|
|
574
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.jar
|
|
575
|
+
Progress (3): 695/709 kB | 0.5/9.0 MB | 32/49 kB
|
|
181
576
|
|
|
577
|
+
Progress (2): 695/709 kB | 0.5/9.0 MB
|
|
182
578
|
|
|
579
|
+
Progress (1): 0.6/9.0 MB
|
|
183
580
|
|
|
581
|
+
Progress (1): 0.9/9.0 MB
|
|
184
582
|
|
|
583
|
+
Progress (1): 2.8/9.0 MB
|
|
185
584
|
|
|
585
|
+
[INFO]
|
|
586
|
+
[INFO] --- clean:3.5.0:clean (default-clean) @ scalar-core ---
|
|
587
|
+
[INFO]
|
|
588
|
+
[INFO] --- flatten:1.7.3:clean (flatten-clean) @ scalar-core ---
|
|
589
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom
|
|
590
|
+
Progress (1): 814 B
|
|
186
591
|
|
|
592
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom
|
|
593
|
+
Progress (1): 729 B
|
|
187
594
|
|
|
595
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom
|
|
596
|
+
Progress (1): 908 B
|
|
188
597
|
|
|
598
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.28/plexus-interpolation-1.28.pom
|
|
599
|
+
Progress (1): 1.3 kB
|
|
189
600
|
|
|
601
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/20/plexus-20.pom
|
|
602
|
+
Progress (1): 692 B
|
|
190
603
|
|
|
604
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar
|
|
605
|
+
Progress (1): 7.7/94 kB
|
|
191
606
|
|
|
607
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.28/plexus-interpolation-1.28.jar
|
|
608
|
+
Progress (1): 7.7/87 kB
|
|
192
609
|
|
|
610
|
+
[INFO]
|
|
611
|
+
[INFO] --- resources:3.4.0:resources (default-resources) @ scalar-core ---
|
|
612
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.4.0/maven-filtering-3.4.0.pom
|
|
613
|
+
Progress (1): 787 B
|
|
193
614
|
|
|
615
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom
|
|
616
|
+
Progress (1): 811 B
|
|
194
617
|
|
|
618
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom
|
|
619
|
+
Progress (1): 720 B
|
|
195
620
|
|
|
621
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom
|
|
622
|
+
Progress (1): 908 B
|
|
196
623
|
|
|
624
|
+
Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
|
|
625
|
+
Progress (1): 612 B
|
|
197
626
|
|
|
627
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
|
|
628
|
+
Progress (1): 910 B
|
|
198
629
|
|
|
630
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
|
|
631
|
+
Progress (1): 1.2 kB
|
|
199
632
|
|
|
633
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
|
|
634
|
+
Progress (1): 1.3 kB
|
|
200
635
|
|
|
636
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
|
|
637
|
+
Progress (1): 1.3 kB
|
|
201
638
|
|
|
639
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom
|
|
640
|
+
Progress (1): 692 B
|
|
202
641
|
|
|
642
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom
|
|
643
|
+
Progress (1): 762 B
|
|
203
644
|
|
|
645
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/69/commons-parent-69.pom
|
|
646
|
+
Progress (1): 708 B
|
|
204
647
|
|
|
648
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.16.0/commons-lang3-3.16.0.pom
|
|
649
|
+
Progress (1): 744 B
|
|
205
650
|
|
|
651
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/72/commons-parent-72.pom
|
|
652
|
+
Progress (1): 778 B
|
|
206
653
|
|
|
654
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0-M2/junit-bom-5.11.0-M2.pom
|
|
655
|
+
Progress (1): 908 B
|
|
207
656
|
|
|
657
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.pom
|
|
658
|
+
Progress (1): 740 B
|
|
208
659
|
|
|
660
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom
|
|
661
|
+
Progress (1): 699 B
|
|
209
662
|
|
|
663
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.4.0/maven-filtering-3.4.0.jar
|
|
664
|
+
Progress (1): 3.4/56 kB
|
|
210
665
|
|
|
666
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
|
|
667
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
|
|
668
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar
|
|
669
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.jar
|
|
670
|
+
Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
|
|
671
|
+
Progress (1): 3.4/8.5 kB
|
|
211
672
|
|
|
673
|
+
Progress (1): 7.7/509 kB
|
|
212
674
|
|
|
675
|
+
Progress (1): 229/714 kB
|
|
213
676
|
|
|
677
|
+
Progress (1): 246/714 kB
|
|
214
678
|
|
|
679
|
+
Progress (1): 393/714 kB
|
|
215
680
|
|
|
681
|
+
[INFO] Copying 2 resources from src/main/resources to target/classes
|
|
682
|
+
[INFO]
|
|
683
|
+
[INFO] --- flatten:1.7.3:flatten (flatten) @ scalar-core ---
|
|
684
|
+
[INFO] Generating flattened POM of project com.scalar.maven:scalar-core:jar:0.0.0...
|
|
685
|
+
[INFO]
|
|
686
|
+
[INFO] --- compiler:3.15.0:compile (default-compile) @ scalar-core ---
|
|
687
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.9.1/asm-9.9.1.pom
|
|
688
|
+
Progress (1): 1.3 kB
|
|
216
689
|
|
|
690
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
|
|
691
|
+
Progress (1): 709 B
|
|
217
692
|
|
|
693
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom
|
|
694
|
+
Progress (1): 793 B
|
|
218
695
|
|
|
696
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
|
|
697
|
+
Progress (1): 812 B
|
|
219
698
|
|
|
699
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
|
|
700
|
+
Progress (1): 752 B
|
|
220
701
|
|
|
702
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom
|
|
703
|
+
Progress (1): 741 B
|
|
221
704
|
|
|
705
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
|
|
706
|
+
Progress (1): 764 B
|
|
222
707
|
|
|
708
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
|
|
709
|
+
Progress (1): 703 B
|
|
223
710
|
|
|
711
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
|
|
712
|
+
Progress (1): 749 B
|
|
224
713
|
|
|
714
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
|
|
715
|
+
Progress (1): 912 B
|
|
225
716
|
|
|
717
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
|
|
718
|
+
Progress (1): 806 B
|
|
226
719
|
|
|
720
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
|
|
721
|
+
Progress (1): 773 B
|
|
227
722
|
|
|
723
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
|
|
724
|
+
Progress (1): 726 B
|
|
228
725
|
|
|
726
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
|
|
727
|
+
Progress (1): 749 B
|
|
229
728
|
|
|
729
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.2/plexus-java-1.5.2.pom
|
|
730
|
+
Progress (1): 1.9 kB
|
|
230
731
|
|
|
732
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.5.2/plexus-languages-1.5.2.pom
|
|
733
|
+
Progress (1): 1.4 kB
|
|
231
734
|
|
|
735
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom
|
|
736
|
+
Progress (1): 689 B
|
|
232
737
|
|
|
738
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.pom
|
|
739
|
+
Progress (1): 872 B
|
|
233
740
|
|
|
741
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.16.2/plexus-compiler-api-2.16.2.pom
|
|
742
|
+
Progress (1): 1.4 kB
|
|
234
743
|
|
|
744
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.16.2/plexus-compiler-2.16.2.pom
|
|
745
|
+
Progress (1): 1.2 kB
|
|
235
746
|
|
|
747
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/25/plexus-25.pom
|
|
748
|
+
Progress (1): 690 B
|
|
236
749
|
|
|
750
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.1/junit-bom-5.14.1.pom
|
|
751
|
+
Progress (1): 908 B
|
|
237
752
|
|
|
753
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.16.2/plexus-compiler-manager-2.16.2.pom
|
|
754
|
+
Progress (1): 1.3 kB
|
|
238
755
|
|
|
756
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.16.2/plexus-compiler-javac-2.16.2.pom
|
|
757
|
+
Progress (1): 1.3 kB
|
|
239
758
|
|
|
759
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.16.2/plexus-compilers-2.16.2.pom
|
|
760
|
+
Progress (1): 1.6 kB
|
|
240
761
|
|
|
762
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.9.1/asm-9.9.1.jar
|
|
763
|
+
Progress (1): 7.7/126 kB
|
|
241
764
|
|
|
765
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar
|
|
766
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
|
|
767
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
|
|
768
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.jar
|
|
769
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.2/plexus-java-1.5.2.jar
|
|
770
|
+
Progress (1): 7.7/151 kB
|
|
242
771
|
|
|
772
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.16.2/plexus-compiler-api-2.16.2.jar
|
|
773
|
+
Progress (1): 7.7/353 kB
|
|
243
774
|
|
|
775
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.16.2/plexus-compiler-manager-2.16.2.jar
|
|
776
|
+
Progress (2): 57 kB | 7.7/327 kB
|
|
244
777
|
|
|
778
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.16.2/plexus-compiler-javac-2.16.2.jar
|
|
779
|
+
Progress (2): 57 kB | 61/327 kB
|
|
245
780
|
|
|
781
|
+
Progress (2): 126/327 kB | 7.5/29 kB
|
|
246
782
|
|
|
783
|
+
Progress (1): 143/327 kB
|
|
247
784
|
|
|
785
|
+
Progress (1): 5.2 kB
|
|
248
786
|
|
|
787
|
+
Progress (1): 7.7/30 kB
|
|
249
788
|
|
|
789
|
+
[INFO] Recompiling the module because of changed source code.
|
|
790
|
+
[INFO] Compiling 33 source files with javac [debug release 17] to target/classes
|
|
791
|
+
[INFO]
|
|
792
|
+
[INFO] >>> javadoc:3.12.0:javadoc (generate-javadoc) > generate-sources @ scalar-core >>>
|
|
793
|
+
[INFO]
|
|
794
|
+
[INFO] <<< javadoc:3.12.0:javadoc (generate-javadoc) < generate-sources @ scalar-core <<<
|
|
795
|
+
[INFO]
|
|
796
|
+
[INFO]
|
|
797
|
+
[INFO] --- javadoc:3.12.0:javadoc (generate-javadoc) @ scalar-core ---
|
|
798
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom
|
|
799
|
+
Progress (1): 825 B
|
|
250
800
|
|
|
801
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom
|
|
802
|
+
Progress (1): 774 B
|
|
251
803
|
|
|
804
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom
|
|
805
|
+
Progress (1): 717 B
|
|
252
806
|
|
|
807
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
|
|
808
|
+
Progress (1): 753 B
|
|
253
809
|
|
|
810
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom
|
|
811
|
+
Progress (1): 843 B
|
|
254
812
|
|
|
813
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.pom
|
|
814
|
+
Progress (1): 791 B
|
|
255
815
|
|
|
816
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.pom
|
|
817
|
+
Progress (1): 835 B
|
|
256
818
|
|
|
819
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom
|
|
820
|
+
Progress (1): 754 B
|
|
257
821
|
|
|
822
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom
|
|
823
|
+
Progress (1): 908 B
|
|
258
824
|
|
|
825
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.4/maven-archiver-3.6.4.pom
|
|
826
|
+
Progress (1): 802 B
|
|
259
827
|
|
|
828
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/45/maven-shared-components-45.pom
|
|
829
|
+
Progress (1): 810 B
|
|
260
830
|
|
|
831
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.pom
|
|
832
|
+
Progress (1): 1.2 kB
|
|
261
833
|
|
|
834
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.5.0/plexus-io-3.5.0.pom
|
|
835
|
+
Progress (1): 1.2 kB
|
|
262
836
|
|
|
837
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom
|
|
838
|
+
Progress (1): 758 B
|
|
263
839
|
|
|
840
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom
|
|
841
|
+
Progress (1): 745 B
|
|
264
842
|
|
|
843
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
|
|
844
|
+
Progress (1): 747 B
|
|
265
845
|
|
|
846
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom
|
|
847
|
+
Progress (1): 706 B
|
|
266
848
|
|
|
849
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom
|
|
850
|
+
Progress (1): 743 B
|
|
267
851
|
|
|
852
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
|
|
853
|
+
Progress (1): 913 B
|
|
268
854
|
|
|
855
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/airlift/aircompressor/0.27/aircompressor-0.27.pom
|
|
856
|
+
Progress (1): 1.3 kB
|
|
269
857
|
|
|
858
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/airlift/airbase/112/airbase-112.pom
|
|
859
|
+
Progress (1): 1.1 kB
|
|
270
860
|
|
|
861
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.0-M1/junit-bom-5.8.0-M1.pom
|
|
862
|
+
Progress (1): 909 B
|
|
271
863
|
|
|
864
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
|
|
865
|
+
Progress (1): 1.1 kB
|
|
272
866
|
|
|
867
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom
|
|
868
|
+
Progress (1): 1.1 kB
|
|
273
869
|
|
|
870
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.pom
|
|
871
|
+
Progress (1): 798 B
|
|
274
872
|
|
|
873
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom
|
|
874
|
+
Progress (1): 811 B
|
|
275
875
|
|
|
876
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom
|
|
877
|
+
Progress (1): 724 B
|
|
276
878
|
|
|
879
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom
|
|
880
|
+
Progress (1): 733 B
|
|
277
881
|
|
|
882
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom
|
|
883
|
+
Progress (1): 798 B
|
|
278
884
|
|
|
885
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.pom
|
|
886
|
+
Progress (1): 774 B
|
|
279
887
|
|
|
888
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/2.0.0/doxia-sitetools-2.0.0.pom
|
|
889
|
+
Progress (1): 772 B
|
|
280
890
|
|
|
891
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom
|
|
892
|
+
Progress (1): 908 B
|
|
281
893
|
|
|
894
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.pom
|
|
895
|
+
Progress (1): 815 B
|
|
282
896
|
|
|
897
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.17.0/commons-io-2.17.0.pom
|
|
898
|
+
Progress (1): 761 B
|
|
283
899
|
|
|
900
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/74/commons-parent-74.pom
|
|
901
|
+
Progress (1): 705 B
|
|
284
902
|
|
|
903
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0/junit-bom-5.11.0.pom
|
|
904
|
+
Progress (1): 912 B
|
|
285
905
|
|
|
906
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.12.0/commons-text-1.12.0.pom
|
|
907
|
+
Progress (1): 743 B
|
|
286
908
|
|
|
909
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.pom
|
|
910
|
+
Progress (1): 742 B
|
|
287
911
|
|
|
912
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/73/commons-parent-73.pom
|
|
913
|
+
Progress (1): 705 B
|
|
288
914
|
|
|
915
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.pom
|
|
916
|
+
Progress (1): 789 B
|
|
289
917
|
|
|
918
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M4/org.eclipse.sisu.plexus-0.9.0.M4.pom
|
|
919
|
+
Progress (1): 799 B
|
|
290
920
|
|
|
921
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M4/sisu-inject-0.9.0.M4.pom
|
|
922
|
+
Progress (1): 831 B
|
|
291
923
|
|
|
924
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M4/org.eclipse.sisu.inject-0.9.0.M4.pom
|
|
925
|
+
Progress (1): 876 B
|
|
292
926
|
|
|
927
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.pom
|
|
928
|
+
Progress (1): 1.3 kB
|
|
293
929
|
|
|
930
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
|
|
931
|
+
Progress (1): 750 B
|
|
294
932
|
|
|
933
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
|
|
934
|
+
Progress (1): 1.3 kB
|
|
295
935
|
|
|
936
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
|
|
937
|
+
Progress (1): 700 B
|
|
296
938
|
|
|
939
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
|
|
940
|
+
Progress (1): 932 B
|
|
297
941
|
|
|
942
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.pom
|
|
943
|
+
Progress (1): 797 B
|
|
298
944
|
|
|
945
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.pom
|
|
946
|
+
Progress (1): 818 B
|
|
299
947
|
|
|
948
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/2.0.0/doxia-modules-2.0.0.pom
|
|
949
|
+
Progress (1): 823 B
|
|
300
950
|
|
|
951
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom
|
|
952
|
+
Progress (1): 808 B
|
|
301
953
|
|
|
954
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/19/plexus-19.pom
|
|
955
|
+
Progress (1): 988 B
|
|
302
956
|
|
|
957
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom
|
|
958
|
+
Progress (1): 801 B
|
|
303
959
|
|
|
960
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom
|
|
961
|
+
Progress (1): 806 B
|
|
304
962
|
|
|
963
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/7/velocity-master-7.pom
|
|
964
|
+
Progress (1): 812 B
|
|
305
965
|
|
|
966
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom
|
|
967
|
+
Progress (1): 862 B
|
|
306
968
|
|
|
969
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom
|
|
970
|
+
Progress (1): 816 B
|
|
307
971
|
|
|
972
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom
|
|
973
|
+
Progress (1): 808 B
|
|
308
974
|
|
|
975
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom
|
|
976
|
+
Progress (1): 1.3 kB
|
|
309
977
|
|
|
978
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom
|
|
979
|
+
Progress (1): 801 B
|
|
310
980
|
|
|
981
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom
|
|
982
|
+
Progress (1): 738 B
|
|
311
983
|
|
|
984
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/51/commons-parent-51.pom
|
|
985
|
+
Progress (1): 702 B
|
|
312
986
|
|
|
987
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
|
|
988
|
+
Progress (1): 1.0 kB
|
|
313
989
|
|
|
990
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
|
|
991
|
+
Progress (1): 1.0 kB
|
|
314
992
|
|
|
993
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
|
|
994
|
+
Progress (1): 764 B
|
|
315
995
|
|
|
996
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom
|
|
997
|
+
Progress (1): 704 B
|
|
316
998
|
|
|
999
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
|
|
1000
|
+
Progress (1): 756 B
|
|
317
1001
|
|
|
1002
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
|
|
1003
|
+
Progress (1): 768 B
|
|
318
1004
|
|
|
1005
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom
|
|
1006
|
+
Progress (1): 715 B
|
|
319
1007
|
|
|
1008
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
|
|
1009
|
+
Progress (1): 785 B
|
|
320
1010
|
|
|
1011
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom
|
|
1012
|
+
Progress (1): 718 B
|
|
321
1013
|
|
|
1014
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
|
|
1015
|
+
Progress (1): 745 B
|
|
322
1016
|
|
|
1017
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom
|
|
1018
|
+
Progress (1): 765 B
|
|
323
1019
|
|
|
1020
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
|
|
1021
|
+
Progress (1): 724 B
|
|
324
1022
|
|
|
1023
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
|
|
1024
|
+
Progress (1): 753 B
|
|
325
1025
|
|
|
1026
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
|
|
1027
|
+
Progress (1): 788 B
|
|
326
1028
|
|
|
1029
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/14/commons-parent-14.pom
|
|
1030
|
+
Progress (1): 730 B
|
|
327
1031
|
|
|
1032
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom
|
|
1033
|
+
Progress (1): 754 B
|
|
328
1034
|
|
|
1035
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
|
|
1036
|
+
Progress (1): 783 B
|
|
329
1037
|
|
|
1038
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom
|
|
1039
|
+
Progress (1): 782 B
|
|
330
1040
|
|
|
1041
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
|
|
1042
|
+
Progress (1): 790 B
|
|
331
1043
|
|
|
1044
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom
|
|
1045
|
+
Progress (1): 721 B
|
|
332
1046
|
|
|
1047
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/50/commons-parent-50.pom
|
|
1048
|
+
Progress (1): 702 B
|
|
333
1049
|
|
|
1050
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom
|
|
1051
|
+
Progress (1): 1.0 kB
|
|
334
1052
|
|
|
1053
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.pom
|
|
1054
|
+
Progress (1): 802 B
|
|
335
1055
|
|
|
1056
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
|
|
1057
|
+
Progress (1): 1.4 kB
|
|
336
1058
|
|
|
1059
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
|
|
1060
|
+
Progress (1): 1.7 kB
|
|
337
1061
|
|
|
1062
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
|
|
1063
|
+
Progress (1): 1.7 kB
|
|
338
1064
|
|
|
1065
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom
|
|
1066
|
+
Progress (1): 827 B
|
|
339
1067
|
|
|
1068
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom
|
|
1069
|
+
Progress (1): 740 B
|
|
340
1070
|
|
|
1071
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom
|
|
1072
|
+
Progress (1): 727 B
|
|
341
1073
|
|
|
1074
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.14.0/commons-text-1.14.0.pom
|
|
1075
|
+
Progress (1): 738 B
|
|
342
1076
|
|
|
1077
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
|
|
1078
|
+
Progress (1): 859 B
|
|
343
1079
|
|
|
1080
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
|
|
1081
|
+
Progress (1): 841 B
|
|
344
1082
|
|
|
1083
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
|
|
1084
|
+
Progress (1): 803 B
|
|
345
1085
|
|
|
1086
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
|
|
1087
|
+
Progress (1): 869 B
|
|
346
1088
|
|
|
1089
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
|
|
1090
|
+
Progress (1): 850 B
|
|
347
1091
|
|
|
1092
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
|
|
1093
|
+
Progress (1): 752 B
|
|
348
1094
|
|
|
1095
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom
|
|
1096
|
+
Progress (1): 707 B
|
|
349
1097
|
|
|
1098
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom
|
|
1099
|
+
Progress (1): 748 B
|
|
350
1100
|
|
|
1101
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.pom
|
|
1102
|
+
Progress (1): 1.9 kB
|
|
351
1103
|
|
|
1104
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.5.0/plexus-languages-1.5.0.pom
|
|
1105
|
+
Progress (1): 1.4 kB
|
|
352
1106
|
|
|
1107
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.5.1/plexus-io-3.5.1.pom
|
|
1108
|
+
Progress (1): 1.2 kB
|
|
353
1109
|
|
|
1110
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.20.0/commons-io-2.20.0.pom
|
|
1111
|
+
Progress (1): 761 B
|
|
354
1112
|
|
|
1113
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.4/plexus-interactivity-api-1.4.pom
|
|
1114
|
+
Progress (1): 1.6 kB
|
|
355
1115
|
|
|
1116
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.4/plexus-interactivity-1.4.pom
|
|
1117
|
+
Progress (1): 1.3 kB
|
|
356
1118
|
|
|
1119
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar
|
|
1120
|
+
Progress (1): 7.7/168 kB
|
|
357
1121
|
|
|
1122
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar
|
|
1123
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.jar
|
|
1124
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.4/maven-archiver-3.6.4.jar
|
|
1125
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.jar
|
|
1126
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar
|
|
1127
|
+
Progress (1): 7.7/34 kB
|
|
358
1128
|
|
|
1129
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.jar
|
|
1130
|
+
Progress (1): 7.7/58 kB
|
|
359
1131
|
|
|
1132
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.jar
|
|
1133
|
+
Progress (1): 57/149 kB
|
|
360
1134
|
|
|
1135
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.jar
|
|
1136
|
+
Progress (1): 7.7/27 kB
|
|
361
1137
|
|
|
1138
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.jar
|
|
1139
|
+
Progress (1): 3.4/9.8 kB
|
|
362
1140
|
|
|
1141
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.jar
|
|
1142
|
+
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.jar (44 kB at 1.5 MB/s)
|
|
1143
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.jar
|
|
1144
|
+
Progress (1): 7.7/11 kB
|
|
363
1145
|
|
|
1146
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M4/org.eclipse.sisu.plexus-0.9.0.M4.jar
|
|
1147
|
+
Progress (1): 7.7/168 kB
|
|
364
1148
|
|
|
1149
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M4/org.eclipse.sisu.inject-0.9.0.M4.jar
|
|
1150
|
+
Progress (1): 7.7/17 kB
|
|
365
1151
|
|
|
1152
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
|
|
1153
|
+
Progress (1): 7.7/16 kB
|
|
366
1154
|
|
|
1155
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
|
|
1156
|
+
Progress (1): 7.7/216 kB
|
|
367
1157
|
|
|
1158
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar
|
|
1159
|
+
Progress (1): 7.7/86 kB
|
|
368
1160
|
|
|
1161
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar
|
|
1162
|
+
Progress (1): 4.2 kB
|
|
369
1163
|
|
|
1164
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar
|
|
1165
|
+
Progress (1): 7.7/305 kB
|
|
370
1166
|
|
|
1167
|
+
Progress (1): 94/305 kB
|
|
371
1168
|
|
|
1169
|
+
Progress (1): 111/305 kB
|
|
372
1170
|
|
|
1171
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
|
|
1172
|
+
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar (5.7 kB at 87 kB/s)
|
|
1173
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar
|
|
1174
|
+
Progress (1): 7.7/217 kB
|
|
373
1175
|
|
|
1176
|
+
Progress (1): 12/510 kB
|
|
374
1177
|
|
|
1178
|
+
Progress (1): 28/510 kB
|
|
375
1179
|
|
|
1180
|
+
Progress (1): 388/510 kB
|
|
376
1181
|
|
|
1182
|
+
Progress (1): 405/510 kB
|
|
377
1183
|
|
|
1184
|
+
Progress (1): 139/242 kB
|
|
378
1185
|
|
|
1186
|
+
Progress (1): 155/242 kB
|
|
379
1187
|
|
|
1188
|
+
Progress (2): 229/588 kB | 7.7/35 kB
|
|
380
1189
|
|
|
1190
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar
|
|
1191
|
+
Progress (1): 240/588 kB
|
|
381
1192
|
|
|
1193
|
+
Progress (2): 475/588 kB | 7.7/50 kB
|
|
382
1194
|
|
|
1195
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
|
|
1196
|
+
Progress (1): 492/588 kB
|
|
383
1197
|
|
|
1198
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
|
|
1199
|
+
Progress (1): 7.7/55 kB
|
|
384
1200
|
|
|
1201
|
+
Progress (1): 7.7/12 kB
|
|
385
1202
|
|
|
1203
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
|
|
1204
|
+
Progress (1): 4.1/260 kB
|
|
386
1205
|
|
|
1206
|
+
Progress (1): 111/260 kB
|
|
387
1207
|
|
|
1208
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.jar
|
|
1209
|
+
Progress (2): 196/786 kB | 7.7/62 kB
|
|
388
1210
|
|
|
1211
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar
|
|
1212
|
+
Progress (1): 212/786 kB
|
|
389
1213
|
|
|
1214
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.5.1/plexus-io-3.5.1.jar
|
|
1215
|
+
Progress (2): 590/786 kB | 16/328 kB
|
|
390
1216
|
|
|
1217
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.jar
|
|
1218
|
+
Progress (2): 293/328 kB | 123/335 kB
|
|
391
1219
|
|
|
1220
|
+
Progress (1): 188/335 kB
|
|
392
1221
|
|
|
1222
|
+
Progress (1): 205/335 kB
|
|
393
1223
|
|
|
1224
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/airlift/aircompressor/0.27/aircompressor-0.27.jar
|
|
1225
|
+
Progress (1): 126 kB
|
|
394
1226
|
|
|
1227
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
|
|
1228
|
+
Progress (1): 7.7/80 kB
|
|
395
1229
|
|
|
1230
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar
|
|
1231
|
+
Progress (1): 0/1.1 MB
|
|
396
1232
|
|
|
1233
|
+
Progress (1): 0.2/1.1 MB
|
|
397
1234
|
|
|
1235
|
+
Progress (1): 0.2/1.1 MB
|
|
398
1236
|
|
|
1237
|
+
Progress (1): 0.8/1.1 MB
|
|
399
1238
|
|
|
1239
|
+
Progress (1): 0.8/1.1 MB
|
|
400
1240
|
|
|
1241
|
+
Progress (2): 0.2/6.7 MB | 7.7/564 kB
|
|
401
1242
|
|
|
1243
|
+
Progress (2): 1.0/6.7 MB | 409/564 kB
|
|
402
1244
|
|
|
1245
|
+
Progress (2): 1.1/6.7 MB | 563/564 kB
|
|
403
1246
|
|
|
1247
|
+
Progress (1): 1.2/6.7 MB
|
|
404
1248
|
|
|
1249
|
+
[INFO]
|
|
1250
|
+
[INFO] --- resources:3.4.0:testResources (default-testResources) @ scalar-core ---
|
|
1251
|
+
[INFO] skip non existing resourceDirectory /home/runner/work/scalar/scalar/integrations/java/scalar-core/src/test/resources
|
|
1252
|
+
[INFO]
|
|
1253
|
+
[INFO] --- compiler:3.15.0:testCompile (default-testCompile) @ scalar-core ---
|
|
1254
|
+
[INFO] Recompiling the module because of changed dependency.
|
|
1255
|
+
[INFO] Compiling 7 source files with javac [debug release 17] to target/test-classes
|
|
1256
|
+
[INFO]
|
|
1257
|
+
[INFO] --- surefire:3.5.5:test (default-test) @ scalar-core ---
|
|
1258
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.5.5/surefire-api-3.5.5.pom
|
|
1259
|
+
Progress (1): 833 B
|
|
405
1260
|
|
|
1261
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.5.5/surefire-logger-api-3.5.5.pom
|
|
1262
|
+
Progress (1): 826 B
|
|
406
1263
|
|
|
1264
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.5.5/surefire-shared-utils-3.5.5.pom
|
|
1265
|
+
Progress (1): 1.1 kB
|
|
407
1266
|
|
|
1267
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.5.5/surefire-extensions-api-3.5.5.pom
|
|
1268
|
+
Progress (1): 833 B
|
|
408
1269
|
|
|
1270
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.5.5/maven-surefire-common-3.5.5.pom
|
|
1271
|
+
Progress (1): 822 B
|
|
409
1272
|
|
|
1273
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.5.5/surefire-booter-3.5.5.pom
|
|
1274
|
+
Progress (1): 830 B
|
|
410
1275
|
|
|
1276
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.5.5/surefire-extensions-spi-3.5.5.pom
|
|
1277
|
+
Progress (1): 872 B
|
|
411
1278
|
|
|
1279
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.5.5/surefire-api-3.5.5.jar
|
|
1280
|
+
Progress (1): 7.5/174 kB
|
|
412
1281
|
|
|
1282
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.5.5/surefire-logger-api-3.5.5.jar
|
|
1283
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.5.5/surefire-shared-utils-3.5.5.jar
|
|
1284
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.5.5/surefire-extensions-api-3.5.5.jar
|
|
1285
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.5.5/surefire-booter-3.5.5.jar
|
|
1286
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.5.5/maven-surefire-common-3.5.5.jar
|
|
1287
|
+
Progress (1): 0/3.0 MB
|
|
413
1288
|
|
|
1289
|
+
Progress (2): 1.1/3.0 MB | 14 kB
|
|
414
1290
|
|
|
1291
|
+
Progress (2): 1.1/3.0 MB | 14 kB
|
|
415
1292
|
|
|
1293
|
+
Progress (1): 1.4/3.0 MB
|
|
416
1294
|
|
|
1295
|
+
Progress (1): 1.6/3.0 MB
|
|
417
1296
|
|
|
1297
|
+
Progress (1): 2.8/3.0 MB
|
|
418
1298
|
|
|
1299
|
+
Progress (1): 7.7/8.2 kB
|
|
419
1300
|
|
|
1301
|
+
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
|
|
1302
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.5.5/surefire-junit-platform-3.5.5.pom
|
|
1303
|
+
Progress (1): 832 B
|
|
420
1304
|
|
|
1305
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.5.5/surefire-providers-3.5.5.pom
|
|
1306
|
+
Progress (1): 844 B
|
|
421
1307
|
|
|
1308
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.5.5/common-java5-3.5.5.pom
|
|
1309
|
+
Progress (1): 839 B
|
|
422
1310
|
|
|
1311
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.12.2/junit-platform-launcher-1.12.2.pom
|
|
1312
|
+
Progress (1): 967 B
|
|
423
1313
|
|
|
1314
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.5.5/surefire-junit-platform-3.5.5.jar
|
|
1315
|
+
Progress (1): 7.7/35 kB
|
|
424
1316
|
|
|
1317
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.5.5/common-java5-3.5.5.jar
|
|
1318
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.12.2/junit-platform-launcher-1.12.2.jar
|
|
1319
|
+
Progress (1): 7.7/208 kB
|
|
425
1320
|
|
|
1321
|
+
Progress (1): 29/208 kB
|
|
426
1322
|
|
|
1323
|
+
[INFO]
|
|
1324
|
+
[INFO] -------------------------------------------------------
|
|
1325
|
+
[INFO] T E S T S
|
|
1326
|
+
[INFO] -------------------------------------------------------
|
|
1327
|
+
[INFO] Running DefaultHttpClient
|
|
1328
|
+
[INFO] Running properties
|
|
1329
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in properties
|
|
1330
|
+
[INFO] Running construction
|
|
1331
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in construction
|
|
1332
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in DefaultHttpClient
|
|
1333
|
+
[INFO] Running ScalarAgentOptions
|
|
1334
|
+
[INFO] Running JSON serialization
|
|
1335
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s -- in JSON serialization
|
|
1336
|
+
[INFO] Running properties
|
|
1337
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in properties
|
|
1338
|
+
[INFO] Running construction
|
|
1339
|
+
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in construction
|
|
1340
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s -- in ScalarAgentOptions
|
|
1341
|
+
[INFO] Running ScalarServer
|
|
1342
|
+
[INFO] Running ServerVariable
|
|
1343
|
+
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in ServerVariable
|
|
1344
|
+
[INFO] Running properties
|
|
1345
|
+
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in properties
|
|
1346
|
+
[INFO] Running construction
|
|
1347
|
+
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in construction
|
|
1348
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in ScalarServer
|
|
1349
|
+
[INFO] Running ScalarSource
|
|
1350
|
+
[INFO] Running properties
|
|
1351
|
+
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in properties
|
|
1352
|
+
[INFO] Running construction
|
|
1353
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in construction
|
|
1354
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in ScalarSource
|
|
1355
|
+
[INFO] Running ScalarProperties
|
|
1356
|
+
[INFO] Running property combinations
|
|
1357
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in property combinations
|
|
1358
|
+
[INFO] Running showDeveloperTools property
|
|
1359
|
+
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in showDeveloperTools property
|
|
1360
|
+
[INFO] Running actuatorEnabled property
|
|
1361
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in actuatorEnabled property
|
|
1362
|
+
[INFO] Running hideSearch property
|
|
1363
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in hideSearch property
|
|
1364
|
+
[INFO] Running customCss property
|
|
1365
|
+
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in customCss property
|
|
1366
|
+
[INFO] Running hideDarkModeToggle property
|
|
1367
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in hideDarkModeToggle property
|
|
1368
|
+
[INFO] Running darkMode property
|
|
1369
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in darkMode property
|
|
1370
|
+
[INFO] Running hideTestRequestButton property
|
|
1371
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in hideTestRequestButton property
|
|
1372
|
+
[INFO] Running hideModels property
|
|
1373
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in hideModels property
|
|
1374
|
+
[INFO] Running showSidebar property
|
|
1375
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in showSidebar property
|
|
1376
|
+
[INFO] Running path property
|
|
1377
|
+
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in path property
|
|
1378
|
+
[INFO] Running Sources property
|
|
1379
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in Sources property
|
|
1380
|
+
[INFO] Running enabled property
|
|
1381
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in enabled property
|
|
1382
|
+
[INFO] Running URL property
|
|
1383
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in URL property
|
|
1384
|
+
[INFO] Running default values
|
|
1385
|
+
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in default values
|
|
1386
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.340 s -- in ScalarProperties
|
|
1387
|
+
[INFO] Running ScalarHtmlRenderer
|
|
1388
|
+
[INFO] Running getScalarJsContent
|
|
1389
|
+
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in getScalarJsContent
|
|
1390
|
+
[INFO] Running render
|
|
1391
|
+
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in render
|
|
1392
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in ScalarHtmlRenderer
|
|
1393
|
+
[INFO] Running com.scalar.maven.core.ScalarConfigurationTest
|
|
1394
|
+
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in com.scalar.maven.core.ScalarConfigurationTest
|
|
1395
|
+
[INFO]
|
|
1396
|
+
[INFO] Results:
|
|
1397
|
+
[INFO]
|
|
1398
|
+
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0
|
|
1399
|
+
[INFO]
|
|
1400
|
+
[INFO]
|
|
1401
|
+
[INFO] --- jar:3.5.0:jar (default-jar) @ scalar-core ---
|
|
1402
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.2.0/file-management-3.2.0.pom
|
|
1403
|
+
Progress (1): 793 B
|
|
427
1404
|
|
|
1405
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/44/maven-shared-components-44.pom
|
|
1406
|
+
Progress (1): 810 B
|
|
428
1407
|
|
|
1408
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.19.0/commons-io-2.19.0.pom
|
|
1409
|
+
Progress (1): 763 B
|
|
429
1410
|
|
|
1411
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom
|
|
1412
|
+
Progress (1): 701 B
|
|
430
1413
|
|
|
1414
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.5/maven-archiver-3.6.5.pom
|
|
1415
|
+
Progress (1): 796 B
|
|
431
1416
|
|
|
1417
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.10.2/plexus-archiver-4.10.2.pom
|
|
1418
|
+
Progress (1): 1.2 kB
|
|
432
1419
|
|
|
1420
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/23/plexus-23.pom
|
|
1421
|
+
Progress (1): 686 B
|
|
433
1422
|
|
|
1423
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.pom
|
|
1424
|
+
Progress (1): 750 B
|
|
434
1425
|
|
|
1426
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.19.0/commons-codec-1.19.0.pom
|
|
1427
|
+
Progress (1): 739 B
|
|
435
1428
|
|
|
1429
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.10/xz-1.10.pom
|
|
1430
|
+
Progress (1): 1.1 kB
|
|
436
1431
|
|
|
1432
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-4/zstd-jni-1.5.7-4.pom
|
|
1433
|
+
Progress (1): 1.1 kB
|
|
437
1434
|
|
|
1435
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.10.4/plexus-archiver-4.10.4.pom
|
|
1436
|
+
Progress (1): 1.2 kB
|
|
438
1437
|
|
|
1438
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.pom
|
|
1439
|
+
Progress (1): 1.2 kB
|
|
439
1440
|
|
|
1441
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.pom
|
|
1442
|
+
Progress (1): 1.1 kB
|
|
440
1443
|
|
|
1444
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.pom
|
|
1445
|
+
Progress (1): 760 B
|
|
441
1446
|
|
|
1447
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/91/commons-parent-91.pom
|
|
1448
|
+
Progress (1): 699 B
|
|
442
1449
|
|
|
1450
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.2.0/file-management-3.2.0.jar
|
|
1451
|
+
Progress (1): 7.7/26 kB
|
|
443
1452
|
|
|
1453
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.5/maven-archiver-3.6.5.jar
|
|
1454
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.10.4/plexus-archiver-4.10.4.jar
|
|
1455
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.jar
|
|
1456
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar
|
|
1457
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.19.0/commons-codec-1.19.0.jar
|
|
1458
|
+
Progress (1): 7.7/28 kB
|
|
444
1459
|
|
|
1460
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.10/xz-1.10.jar
|
|
1461
|
+
Progress (1): 7.7/227 kB
|
|
445
1462
|
|
|
1463
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.jar
|
|
1464
|
+
Progress (1): 7.7/375 kB
|
|
446
1465
|
|
|
1466
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.jar
|
|
1467
|
+
Progress (1): 0/1.1 MB
|
|
447
1468
|
|
|
1469
|
+
Progress (1): 0.2/1.1 MB
|
|
448
1470
|
|
|
1471
|
+
Progress (1): 0.3/1.1 MB
|
|
449
1472
|
|
|
1473
|
+
Progress (2): 0.6/7.4 MB | 33/585 kB
|
|
450
1474
|
|
|
1475
|
+
Progress (1): 1.6/7.4 MB
|
|
451
1476
|
|
|
1477
|
+
[INFO] Building jar: /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/scalar-core-0.0.0.jar
|
|
1478
|
+
[INFO]
|
|
1479
|
+
[INFO] -------------------< com.scalar.maven:scalar-webmvc >-------------------
|
|
1480
|
+
[INFO] Building Scalar API Reference Spring Boot WebMVC 0.0.0 [3/6]
|
|
1481
|
+
[INFO] from scalar-webmvc/pom.xml
|
|
1482
|
+
[INFO] --------------------------------[ jar ]---------------------------------
|
|
1483
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-web/3.5.7/spring-boot-starter-web-3.5.7.pom
|
|
1484
|
+
Progress (1): 926 B
|
|
452
1485
|
|
|
1486
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter/3.5.7/spring-boot-starter-3.5.7.pom
|
|
1487
|
+
Progress (1): 947 B
|
|
453
1488
|
|
|
1489
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/3.5.7/spring-boot-3.5.7.pom
|
|
1490
|
+
Progress (1): 1.0 kB
|
|
454
1491
|
|
|
1492
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.2.12/spring-core-6.2.12.pom
|
|
1493
|
+
Progress (1): 1.1 kB
|
|
455
1494
|
|
|
1495
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/6.2.12/spring-jcl-6.2.12.pom
|
|
1496
|
+
Progress (1): 1.1 kB
|
|
456
1497
|
|
|
1498
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/6.2.12/spring-context-6.2.12.pom
|
|
1499
|
+
Progress (1): 1.1 kB
|
|
457
1500
|
|
|
1501
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/6.2.12/spring-aop-6.2.12.pom
|
|
1502
|
+
Progress (1): 1.1 kB
|
|
458
1503
|
|
|
1504
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/6.2.12/spring-beans-6.2.12.pom
|
|
1505
|
+
Progress (1): 1.1 kB
|
|
459
1506
|
|
|
1507
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/6.2.12/spring-expression-6.2.12.pom
|
|
1508
|
+
Progress (1): 1.1 kB
|
|
460
1509
|
|
|
1510
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.15.5/micrometer-observation-1.15.5.pom
|
|
1511
|
+
Progress (1): 1.1 kB
|
|
461
1512
|
|
|
1513
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.15.5/micrometer-commons-1.15.5.pom
|
|
1514
|
+
Progress (1): 1.1 kB
|
|
462
1515
|
|
|
1516
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-autoconfigure/3.5.7/spring-boot-autoconfigure-3.5.7.pom
|
|
1517
|
+
Progress (1): 1.0 kB
|
|
463
1518
|
|
|
1519
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-logging/3.5.7/spring-boot-starter-logging-3.5.7.pom
|
|
1520
|
+
Progress (1): 982 B
|
|
464
1521
|
|
|
1522
|
+
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.20/logback-classic-1.5.20.pom
|
|
1523
|
+
Progress (1): 1.7 kB
|
|
465
1524
|
|
|
1525
|
+
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.5.20/logback-parent-1.5.20.pom
|
|
1526
|
+
Progress (1): 1.1 kB
|
|
466
1527
|
|
|
1528
|
+
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.20/logback-core-1.5.20.pom
|
|
1529
|
+
Progress (1): 1.5 kB
|
|
467
1530
|
|
|
1531
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.pom
|
|
1532
|
+
Progress (1): 1.1 kB
|
|
468
1533
|
|
|
1534
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.17/slf4j-parent-2.0.17.pom
|
|
1535
|
+
Progress (1): 953 B
|
|
469
1536
|
|
|
1537
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.17/slf4j-bom-2.0.17.pom
|
|
1538
|
+
Progress (1): 997 B
|
|
470
1539
|
|
|
1540
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-to-slf4j/2.24.3/log4j-to-slf4j-2.24.3.pom
|
|
1541
|
+
Progress (1): 813 B
|
|
471
1542
|
|
|
1543
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.24.3/log4j-2.24.3.pom
|
|
1544
|
+
Progress (1): 728 B
|
|
472
1545
|
|
|
1546
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.22/groovy-bom-4.0.22.pom
|
|
1547
|
+
Progress (1): 863 B
|
|
473
1548
|
|
|
1549
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.17.2/jackson-bom-2.17.2.pom
|
|
1550
|
+
Progress (1): 924 B
|
|
474
1551
|
|
|
1552
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.17/jackson-parent-2.17.pom
|
|
1553
|
+
Progress (1): 1.1 kB
|
|
475
1554
|
|
|
1555
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/58/oss-parent-58.pom
|
|
1556
|
+
Progress (1): 950 B
|
|
476
1557
|
|
|
1558
|
+
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom
|
|
1559
|
+
Progress (1): 848 B
|
|
477
1560
|
|
|
1561
|
+
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom
|
|
1562
|
+
Progress (1): 823 B
|
|
478
1563
|
|
|
1564
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
|
|
1565
|
+
Progress (1): 883 B
|
|
479
1566
|
|
|
1567
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom
|
|
1568
|
+
Progress (1): 1.4 kB
|
|
480
1569
|
|
|
1570
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom
|
|
1571
|
+
Progress (1): 974 B
|
|
481
1572
|
|
|
1573
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.pom
|
|
1574
|
+
Progress (1): 817 B
|
|
482
1575
|
|
|
1576
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.pom
|
|
1577
|
+
Progress (1): 1.1 kB
|
|
483
1578
|
|
|
1579
|
+
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom
|
|
1580
|
+
Progress (1): 828 B
|
|
484
1581
|
|
|
1582
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.pom
|
|
1583
|
+
Progress (1): 1.2 kB
|
|
485
1584
|
|
|
1585
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-json/3.5.7/spring-boot-starter-json-3.5.7.pom
|
|
1586
|
+
Progress (1): 964 B
|
|
486
1587
|
|
|
1588
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/6.2.12/spring-web-6.2.12.pom
|
|
1589
|
+
Progress (1): 1.1 kB
|
|
487
1590
|
|
|
1591
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.19.2/jackson-datatype-jdk8-2.19.2.pom
|
|
1592
|
+
Progress (1): 1.0 kB
|
|
488
1593
|
|
|
1594
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-java8/2.19.2/jackson-modules-java8-2.19.2.pom
|
|
1595
|
+
Progress (1): 1.4 kB
|
|
489
1596
|
|
|
1597
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.19.2/jackson-datatype-jsr310-2.19.2.pom
|
|
1598
|
+
Progress (1): 984 B
|
|
490
1599
|
|
|
1600
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-parameter-names/2.19.2/jackson-module-parameter-names-2.19.2.pom
|
|
1601
|
+
Progress (1): 972 B
|
|
491
1602
|
|
|
1603
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-tomcat/3.5.7/spring-boot-starter-tomcat-3.5.7.pom
|
|
1604
|
+
Progress (1): 972 B
|
|
492
1605
|
|
|
1606
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/10.1.48/tomcat-embed-core-10.1.48.pom
|
|
1607
|
+
Progress (1): 843 B
|
|
493
1608
|
|
|
1609
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-el/10.1.48/tomcat-embed-el-10.1.48.pom
|
|
1610
|
+
Progress (1): 843 B
|
|
494
1611
|
|
|
1612
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-websocket/10.1.48/tomcat-embed-websocket-10.1.48.pom
|
|
1613
|
+
Progress (1): 842 B
|
|
495
1614
|
|
|
1615
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/6.2.12/spring-webmvc-6.2.12.pom
|
|
1616
|
+
Progress (1): 1.0 kB
|
|
496
1617
|
|
|
1618
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-configuration-processor/3.5.7/spring-boot-configuration-processor-3.5.7.pom
|
|
1619
|
+
Progress (1): 1.0 kB
|
|
497
1620
|
|
|
1621
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-actuator/3.5.7/spring-boot-starter-actuator-3.5.7.pom
|
|
1622
|
+
Progress (1): 951 B
|
|
498
1623
|
|
|
1624
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-actuator-autoconfigure/3.5.7/spring-boot-actuator-autoconfigure-3.5.7.pom
|
|
1625
|
+
Progress (1): 993 B
|
|
499
1626
|
|
|
1627
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-actuator/3.5.7/spring-boot-actuator-3.5.7.pom
|
|
1628
|
+
Progress (1): 1.0 kB
|
|
500
1629
|
|
|
1630
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-jakarta9/1.15.5/micrometer-jakarta9-1.15.5.pom
|
|
1631
|
+
Progress (1): 1.1 kB
|
|
501
1632
|
|
|
1633
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-core/1.15.5/micrometer-core-1.15.5.pom
|
|
1634
|
+
Progress (1): 986 B
|
|
502
1635
|
|
|
1636
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/hdrhistogram/HdrHistogram/2.2.2/HdrHistogram-2.2.2.pom
|
|
1637
|
+
Progress (1): 961 B
|
|
503
1638
|
|
|
1639
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.pom
|
|
1640
|
+
Progress (1): 1.0 kB
|
|
504
1641
|
|
|
1642
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/3.5.7/spring-boot-starter-test-3.5.7.pom
|
|
1643
|
+
Progress (1): 920 B
|
|
505
1644
|
|
|
1645
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/3.5.7/spring-boot-test-3.5.7.pom
|
|
1646
|
+
Progress (1): 1.0 kB
|
|
506
1647
|
|
|
1648
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/6.2.12/spring-test-6.2.12.pom
|
|
1649
|
+
Progress (1): 1.1 kB
|
|
507
1650
|
|
|
1651
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/3.5.7/spring-boot-test-autoconfigure-3.5.7.pom
|
|
1652
|
+
Progress (1): 1.0 kB
|
|
508
1653
|
|
|
1654
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/2.9.0/json-path-2.9.0.pom
|
|
1655
|
+
Progress (1): 960 B
|
|
509
1656
|
|
|
1657
|
+
Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.5.2/json-smart-2.5.2.pom
|
|
1658
|
+
Progress (1): 789 B
|
|
510
1659
|
|
|
1660
|
+
Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/2.5.2/accessors-smart-2.5.2.pom
|
|
1661
|
+
Progress (1): 781 B
|
|
511
1662
|
|
|
1663
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7.1/asm-9.7.1.pom
|
|
1664
|
+
Progress (1): 1.3 kB
|
|
512
1665
|
|
|
1666
|
+
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.4/jakarta.xml.bind-api-4.0.4.pom
|
|
1667
|
+
Progress (1): 845 B
|
|
513
1668
|
|
|
1669
|
+
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.4/jakarta.xml.bind-api-parent-4.0.4.pom
|
|
1670
|
+
Progress (1): 897 B
|
|
514
1671
|
|
|
1672
|
+
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.pom
|
|
1673
|
+
Progress (1): 857 B
|
|
515
1674
|
|
|
1675
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/awaitility/awaitility/4.2.2/awaitility-4.2.2.pom
|
|
1676
|
+
Progress (1): 821 B
|
|
516
1677
|
|
|
1678
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/awaitility/awaitility-parent/4.2.2/awaitility-parent-4.2.2.pom
|
|
1679
|
+
Progress (1): 826 B
|
|
517
1680
|
|
|
1681
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/3.0/hamcrest-3.0.pom
|
|
1682
|
+
Progress (1): 983 B
|
|
518
1683
|
|
|
1684
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/skyscreamer/jsonassert/1.5.3/jsonassert-1.5.3.pom
|
|
1685
|
+
Progress (1): 1.0 kB
|
|
519
1686
|
|
|
1687
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom
|
|
1688
|
+
Progress (1): 1.1 kB
|
|
520
1689
|
|
|
1690
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.10.4/xmlunit-core-2.10.4.pom
|
|
1691
|
+
Progress (1): 843 B
|
|
521
1692
|
|
|
1693
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-parent/2.10.4/xmlunit-parent-2.10.4.pom
|
|
1694
|
+
Progress (1): 783 B
|
|
522
1695
|
|
|
1696
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-web/3.5.7/spring-boot-starter-web-3.5.7.jar
|
|
1697
|
+
Progress (1): 4.8 kB
|
|
523
1698
|
|
|
1699
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter/3.5.7/spring-boot-starter-3.5.7.jar
|
|
1700
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-logging/3.5.7/spring-boot-starter-logging-3.5.7.jar
|
|
1701
|
+
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.20/logback-classic-1.5.20.jar
|
|
1702
|
+
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.20/logback-core-1.5.20.jar
|
|
1703
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-to-slf4j/2.24.3/log4j-to-slf4j-2.24.3.jar
|
|
1704
|
+
Progress (1): 4.8 kB
|
|
524
1705
|
|
|
1706
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.jar
|
|
1707
|
+
Progress (1): 4.8 kB
|
|
525
1708
|
|
|
1709
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.jar
|
|
1710
|
+
Progress (1): 7.7/636 kB
|
|
526
1711
|
|
|
1712
|
+
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar
|
|
1713
|
+
Progress (1): 7.7/307 kB
|
|
527
1714
|
|
|
1715
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.jar
|
|
1716
|
+
Progress (1): 349 kB
|
|
528
1717
|
|
|
1718
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-json/3.5.7/spring-boot-starter-json-3.5.7.jar
|
|
1719
|
+
Progress (1): 24 kB
|
|
529
1720
|
|
|
1721
|
+
Progress (1): 3.4/6.3 kB
|
|
530
1722
|
|
|
1723
|
+
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.jar (6.3 kB at 235 kB/s)
|
|
1724
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.19.2/jackson-datatype-jsr310-2.19.2.jar
|
|
1725
|
+
Progress (1): 7.7/26 kB
|
|
531
1726
|
|
|
1727
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-parameter-names/2.19.2/jackson-module-parameter-names-2.19.2.jar
|
|
1728
|
+
Progress (1): 4.7 kB
|
|
532
1729
|
|
|
1730
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-tomcat/3.5.7/spring-boot-starter-tomcat-3.5.7.jar
|
|
1731
|
+
Progress (1): 7.7/137 kB
|
|
533
1732
|
|
|
1733
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/10.1.48/tomcat-embed-core-10.1.48.jar
|
|
1734
|
+
Progress (1): 7.7/340 kB
|
|
534
1735
|
|
|
1736
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-el/10.1.48/tomcat-embed-el-10.1.48.jar
|
|
1737
|
+
Progress (1): 143/340 kB
|
|
535
1738
|
|
|
1739
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-websocket/10.1.48/tomcat-embed-websocket-10.1.48.jar
|
|
1740
|
+
Progress (1): 7.7/36 kB
|
|
536
1741
|
|
|
1742
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/6.2.12/spring-web-6.2.12.jar
|
|
1743
|
+
Progress (1): 4.8 kB
|
|
537
1744
|
|
|
1745
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/6.2.12/spring-beans-6.2.12.jar
|
|
1746
|
+
Progress (1): 0/3.7 MB
|
|
538
1747
|
|
|
1748
|
+
Progress (2): 1.8/3.7 MB | 311/890 kB
|
|
539
1749
|
|
|
1750
|
+
Progress (2): 1.8/3.7 MB | 311/890 kB
|
|
540
1751
|
|
|
1752
|
+
Progress (2): 1.9/3.7 MB | 0.2/2.1 MB
|
|
541
1753
|
|
|
1754
|
+
Progress (3): 2.5/3.7 MB | 0.5/2.1 MB | 229/284 kB
|
|
542
1755
|
|
|
1756
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/6.2.12/spring-context-6.2.12.jar
|
|
1757
|
+
Progress (2): 2.5/3.7 MB | 0.5/2.1 MB
|
|
543
1758
|
|
|
1759
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/6.2.12/spring-expression-6.2.12.jar
|
|
1760
|
+
Progress (1): 1.2/2.1 MB
|
|
544
1761
|
|
|
1762
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-autoconfigure/3.5.7/spring-boot-autoconfigure-3.5.7.jar
|
|
1763
|
+
Progress (2): 0.9/1.1 MB | 246/420 kB
|
|
545
1764
|
|
|
1765
|
+
Progress (1): 420 kB
|
|
546
1766
|
|
|
1767
|
+
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/6.2.12/spring-aop-6.2.12.jar (420 kB at 4.4 MB/s)
|
|
1768
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-configuration-processor/3.5.7/spring-boot-configuration-processor-3.5.7.jar
|
|
1769
|
+
Progress (1): 7.7/318 kB
|
|
547
1770
|
|
|
1771
|
+
Progress (1): 0.2/1.4 MB
|
|
548
1772
|
|
|
1773
|
+
Progress (1): 0.2/1.4 MB
|
|
549
1774
|
|
|
1775
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-actuator-autoconfigure/3.5.7/spring-boot-actuator-autoconfigure-3.5.7.jar
|
|
1776
|
+
Progress (1): 0/1.9 MB
|
|
550
1777
|
|
|
1778
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-actuator/3.5.7/spring-boot-actuator-3.5.7.jar
|
|
1779
|
+
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-actuator/3.5.7/spring-boot-starter-actuator-3.5.7.jar (4.8 kB at 43 kB/s)
|
|
1780
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.15.5/micrometer-observation-1.15.5.jar
|
|
1781
|
+
Progress (1): 0.7/1.9 MB
|
|
551
1782
|
|
|
1783
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.15.5/micrometer-commons-1.15.5.jar
|
|
1784
|
+
Progress (1): 0.1/2.1 MB
|
|
552
1785
|
|
|
1786
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-jakarta9/1.15.5/micrometer-jakarta9-1.15.5.jar
|
|
1787
|
+
Progress (3): 1.0/2.1 MB | 180/843 kB | 7.7/704 kB
|
|
553
1788
|
|
|
1789
|
+
Progress (2): 1.8/2.1 MB | 688/704 kB
|
|
554
1790
|
|
|
1791
|
+
Progress (2): 1.8/2.1 MB | 704 kB
|
|
555
1792
|
|
|
1793
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/hdrhistogram/HdrHistogram/2.2.2/HdrHistogram-2.2.2.jar
|
|
1794
|
+
Progress (1): 1.8/2.1 MB
|
|
556
1795
|
|
|
1796
|
+
Progress (1): 1.9/2.1 MB
|
|
557
1797
|
|
|
1798
|
+
Progress (1): 2.0/2.1 MB
|
|
558
1799
|
|
|
1800
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/3.5.7/spring-boot-starter-test-3.5.7.jar
|
|
1801
|
+
Progress (1): 7.7/33 kB
|
|
559
1802
|
|
|
1803
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/3.5.7/spring-boot-test-3.5.7.jar
|
|
1804
|
+
Progress (1): 7.7/865 kB
|
|
560
1805
|
|
|
1806
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/3.5.7/spring-boot-test-autoconfigure-3.5.7.jar
|
|
1807
|
+
Progress (1): 238/865 kB
|
|
561
1808
|
|
|
1809
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/2.9.0/json-path-2.9.0.jar
|
|
1810
|
+
Progress (1): 7.7/177 kB
|
|
562
1811
|
|
|
1812
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar
|
|
1813
|
+
Progress (1): 7.7/257 kB
|
|
563
1814
|
|
|
1815
|
+
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.4/jakarta.xml.bind-api-4.0.4.jar
|
|
1816
|
+
Progress (1): 7.7/230 kB
|
|
564
1817
|
|
|
1818
|
+
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.jar
|
|
1819
|
+
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/3.5.7/spring-boot-test-autoconfigure-3.5.7.jar (230 kB at 1.4 MB/s)
|
|
1820
|
+
Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.5.2/json-smart-2.5.2.jar
|
|
1821
|
+
Progress (1): 7.7/277 kB
|
|
565
1822
|
|
|
1823
|
+
Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/2.5.2/accessors-smart-2.5.2.jar
|
|
1824
|
+
Progress (1): 7.7/131 kB
|
|
566
1825
|
|
|
1826
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7.1/asm-9.7.1.jar
|
|
1827
|
+
Progress (1): 114/131 kB
|
|
567
1828
|
|
|
1829
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/awaitility/awaitility/4.2.2/awaitility-4.2.2.jar
|
|
1830
|
+
Progress (1): 4.1/67 kB
|
|
568
1831
|
|
|
1832
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/3.0/hamcrest-3.0.jar
|
|
1833
|
+
Progress (1): 7.7/30 kB
|
|
569
1834
|
|
|
1835
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/skyscreamer/jsonassert/1.5.3/jsonassert-1.5.3.jar
|
|
1836
|
+
Progress (1): 7.7/122 kB
|
|
570
1837
|
|
|
1838
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar
|
|
1839
|
+
Progress (1): 7.7/126 kB
|
|
571
1840
|
|
|
1841
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.2.12/spring-core-6.2.12.jar
|
|
1842
|
+
Progress (1): 49/126 kB
|
|
572
1843
|
|
|
1844
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/6.2.12/spring-jcl-6.2.12.jar
|
|
1845
|
+
Progress (1): 7.7/31 kB
|
|
573
1846
|
|
|
1847
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/6.2.12/spring-test-6.2.12.jar
|
|
1848
|
+
Progress (1): 7.7/97 kB
|
|
574
1849
|
|
|
1850
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.10.4/xmlunit-core-2.10.4.jar
|
|
1851
|
+
Progress (1): 0/1.0 MB
|
|
575
1852
|
|
|
1853
|
+
Progress (2): 0.2/1.0 MB | 0.2/2.0 MB
|
|
576
1854
|
|
|
1855
|
+
Progress (1): 1.0/2.0 MB
|
|
577
1856
|
|
|
1857
|
+
Progress (1): 7.7/178 kB
|
|
578
1858
|
|
|
1859
|
+
Downloaded from central: https://repo.maven.apache.org/maven2/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar (18 kB at 85 kB/s)
|
|
1860
|
+
[INFO]
|
|
1861
|
+
[INFO] --- clean:3.5.0:clean (default-clean) @ scalar-webmvc ---
|
|
1862
|
+
[INFO]
|
|
1863
|
+
[INFO] --- flatten:1.7.3:clean (flatten-clean) @ scalar-webmvc ---
|
|
1864
|
+
[INFO]
|
|
1865
|
+
[INFO] --- resources:3.4.0:resources (default-resources) @ scalar-webmvc ---
|
|
1866
|
+
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
1867
|
+
[INFO]
|
|
1868
|
+
[INFO] --- flatten:1.7.3:flatten (flatten) @ scalar-webmvc ---
|
|
1869
|
+
[INFO] Generating flattened POM of project com.scalar.maven:scalar-webmvc:jar:0.0.0...
|
|
1870
|
+
[INFO]
|
|
1871
|
+
[INFO] --- compiler:3.15.0:compile (default-compile) @ scalar-webmvc ---
|
|
1872
|
+
[INFO] Recompiling the module because of changed dependency.
|
|
1873
|
+
[INFO] Compiling 4 source files with javac [debug release 17] to target/classes
|
|
1874
|
+
[INFO]
|
|
1875
|
+
[INFO] >>> javadoc:3.12.0:javadoc (generate-javadoc) > generate-sources @ scalar-webmvc >>>
|
|
1876
|
+
[INFO]
|
|
1877
|
+
[INFO] <<< javadoc:3.12.0:javadoc (generate-javadoc) < generate-sources @ scalar-webmvc <<<
|
|
1878
|
+
[INFO]
|
|
1879
|
+
[INFO]
|
|
1880
|
+
[INFO] --- javadoc:3.12.0:javadoc (generate-javadoc) @ scalar-webmvc ---
|
|
1881
|
+
[INFO]
|
|
1882
|
+
[INFO] --- resources:3.4.0:testResources (default-testResources) @ scalar-webmvc ---
|
|
1883
|
+
[INFO] skip non existing resourceDirectory /home/runner/work/scalar/scalar/integrations/java/scalar-webmvc/src/test/resources
|
|
1884
|
+
[INFO]
|
|
1885
|
+
[INFO] --- compiler:3.15.0:testCompile (default-testCompile) @ scalar-webmvc ---
|
|
1886
|
+
[INFO] Recompiling the module because of changed dependency.
|
|
1887
|
+
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
|
|
1888
|
+
[INFO]
|
|
1889
|
+
[INFO] --- surefire:3.5.5:test (default-test) @ scalar-webmvc ---
|
|
1890
|
+
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
|
|
1891
|
+
[INFO]
|
|
1892
|
+
[INFO] -------------------------------------------------------
|
|
1893
|
+
[INFO] T E S T S
|
|
1894
|
+
[INFO] -------------------------------------------------------
|
|
1895
|
+
[INFO] Running ScalarWebMvcController
|
|
1896
|
+
[INFO] Running GET /scalar/scalar.js endpoint
|
|
1897
|
+
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
|
|
1898
|
+
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.513 s -- in GET /scalar/scalar.js endpoint
|
|
1899
|
+
[INFO] Running GET /scalar endpoint
|
|
1900
|
+
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in GET /scalar endpoint
|
|
1901
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.667 s -- in ScalarWebMvcController
|
|
1902
|
+
[INFO] Running ScalarWebMvcActuatorEndpoint
|
|
1903
|
+
[INFO] Running JavaScript Endpoint
|
|
1904
|
+
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in JavaScript Endpoint
|
|
1905
|
+
[INFO] Running Scalar UI Endpoint
|
|
1906
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in Scalar UI Endpoint
|
|
1907
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in ScalarWebMvcActuatorEndpoint
|
|
1908
|
+
[INFO]
|
|
1909
|
+
[INFO] Results:
|
|
1910
|
+
[INFO]
|
|
1911
|
+
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
|
|
1912
|
+
[INFO]
|
|
1913
|
+
[INFO]
|
|
1914
|
+
[INFO] --- jar:3.5.0:jar (default-jar) @ scalar-webmvc ---
|
|
1915
|
+
[INFO] Building jar: /home/runner/work/scalar/scalar/integrations/java/scalar-webmvc/target/scalar-webmvc-0.0.0.jar
|
|
1916
|
+
[INFO]
|
|
1917
|
+
[INFO] ------------------< com.scalar.maven:scalar-webflux >-------------------
|
|
1918
|
+
[INFO] Building Scalar API Reference Spring Boot WebFlux 0.0.0 [4/6]
|
|
1919
|
+
[INFO] from scalar-webflux/pom.xml
|
|
1920
|
+
[INFO] --------------------------------[ jar ]---------------------------------
|
|
1921
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-webflux/3.5.7/spring-boot-starter-webflux-3.5.7.pom
|
|
1922
|
+
Progress (1): 956 B
|
|
579
1923
|
|
|
1924
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-reactor-netty/3.5.7/spring-boot-starter-reactor-netty-3.5.7.pom
|
|
1925
|
+
Progress (1): 972 B
|
|
580
1926
|
|
|
1927
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/netty/reactor-netty-http/1.2.11/reactor-netty-http-1.2.11.pom
|
|
1928
|
+
Progress (1): 1.1 kB
|
|
581
1929
|
|
|
1930
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.128.Final/netty-codec-http-4.1.128.Final.pom
|
|
1931
|
+
Progress (1): 809 B
|
|
582
1932
|
|
|
1933
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.128.Final/netty-parent-4.1.128.Final.pom
|
|
1934
|
+
Progress (1): 737 B
|
|
583
1935
|
|
|
1936
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.128.Final/netty-common-4.1.128.Final.pom
|
|
1937
|
+
Progress (1): 1.3 kB
|
|
584
1938
|
|
|
1939
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.128.Final/netty-buffer-4.1.128.Final.pom
|
|
1940
|
+
Progress (1): 876 B
|
|
585
1941
|
|
|
1942
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.128.Final/netty-transport-4.1.128.Final.pom
|
|
1943
|
+
Progress (1): 850 B
|
|
586
1944
|
|
|
1945
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.128.Final/netty-resolver-4.1.128.Final.pom
|
|
1946
|
+
Progress (1): 876 B
|
|
587
1947
|
|
|
1948
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.128.Final/netty-codec-4.1.128.Final.pom
|
|
1949
|
+
Progress (1): 807 B
|
|
588
1950
|
|
|
1951
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.128.Final/netty-handler-4.1.128.Final.pom
|
|
1952
|
+
Progress (1): 801 B
|
|
589
1953
|
|
|
1954
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.128.Final/netty-transport-native-unix-common-4.1.128.Final.pom
|
|
1955
|
+
Progress (1): 767 B
|
|
590
1956
|
|
|
1957
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.128.Final/netty-codec-http2-4.1.128.Final.pom
|
|
1958
|
+
Progress (1): 802 B
|
|
591
1959
|
|
|
1960
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver-dns/4.1.128.Final/netty-resolver-dns-4.1.128.Final.pom
|
|
1961
|
+
Progress (1): 815 B
|
|
592
1962
|
|
|
1963
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-dns/4.1.128.Final/netty-codec-dns-4.1.128.Final.pom
|
|
1964
|
+
Progress (1): 815 B
|
|
593
1965
|
|
|
1966
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver-dns-native-macos/4.1.128.Final/netty-resolver-dns-native-macos-4.1.128.Final.pom
|
|
1967
|
+
Progress (1): 765 B
|
|
594
1968
|
|
|
1969
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver-dns-classes-macos/4.1.128.Final/netty-resolver-dns-classes-macos-4.1.128.Final.pom
|
|
1970
|
+
Progress (1): 850 B
|
|
595
1971
|
|
|
1972
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-epoll/4.1.128.Final/netty-transport-native-epoll-4.1.128.Final.pom
|
|
1973
|
+
Progress (1): 749 B
|
|
596
1974
|
|
|
1975
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-classes-epoll/4.1.128.Final/netty-transport-classes-epoll-4.1.128.Final.pom
|
|
1976
|
+
Progress (1): 850 B
|
|
597
1977
|
|
|
1978
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/netty/reactor-netty-core/1.2.11/reactor-netty-core-1.2.11.pom
|
|
1979
|
+
Progress (1): 1.1 kB
|
|
598
1980
|
|
|
1981
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.128.Final/netty-handler-proxy-4.1.128.Final.pom
|
|
1982
|
+
Progress (1): 810 B
|
|
599
1983
|
|
|
1984
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.128.Final/netty-codec-socks-4.1.128.Final.pom
|
|
1985
|
+
Progress (1): 850 B
|
|
600
1986
|
|
|
1987
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-core/3.7.12/reactor-core-3.7.12.pom
|
|
1988
|
+
Progress (1): 1.1 kB
|
|
601
1989
|
|
|
1990
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom
|
|
1991
|
+
Progress (1): 1.1 kB
|
|
602
1992
|
|
|
1993
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webflux/6.2.12/spring-webflux-6.2.12.pom
|
|
1994
|
+
Progress (1): 1.0 kB
|
|
603
1995
|
|
|
1996
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-test/3.7.12/reactor-test-3.7.12.pom
|
|
1997
|
+
Progress (1): 1.0 kB
|
|
604
1998
|
|
|
1999
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-webflux/3.5.7/spring-boot-starter-webflux-3.5.7.jar
|
|
2000
|
+
Progress (1): 4.8 kB
|
|
605
2001
|
|
|
2002
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-reactor-netty/3.5.7/spring-boot-starter-reactor-netty-3.5.7.jar
|
|
2003
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/netty/reactor-netty-http/1.2.11/reactor-netty-http-1.2.11.jar
|
|
2004
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.128.Final/netty-codec-http-4.1.128.Final.jar
|
|
2005
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.128.Final/netty-common-4.1.128.Final.jar
|
|
2006
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.128.Final/netty-buffer-4.1.128.Final.jar
|
|
2007
|
+
Progress (1): 16/725 kB
|
|
606
2008
|
|
|
2009
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.128.Final/netty-transport-4.1.128.Final.jar
|
|
2010
|
+
Progress (1): 508/725 kB
|
|
607
2011
|
|
|
2012
|
+
Progress (2): 307/681 kB | 74/605 kB
|
|
608
2013
|
|
|
2014
|
+
Progress (2): 307/681 kB | 139/605 kB
|
|
609
2015
|
|
|
2016
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.128.Final/netty-handler-4.1.128.Final.jar
|
|
2017
|
+
Progress (2): 557/681 kB | 393/605 kB
|
|
610
2018
|
|
|
2019
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.128.Final/netty-codec-http2-4.1.128.Final.jar
|
|
2020
|
+
Progress (1): 549/605 kB
|
|
611
2021
|
|
|
2022
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver-dns/4.1.128.Final/netty-resolver-dns-4.1.128.Final.jar
|
|
2023
|
+
Progress (2): 598/605 kB | 24/357 kB
|
|
612
2024
|
|
|
2025
|
+
Downloaded from central: https://repo.maven.apache.org/maven2/io/projectreactor/netty/reactor-netty-http/1.2.11/reactor-netty-http-1.2.11.jar (605 kB at 16 MB/s)
|
|
2026
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.128.Final/netty-resolver-4.1.128.Final.jar
|
|
2027
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-dns/4.1.128.Final/netty-codec-dns-4.1.128.Final.jar
|
|
2028
|
+
Progress (1): 7.7/500 kB
|
|
613
2029
|
|
|
2030
|
+
Progress (1): 155/581 kB
|
|
614
2031
|
|
|
2032
|
+
Progress (1): 172/581 kB
|
|
615
2033
|
|
|
2034
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver-dns-classes-macos/4.1.128.Final/netty-resolver-dns-classes-macos-4.1.128.Final.jar
|
|
2035
|
+
Progress (1): 8.2/188 kB
|
|
616
2036
|
|
|
2037
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-epoll/4.1.128.Final/netty-transport-native-epoll-4.1.128.Final-linux-x86_64.jar
|
|
2038
|
+
Progress (1): 7.7/67 kB
|
|
617
2039
|
|
|
2040
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.128.Final/netty-transport-native-unix-common-4.1.128.Final.jar
|
|
2041
|
+
Progress (1): 7.7/38 kB
|
|
618
2042
|
|
|
2043
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-classes-epoll/4.1.128.Final/netty-transport-classes-epoll-4.1.128.Final.jar
|
|
2044
|
+
Progress (1): 7.7/20 kB
|
|
619
2045
|
|
|
2046
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/netty/reactor-netty-core/1.2.11/reactor-netty-core-1.2.11.jar
|
|
2047
|
+
Progress (1): 7.7/41 kB
|
|
620
2048
|
|
|
2049
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.128.Final/netty-handler-proxy-4.1.128.Final.jar
|
|
2050
|
+
Progress (1): 7.7/44 kB
|
|
621
2051
|
|
|
2052
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.128.Final/netty-codec-socks-4.1.128.Final.jar
|
|
2053
|
+
Progress (1): 7.4/9.2 kB
|
|
622
2054
|
|
|
2055
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webflux/6.2.12/spring-webflux-6.2.12.jar
|
|
2056
|
+
Progress (1): 7.7/536 kB
|
|
623
2057
|
|
|
2058
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-test/3.7.12/reactor-test-3.7.12.jar
|
|
2059
|
+
Progress (1): 7.7/148 kB
|
|
624
2060
|
|
|
2061
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-core/3.7.12/reactor-core-3.7.12.jar
|
|
2062
|
+
Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-classes-epoll/4.1.128.Final/netty-transport-classes-epoll-4.1.128.Final.jar (148 kB at 1.9 MB/s)
|
|
2063
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar
|
|
2064
|
+
Progress (1): 26 kB
|
|
625
2065
|
|
|
2066
|
+
Progress (1): 7.7/142 kB
|
|
626
2067
|
|
|
2068
|
+
Progress (2): 115/142 kB | 0.2/1.0 MB
|
|
627
2069
|
|
|
2070
|
+
Progress (1): 0.3/1.0 MB
|
|
628
2071
|
|
|
2072
|
+
Progress (1): 0/1.9 MB
|
|
629
2073
|
|
|
2074
|
+
[INFO]
|
|
2075
|
+
[INFO] --- clean:3.5.0:clean (default-clean) @ scalar-webflux ---
|
|
2076
|
+
[INFO]
|
|
2077
|
+
[INFO] --- flatten:1.7.3:clean (flatten-clean) @ scalar-webflux ---
|
|
2078
|
+
[INFO]
|
|
2079
|
+
[INFO] --- resources:3.4.0:resources (default-resources) @ scalar-webflux ---
|
|
2080
|
+
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
2081
|
+
[INFO]
|
|
2082
|
+
[INFO] --- flatten:1.7.3:flatten (flatten) @ scalar-webflux ---
|
|
2083
|
+
[INFO] Generating flattened POM of project com.scalar.maven:scalar-webflux:jar:0.0.0...
|
|
2084
|
+
[INFO]
|
|
2085
|
+
[INFO] --- compiler:3.15.0:compile (default-compile) @ scalar-webflux ---
|
|
2086
|
+
[INFO] Recompiling the module because of changed dependency.
|
|
2087
|
+
[INFO] Compiling 4 source files with javac [debug release 17] to target/classes
|
|
2088
|
+
[INFO]
|
|
2089
|
+
[INFO] >>> javadoc:3.12.0:javadoc (generate-javadoc) > generate-sources @ scalar-webflux >>>
|
|
2090
|
+
[INFO]
|
|
2091
|
+
[INFO] <<< javadoc:3.12.0:javadoc (generate-javadoc) < generate-sources @ scalar-webflux <<<
|
|
2092
|
+
[INFO]
|
|
2093
|
+
[INFO]
|
|
2094
|
+
[INFO] --- javadoc:3.12.0:javadoc (generate-javadoc) @ scalar-webflux ---
|
|
2095
|
+
[INFO]
|
|
2096
|
+
[INFO] --- resources:3.4.0:testResources (default-testResources) @ scalar-webflux ---
|
|
2097
|
+
[INFO] skip non existing resourceDirectory /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/src/test/resources
|
|
2098
|
+
[INFO]
|
|
2099
|
+
[INFO] --- compiler:3.15.0:testCompile (default-testCompile) @ scalar-webflux ---
|
|
2100
|
+
[INFO] Recompiling the module because of changed dependency.
|
|
2101
|
+
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
|
|
2102
|
+
[INFO]
|
|
2103
|
+
[INFO] --- surefire:3.5.5:test (default-test) @ scalar-webflux ---
|
|
2104
|
+
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
|
|
2105
|
+
[INFO]
|
|
2106
|
+
[INFO] -------------------------------------------------------
|
|
2107
|
+
[INFO] T E S T S
|
|
2108
|
+
[INFO] -------------------------------------------------------
|
|
2109
|
+
[INFO] Running ScalarWebFluxController
|
|
2110
|
+
[INFO] Running GET /scalar/scalar.js endpoint
|
|
2111
|
+
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
|
|
2112
|
+
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.405 s -- in GET /scalar/scalar.js endpoint
|
|
2113
|
+
[INFO] Running GET /scalar endpoint
|
|
2114
|
+
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in GET /scalar endpoint
|
|
2115
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.603 s -- in ScalarWebFluxController
|
|
2116
|
+
[INFO] Running ScalarWebFluxActuatorEndpoint
|
|
2117
|
+
[INFO] Running JavaScript Endpoint
|
|
2118
|
+
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in JavaScript Endpoint
|
|
2119
|
+
[INFO] Running Scalar UI Endpoint
|
|
2120
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in Scalar UI Endpoint
|
|
2121
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in ScalarWebFluxActuatorEndpoint
|
|
2122
|
+
[INFO]
|
|
2123
|
+
[INFO] Results:
|
|
2124
|
+
[INFO]
|
|
2125
|
+
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
|
|
2126
|
+
[INFO]
|
|
2127
|
+
[INFO]
|
|
2128
|
+
[INFO] --- jar:3.5.0:jar (default-jar) @ scalar-webflux ---
|
|
2129
|
+
[INFO] Building jar: /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/scalar-webflux-0.0.0.jar
|
|
2130
|
+
[INFO]
|
|
2131
|
+
[INFO] -------------< com.scalar.maven:scalar-playground-webmvc >--------------
|
|
2132
|
+
[INFO] Building Scalar API Reference Playground (WebMVC) 0.0.0 [5/6]
|
|
2133
|
+
[INFO] from scalar-playground-webmvc/pom.xml
|
|
2134
|
+
[INFO] --------------------------------[ jar ]---------------------------------
|
|
2135
|
+
[INFO]
|
|
2136
|
+
[INFO] --- clean:3.5.0:clean (default-clean) @ scalar-playground-webmvc ---
|
|
2137
|
+
[INFO]
|
|
2138
|
+
[INFO] --- resources:3.4.0:resources (default-resources) @ scalar-playground-webmvc ---
|
|
2139
|
+
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
2140
|
+
[INFO]
|
|
2141
|
+
[INFO] --- compiler:3.15.0:compile (default-compile) @ scalar-playground-webmvc ---
|
|
2142
|
+
[INFO] Recompiling the module because of changed dependency.
|
|
2143
|
+
[INFO] Compiling 2 source files with javac [debug release 17] to target/classes
|
|
2144
|
+
[INFO]
|
|
2145
|
+
[INFO] --- resources:3.4.0:testResources (default-testResources) @ scalar-playground-webmvc ---
|
|
2146
|
+
[INFO] skip non existing resourceDirectory /home/runner/work/scalar/scalar/integrations/java/scalar-playground-webmvc/src/test/resources
|
|
2147
|
+
[INFO]
|
|
2148
|
+
[INFO] --- compiler:3.15.0:testCompile (default-testCompile) @ scalar-playground-webmvc ---
|
|
2149
|
+
[INFO] No sources to compile
|
|
2150
|
+
[INFO]
|
|
2151
|
+
[INFO] --- surefire:3.5.5:test (default-test) @ scalar-playground-webmvc ---
|
|
2152
|
+
[INFO] No tests to run.
|
|
2153
|
+
[INFO]
|
|
2154
|
+
[INFO] --- jar:3.5.0:jar (default-jar) @ scalar-playground-webmvc ---
|
|
2155
|
+
[INFO] Building jar: /home/runner/work/scalar/scalar/integrations/java/scalar-playground-webmvc/target/scalar-playground-webmvc-0.0.0.jar
|
|
2156
|
+
[INFO]
|
|
2157
|
+
[INFO] -------------< com.scalar.maven:scalar-playground-webflux >-------------
|
|
2158
|
+
[INFO] Building Scalar API Reference Playground (WebFlux) 0.0.0 [6/6]
|
|
2159
|
+
[INFO] from scalar-playground-webflux/pom.xml
|
|
2160
|
+
[INFO] --------------------------------[ jar ]---------------------------------
|
|
2161
|
+
[INFO]
|
|
2162
|
+
[INFO] --- clean:3.5.0:clean (default-clean) @ scalar-playground-webflux ---
|
|
2163
|
+
[INFO]
|
|
2164
|
+
[INFO] --- resources:3.4.0:resources (default-resources) @ scalar-playground-webflux ---
|
|
2165
|
+
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
2166
|
+
[INFO]
|
|
2167
|
+
[INFO] --- compiler:3.15.0:compile (default-compile) @ scalar-playground-webflux ---
|
|
2168
|
+
[INFO] Recompiling the module because of changed dependency.
|
|
2169
|
+
[INFO] Compiling 2 source files with javac [debug release 17] to target/classes
|
|
2170
|
+
[INFO]
|
|
2171
|
+
[INFO] --- resources:3.4.0:testResources (default-testResources) @ scalar-playground-webflux ---
|
|
2172
|
+
[INFO] skip non existing resourceDirectory /home/runner/work/scalar/scalar/integrations/java/scalar-playground-webflux/src/test/resources
|
|
2173
|
+
[INFO]
|
|
2174
|
+
[INFO] --- compiler:3.15.0:testCompile (default-testCompile) @ scalar-playground-webflux ---
|
|
2175
|
+
[INFO] No sources to compile
|
|
2176
|
+
[INFO]
|
|
2177
|
+
[INFO] --- surefire:3.5.5:test (default-test) @ scalar-playground-webflux ---
|
|
2178
|
+
[INFO] No tests to run.
|
|
2179
|
+
[INFO]
|
|
2180
|
+
[INFO] --- jar:3.5.0:jar (default-jar) @ scalar-playground-webflux ---
|
|
2181
|
+
[INFO] Building jar: /home/runner/work/scalar/scalar/integrations/java/scalar-playground-webflux/target/scalar-playground-webflux-0.0.0.jar
|
|
2182
|
+
[INFO] ------------------------------------------------------------------------
|
|
2183
|
+
[INFO] Reactor Summary for Scalar API Reference Parent 0.0.0:
|
|
2184
|
+
[INFO]
|
|
2185
|
+
[INFO] Scalar API Reference Parent ........................ SUCCESS [ 0.254 s]
|
|
2186
|
+
[INFO] Scalar API Reference Core .......................... SUCCESS [ 16.344 s]
|
|
2187
|
+
[INFO] Scalar API Reference Spring Boot WebMVC ............ SUCCESS [ 5.797 s]
|
|
2188
|
+
[INFO] Scalar API Reference Spring Boot WebFlux ........... SUCCESS [ 4.950 s]
|
|
2189
|
+
[INFO] Scalar API Reference Playground (WebMVC) ........... SUCCESS [ 0.419 s]
|
|
2190
|
+
[INFO] Scalar API Reference Playground (WebFlux) .......... SUCCESS [ 0.114 s]
|
|
2191
|
+
[INFO] ------------------------------------------------------------------------
|
|
2192
|
+
[INFO] BUILD SUCCESS
|
|
2193
|
+
[INFO] ------------------------------------------------------------------------
|
|
2194
|
+
[INFO] Total time: 35.068 s
|
|
2195
|
+
[INFO] Finished at: 2026-04-06T01:39:29Z
|
|
2196
|
+
[INFO] ------------------------------------------------------------------------
|