@ahmttyydn/java-integration 1.0.1 → 1.0.4
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/README.md +2 -2
- package/package.json +15 -16
- package/pom.xml +3 -3
- package/scalar-core/src/main/java/com/scalar/maven/core/config/ScalarAgentOptions.java +1 -1
- package/scalar-core/src/main/java/com/scalar/maven/core/internal/ScalarConfiguration.java +1 -1
- 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.4 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.4 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.2 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): 975 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.1 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): 809 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): 864 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/guava/32.1.0-jre/guava-32.1.0-jre.jar
|
|
307
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
|
|
308
|
+
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
|
|
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
|
+
Progress (1): 0.9/4.6 kB
|
|
99
313
|
|
|
314
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar
|
|
315
|
+
Progress (1): 0.9/16 kB
|
|
100
316
|
|
|
317
|
+
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
|
|
318
|
+
Progress (1): 0/3.0 MB
|
|
101
319
|
|
|
320
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
|
|
321
|
+
Progress (2): 0.1/3.0 MB | 17/224 kB
|
|
102
322
|
|
|
323
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
|
|
324
|
+
Progress (2): 0.1/3.0 MB | 58/224 kB
|
|
103
325
|
|
|
326
|
+
Progress (2): 0.2/3.0 MB | 159/224 kB
|
|
104
327
|
|
|
328
|
+
Progress (2): 0.2/3.0 MB | 164/224 kB
|
|
105
329
|
|
|
330
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar
|
|
331
|
+
Progress (2): 0.3/3.0 MB | 224 kB
|
|
106
332
|
|
|
333
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar
|
|
334
|
+
Progress (1): 0.3/3.0 MB
|
|
107
335
|
|
|
336
|
+
Progress (4): 0.7/3.0 MB | 154/501 kB | 87/703 kB | 0.1/1.6 MB
|
|
108
337
|
|
|
338
|
+
Progress (4): 0.7/3.0 MB | 218/501 kB | 87/703 kB | 0.1/1.6 MB
|
|
109
339
|
|
|
340
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.3.1/httpclient5-5.3.1.jar
|
|
341
|
+
Progress (4): 1.4/3.0 MB | 332/703 kB | 0.6/1.6 MB | 131/578 kB
|
|
110
342
|
|
|
343
|
+
Progress (3): 2.0/3.0 MB | 1.0/1.6 MB | 475/578 kB
|
|
111
344
|
|
|
345
|
+
Progress (3): 2.0/3.0 MB | 1.0/1.6 MB | 540/578 kB
|
|
112
346
|
|
|
347
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.2.4/httpcore5-h2-5.2.4.jar
|
|
348
|
+
Progress (2): 2.0/3.0 MB | 1.1/1.6 MB
|
|
113
349
|
|
|
350
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
|
|
351
|
+
Progress (2): 2.6/3.0 MB | 335/862 kB
|
|
114
352
|
|
|
353
|
+
Progress (3): 3.0/3.0 MB | 548/862 kB | 147/855 kB
|
|
115
354
|
|
|
355
|
+
Progress (2): 617/862 kB | 200/855 kB
|
|
116
356
|
|
|
357
|
+
Progress (2): 797/862 kB | 266/855 kB
|
|
117
358
|
|
|
359
|
+
Progress (1): 315/855 kB
|
|
118
360
|
|
|
361
|
+
[INFO] Inspecting build with total of 6 modules
|
|
362
|
+
[INFO] Installing Central Publishing features
|
|
363
|
+
[INFO] ------------------------------------------------------------------------
|
|
364
|
+
[INFO] Reactor Build Order:
|
|
365
|
+
[INFO]
|
|
366
|
+
[INFO] Scalar API Reference Parent [pom]
|
|
367
|
+
[INFO] Scalar API Reference Core [jar]
|
|
368
|
+
[INFO] Scalar API Reference Spring Boot WebMVC [jar]
|
|
369
|
+
[INFO] Scalar API Reference Spring Boot WebFlux [jar]
|
|
370
|
+
[INFO] Scalar API Reference Playground (WebMVC) [jar]
|
|
371
|
+
[INFO] Scalar API Reference Playground (WebFlux) [jar]
|
|
372
|
+
[INFO]
|
|
373
|
+
[INFO] -------------------< com.scalar.maven:scalar-parent >-------------------
|
|
374
|
+
[INFO] Building Scalar API Reference Parent 0.0.0 [1/6]
|
|
375
|
+
[INFO] from pom.xml
|
|
376
|
+
[INFO] --------------------------------[ pom ]---------------------------------
|
|
377
|
+
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
|
|
378
|
+
Progress (1): 797 B
|
|
119
379
|
|
|
380
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/44/maven-plugins-44.pom
|
|
381
|
+
Progress (1): 771 B
|
|
120
382
|
|
|
383
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/44/maven-parent-44.pom
|
|
384
|
+
Progress (1): 805 B
|
|
121
385
|
|
|
386
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom
|
|
387
|
+
Progress (1): 737 B
|
|
122
388
|
|
|
389
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom
|
|
390
|
+
Progress (1): 908 B
|
|
123
391
|
|
|
392
|
+
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
|
|
393
|
+
Progress (1): 3.4/37 kB
|
|
124
394
|
|
|
395
|
+
[INFO]
|
|
396
|
+
[INFO] --- clean:3.5.0:clean (default-clean) @ scalar-parent ---
|
|
397
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom
|
|
398
|
+
Progress (1): 998 B
|
|
125
399
|
|
|
400
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar
|
|
401
|
+
Progress (1): 7.7/193 kB
|
|
126
402
|
|
|
403
|
+
[INFO]
|
|
404
|
+
[INFO] --------------------< com.scalar.maven:scalar-core >--------------------
|
|
405
|
+
[INFO] Building Scalar API Reference Core 0.0.0 [2/6]
|
|
406
|
+
[INFO] from scalar-core/pom.xml
|
|
407
|
+
[INFO] --------------------------------[ jar ]---------------------------------
|
|
408
|
+
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
|
|
409
|
+
Progress (1): 767 B
|
|
127
410
|
|
|
411
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/93/mojo-parent-93.pom
|
|
412
|
+
Progress (1): 715 B
|
|
128
413
|
|
|
414
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom
|
|
415
|
+
Progress (1): 908 B
|
|
129
416
|
|
|
417
|
+
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
|
|
418
|
+
Progress (1): 7.7/131 kB
|
|
130
419
|
|
|
420
|
+
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
|
|
421
|
+
Progress (1): 766 B
|
|
131
422
|
|
|
423
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/45/maven-plugins-45.pom
|
|
424
|
+
Progress (1): 772 B
|
|
132
425
|
|
|
426
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/45/maven-parent-45.pom
|
|
427
|
+
Progress (1): 708 B
|
|
133
428
|
|
|
429
|
+
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
|
|
430
|
+
Progress (1): 7.7/31 kB
|
|
134
431
|
|
|
432
|
+
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
|
|
433
|
+
Progress (1): 758 B
|
|
135
434
|
|
|
435
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/47/maven-plugins-47.pom
|
|
436
|
+
Progress (1): 771 B
|
|
136
437
|
|
|
438
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/47/maven-parent-47.pom
|
|
439
|
+
Progress (1): 716 B
|
|
137
440
|
|
|
441
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/37/apache-37.pom
|
|
442
|
+
Progress (1): 733 B
|
|
138
443
|
|
|
444
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.2/junit-bom-5.14.2.pom
|
|
445
|
+
Progress (1): 908 B
|
|
139
446
|
|
|
447
|
+
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
|
|
448
|
+
Progress (1): 7.7/84 kB
|
|
140
449
|
|
|
450
|
+
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
|
|
451
|
+
Progress (1): 771 B
|
|
141
452
|
|
|
453
|
+
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
|
|
454
|
+
Progress (1): 7.7/493 kB
|
|
142
455
|
|
|
456
|
+
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
|
|
457
|
+
Progress (1): 827 B
|
|
143
458
|
|
|
459
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.5.5/surefire-3.5.5.pom
|
|
460
|
+
Progress (1): 791 B
|
|
144
461
|
|
|
462
|
+
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
|
|
463
|
+
Progress (1): 7.7/47 kB
|
|
145
464
|
|
|
465
|
+
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
|
|
466
|
+
Progress (1): 778 B
|
|
146
467
|
|
|
468
|
+
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
|
|
469
|
+
Progress (1): 7.7/35 kB
|
|
147
470
|
|
|
471
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.19.2/jackson-databind-2.19.2.pom
|
|
472
|
+
Progress (1): 1.0 kB
|
|
148
473
|
|
|
474
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.19.2/jackson-base-2.19.2.pom
|
|
475
|
+
Progress (1): 926 B
|
|
149
476
|
|
|
477
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom
|
|
478
|
+
Progress (1): 908 B
|
|
150
479
|
|
|
480
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.19.2/jackson-annotations-2.19.2.pom
|
|
481
|
+
Progress (1): 945 B
|
|
151
482
|
|
|
483
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.pom
|
|
484
|
+
Progress (1): 967 B
|
|
152
485
|
|
|
486
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.pom
|
|
487
|
+
Progress (1): 944 B
|
|
153
488
|
|
|
489
|
+
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
|
|
490
|
+
Progress (1): 954 B
|
|
154
491
|
|
|
492
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom
|
|
493
|
+
Progress (1): 996 B
|
|
155
494
|
|
|
495
|
+
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
|
|
496
|
+
Progress (1): 966 B
|
|
156
497
|
|
|
498
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
|
|
499
|
+
Progress (1): 1.0 kB
|
|
157
500
|
|
|
501
|
+
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
|
|
502
|
+
Progress (1): 968 B
|
|
158
503
|
|
|
504
|
+
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
|
|
505
|
+
Progress (1): 963 B
|
|
159
506
|
|
|
507
|
+
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
|
|
508
|
+
Progress (1): 957 B
|
|
160
509
|
|
|
510
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.pom
|
|
511
|
+
Progress (1): 1.6 kB
|
|
161
512
|
|
|
513
|
+
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.pom
|
|
514
|
+
Progress (1): 941 B
|
|
162
515
|
|
|
516
|
+
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.17.8/byte-buddy-parent-1.17.8.pom
|
|
517
|
+
Progress (1): 945 B
|
|
163
518
|
|
|
519
|
+
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.pom
|
|
520
|
+
Progress (1): 1.1 kB
|
|
164
521
|
|
|
522
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom
|
|
523
|
+
Progress (1): 795 B
|
|
165
524
|
|
|
525
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom
|
|
526
|
+
Progress (1): 741 B
|
|
166
527
|
|
|
528
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.pom
|
|
529
|
+
Progress (1): 1.6 kB
|
|
167
530
|
|
|
531
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.pom
|
|
532
|
+
Progress (1): 1.2 kB
|
|
168
533
|
|
|
534
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.19.2/jackson-databind-2.19.2.jar
|
|
535
|
+
Progress (1): 0/1.7 MB
|
|
169
536
|
|
|
537
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.19.2/jackson-annotations-2.19.2.jar
|
|
538
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.jar
|
|
539
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.jar
|
|
540
|
+
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
|
|
541
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar
|
|
542
|
+
Progress (1): 7.7/79 kB
|
|
170
543
|
|
|
544
|
+
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
|
|
545
|
+
Progress (1): 3.4/14 kB
|
|
171
546
|
|
|
547
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
|
|
548
|
+
Progress (1): 7.7/233 kB
|
|
172
549
|
|
|
550
|
+
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
|
|
551
|
+
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.jar (233 kB at 6.0 MB/s)
|
|
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 (1): 7.7/591 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 (1): 164/591 kB
|
|
174
557
|
|
|
558
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.jar
|
|
559
|
+
Progress (1): 262/591 kB
|
|
175
560
|
|
|
561
|
+
Progress (2): 591 kB | 463/602 kB
|
|
176
562
|
|
|
563
|
+
Progress (3): 591 kB | 512/602 kB | 25/256 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): 528/602 kB | 41/256 kB
|
|
178
567
|
|
|
568
|
+
Progress (1): 82/256 kB
|
|
179
569
|
|
|
570
|
+
Progress (2): 82/256 kB | 7.7/709 kB
|
|
180
571
|
|
|
572
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.jar
|
|
573
|
+
Progress (1): 344/709 kB
|
|
181
574
|
|
|
575
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.jar
|
|
576
|
+
Progress (1): 0/9.0 MB
|
|
182
577
|
|
|
578
|
+
Progress (1): 0.2/9.0 MB
|
|
183
579
|
|
|
580
|
+
Progress (2): 0.4/9.0 MB | 192/367 kB
|
|
184
581
|
|
|
582
|
+
Progress (1): 0.5/9.0 MB
|
|
185
583
|
|
|
584
|
+
Progress (1): 1.5/9.0 MB
|
|
186
585
|
|
|
586
|
+
[INFO]
|
|
587
|
+
[INFO] --- clean:3.5.0:clean (default-clean) @ scalar-core ---
|
|
588
|
+
[INFO]
|
|
589
|
+
[INFO] --- flatten:1.7.3:clean (flatten-clean) @ scalar-core ---
|
|
590
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom
|
|
591
|
+
Progress (1): 814 B
|
|
187
592
|
|
|
593
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom
|
|
594
|
+
Progress (1): 692 B
|
|
188
595
|
|
|
596
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom
|
|
597
|
+
Progress (1): 908 B
|
|
189
598
|
|
|
599
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.28/plexus-interpolation-1.28.pom
|
|
600
|
+
Progress (1): 1.3 kB
|
|
190
601
|
|
|
602
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/20/plexus-20.pom
|
|
603
|
+
Progress (1): 689 B
|
|
191
604
|
|
|
605
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar
|
|
606
|
+
Progress (1): 16/94 kB
|
|
192
607
|
|
|
608
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.28/plexus-interpolation-1.28.jar
|
|
609
|
+
Progress (1): 7.7/87 kB
|
|
193
610
|
|
|
611
|
+
[INFO]
|
|
612
|
+
[INFO] --- resources:3.4.0:resources (default-resources) @ scalar-core ---
|
|
613
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.4.0/maven-filtering-3.4.0.pom
|
|
614
|
+
Progress (1): 787 B
|
|
194
615
|
|
|
616
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom
|
|
617
|
+
Progress (1): 811 B
|
|
195
618
|
|
|
619
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom
|
|
620
|
+
Progress (1): 720 B
|
|
196
621
|
|
|
622
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom
|
|
623
|
+
Progress (1): 908 B
|
|
197
624
|
|
|
625
|
+
Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
|
|
626
|
+
Progress (1): 612 B
|
|
198
627
|
|
|
628
|
+
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
|
|
629
|
+
Progress (1): 910 B
|
|
199
630
|
|
|
631
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
|
|
632
|
+
Progress (1): 1.2 kB
|
|
200
633
|
|
|
634
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
|
|
635
|
+
Progress (1): 1.4 kB
|
|
201
636
|
|
|
637
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
|
|
638
|
+
Progress (1): 1.3 kB
|
|
202
639
|
|
|
640
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom
|
|
641
|
+
Progress (1): 692 B
|
|
203
642
|
|
|
643
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom
|
|
644
|
+
Progress (1): 762 B
|
|
204
645
|
|
|
646
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/69/commons-parent-69.pom
|
|
647
|
+
Progress (1): 796 B
|
|
205
648
|
|
|
649
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.16.0/commons-lang3-3.16.0.pom
|
|
650
|
+
Progress (1): 744 B
|
|
206
651
|
|
|
652
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/72/commons-parent-72.pom
|
|
653
|
+
Progress (1): 705 B
|
|
207
654
|
|
|
655
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0-M2/junit-bom-5.11.0-M2.pom
|
|
656
|
+
Progress (1): 908 B
|
|
208
657
|
|
|
658
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.pom
|
|
659
|
+
Progress (1): 740 B
|
|
209
660
|
|
|
661
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom
|
|
662
|
+
Progress (1): 699 B
|
|
210
663
|
|
|
664
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.4.0/maven-filtering-3.4.0.jar
|
|
665
|
+
Progress (1): 7.7/56 kB
|
|
211
666
|
|
|
667
|
+
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
|
|
668
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
|
|
669
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar
|
|
670
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.jar
|
|
671
|
+
Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
|
|
672
|
+
Progress (1): 7.7/714 kB
|
|
212
673
|
|
|
674
|
+
Progress (1): 73/714 kB
|
|
213
675
|
|
|
676
|
+
Progress (1): 172/714 kB
|
|
214
677
|
|
|
678
|
+
Progress (2): 299/714 kB | 205/509 kB
|
|
215
679
|
|
|
680
|
+
Progress (1): 463/714 kB
|
|
216
681
|
|
|
682
|
+
[INFO] Copying 2 resources from src/main/resources to target/classes
|
|
683
|
+
[INFO]
|
|
684
|
+
[INFO] --- flatten:1.7.3:flatten (flatten) @ scalar-core ---
|
|
685
|
+
[INFO] Generating flattened POM of project com.scalar.maven:scalar-core:jar:0.0.0...
|
|
686
|
+
[INFO]
|
|
687
|
+
[INFO] --- compiler:3.15.0:compile (default-compile) @ scalar-core ---
|
|
688
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.9.1/asm-9.9.1.pom
|
|
689
|
+
Progress (1): 1.3 kB
|
|
217
690
|
|
|
691
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
|
|
692
|
+
Progress (1): 709 B
|
|
218
693
|
|
|
694
|
+
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
|
|
695
|
+
Progress (1): 819 B
|
|
219
696
|
|
|
697
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
|
|
698
|
+
Progress (1): 812 B
|
|
220
699
|
|
|
700
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
|
|
701
|
+
Progress (1): 724 B
|
|
221
702
|
|
|
703
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom
|
|
704
|
+
Progress (1): 741 B
|
|
222
705
|
|
|
706
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
|
|
707
|
+
Progress (1): 764 B
|
|
223
708
|
|
|
709
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
|
|
710
|
+
Progress (1): 703 B
|
|
224
711
|
|
|
712
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
|
|
713
|
+
Progress (1): 749 B
|
|
225
714
|
|
|
715
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
|
|
716
|
+
Progress (1): 912 B
|
|
226
717
|
|
|
718
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
|
|
719
|
+
Progress (1): 806 B
|
|
227
720
|
|
|
721
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
|
|
722
|
+
Progress (1): 773 B
|
|
228
723
|
|
|
724
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
|
|
725
|
+
Progress (1): 726 B
|
|
229
726
|
|
|
727
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
|
|
728
|
+
Progress (1): 749 B
|
|
230
729
|
|
|
730
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.2/plexus-java-1.5.2.pom
|
|
731
|
+
Progress (1): 1.9 kB
|
|
231
732
|
|
|
733
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.5.2/plexus-languages-1.5.2.pom
|
|
734
|
+
Progress (1): 1.4 kB
|
|
232
735
|
|
|
736
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom
|
|
737
|
+
Progress (1): 689 B
|
|
233
738
|
|
|
739
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.pom
|
|
740
|
+
Progress (1): 872 B
|
|
234
741
|
|
|
742
|
+
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
|
|
743
|
+
Progress (1): 1.4 kB
|
|
235
744
|
|
|
745
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.16.2/plexus-compiler-2.16.2.pom
|
|
746
|
+
Progress (1): 1.2 kB
|
|
236
747
|
|
|
748
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/25/plexus-25.pom
|
|
749
|
+
Progress (1): 690 B
|
|
237
750
|
|
|
751
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.1/junit-bom-5.14.1.pom
|
|
752
|
+
Progress (1): 908 B
|
|
238
753
|
|
|
754
|
+
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
|
|
755
|
+
Progress (1): 1.3 kB
|
|
239
756
|
|
|
757
|
+
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
|
|
758
|
+
Progress (1): 1.3 kB
|
|
240
759
|
|
|
760
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.16.2/plexus-compilers-2.16.2.pom
|
|
761
|
+
Progress (1): 1.6 kB
|
|
241
762
|
|
|
763
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.9.1/asm-9.9.1.jar
|
|
764
|
+
Progress (1): 7.7/126 kB
|
|
242
765
|
|
|
766
|
+
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
|
|
767
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
|
|
768
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
|
|
769
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.jar
|
|
770
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.2/plexus-java-1.5.2.jar
|
|
771
|
+
Progress (1): 7.7/151 kB
|
|
243
772
|
|
|
773
|
+
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
|
|
774
|
+
Progress (1): 126/151 kB
|
|
244
775
|
|
|
776
|
+
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
|
|
777
|
+
Progress (1): 7.7/327 kB
|
|
245
778
|
|
|
779
|
+
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
|
|
780
|
+
Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.jar (353 kB at 8.6 MB/s)
|
|
781
|
+
Progress (1): 7.7/14 kB
|
|
246
782
|
|
|
783
|
+
Progress (1): 7.7/29 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): 758 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): 797 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): 781 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): 805 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): 754 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): 4.1/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/149 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
|
+
Downloaded 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 (9.8 kB at 337 kB/s)
|
|
1131
|
+
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
|
|
1132
|
+
Progress (1): 106/149 kB
|
|
359
1133
|
|
|
1134
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.jar
|
|
1135
|
+
Progress (1): 7.7/58 kB
|
|
360
1136
|
|
|
1137
|
+
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
|
|
1138
|
+
Progress (1): 7.7/34 kB
|
|
361
1139
|
|
|
1140
|
+
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
|
|
1141
|
+
Progress (1): 7.7/44 kB
|
|
362
1142
|
|
|
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/168 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): 147/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/86 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/17 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/305 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): 131/305 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): 246/305 kB
|
|
370
1166
|
|
|
1167
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
|
|
1168
|
+
Progress (1): 5.7 kB
|
|
371
1169
|
|
|
1170
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
|
|
1171
|
+
Progress (1): 7.7/53 kB
|
|
372
1172
|
|
|
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/510 kB
|
|
373
1175
|
|
|
1176
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar
|
|
1177
|
+
Progress (1): 179/247 kB
|
|
374
1178
|
|
|
1179
|
+
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.jar
|
|
1180
|
+
Progress (2): 139/588 kB | 49/217 kB
|
|
375
1181
|
|
|
1182
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
|
|
1183
|
+
Progress (1): 221/588 kB
|
|
376
1184
|
|
|
1185
|
+
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
|
|
1186
|
+
Progress (1): 163/242 kB
|
|
377
1187
|
|
|
1188
|
+
Progress (1): 7.7/35 kB
|
|
378
1189
|
|
|
1190
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.14.0/commons-text-1.14.0.jar
|
|
1191
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
|
|
1192
|
+
Progress (1): 7.7/50 kB
|
|
379
1193
|
|
|
1194
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
|
|
1195
|
+
Progress (1): 7.7/12 kB
|
|
380
1196
|
|
|
1197
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
|
|
1198
|
+
Progress (1): 7.7/55 kB
|
|
381
1199
|
|
|
1200
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
|
|
1201
|
+
Progress (1): 7.7/260 kB
|
|
382
1202
|
|
|
1203
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.jar
|
|
1204
|
+
Progress (1): 61/62 kB
|
|
383
1205
|
|
|
1206
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar
|
|
1207
|
+
Progress (1): 7.7/786 kB
|
|
384
1208
|
|
|
1209
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.5.1/plexus-io-3.5.1.jar
|
|
1210
|
+
Progress (2): 73/328 kB | 188/335 kB
|
|
385
1211
|
|
|
1212
|
+
Progress (1): 295/328 kB
|
|
386
1213
|
|
|
1214
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.jar
|
|
1215
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.jar
|
|
1216
|
+
Progress (1): 7.7/57 kB
|
|
387
1217
|
|
|
1218
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/airlift/aircompressor/0.27/aircompressor-0.27.jar
|
|
1219
|
+
Progress (1): 7.7/126 kB
|
|
388
1220
|
|
|
1221
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
|
|
1222
|
+
Progress (1): 7.7/225 kB
|
|
389
1223
|
|
|
1224
|
+
Progress (1): 0.1/1.1 MB
|
|
390
1225
|
|
|
1226
|
+
Progress (1): 0.1/1.1 MB
|
|
391
1227
|
|
|
1228
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.20.0/commons-io-2.20.0.jar
|
|
1229
|
+
Progress (2): 0.4/1.1 MB | 97/255 kB
|
|
392
1230
|
|
|
1231
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.4/plexus-interactivity-api-1.4.jar
|
|
1232
|
+
Progress (1): 0.6/1.1 MB
|
|
393
1233
|
|
|
1234
|
+
Progress (1): 0.8/1.1 MB
|
|
394
1235
|
|
|
1236
|
+
Progress (1): 0/6.7 MB
|
|
395
1237
|
|
|
1238
|
+
Progress (1): 0.6/6.7 MB
|
|
396
1239
|
|
|
1240
|
+
Progress (1): 0.9/6.7 MB
|
|
397
1241
|
|
|
1242
|
+
[INFO]
|
|
1243
|
+
[INFO] --- resources:3.4.0:testResources (default-testResources) @ scalar-core ---
|
|
1244
|
+
[INFO] skip non existing resourceDirectory /home/runner/work/scalar/scalar/integrations/java/scalar-core/src/test/resources
|
|
1245
|
+
[INFO]
|
|
1246
|
+
[INFO] --- compiler:3.15.0:testCompile (default-testCompile) @ scalar-core ---
|
|
1247
|
+
[INFO] Recompiling the module because of changed dependency.
|
|
1248
|
+
[INFO] Compiling 7 source files with javac [debug release 17] to target/test-classes
|
|
1249
|
+
[INFO]
|
|
1250
|
+
[INFO] --- surefire:3.5.5:test (default-test) @ scalar-core ---
|
|
1251
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.5.5/surefire-api-3.5.5.pom
|
|
1252
|
+
Progress (1): 833 B
|
|
398
1253
|
|
|
1254
|
+
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
|
|
1255
|
+
Progress (1): 826 B
|
|
399
1256
|
|
|
1257
|
+
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
|
|
1258
|
+
Progress (1): 1.1 kB
|
|
400
1259
|
|
|
1260
|
+
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
|
|
1261
|
+
Progress (1): 833 B
|
|
401
1262
|
|
|
1263
|
+
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
|
|
1264
|
+
Progress (1): 822 B
|
|
402
1265
|
|
|
1266
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.5.5/surefire-booter-3.5.5.pom
|
|
1267
|
+
Progress (1): 830 B
|
|
403
1268
|
|
|
1269
|
+
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
|
|
1270
|
+
Progress (1): 872 B
|
|
404
1271
|
|
|
1272
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.5.5/surefire-api-3.5.5.jar
|
|
1273
|
+
Progress (1): 7.7/174 kB
|
|
405
1274
|
|
|
1275
|
+
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
|
|
1276
|
+
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
|
|
1277
|
+
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
|
|
1278
|
+
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
|
|
1279
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.5.5/surefire-booter-3.5.5.jar
|
|
1280
|
+
Progress (1): 0/3.0 MB
|
|
406
1281
|
|
|
1282
|
+
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.jar
|
|
1283
|
+
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.5.5/surefire-booter-3.5.5.jar (123 kB at 3.7 MB/s)
|
|
1284
|
+
Progress (2): 1.1/3.0 MB | 78/316 kB
|
|
407
1285
|
|
|
1286
|
+
Downloaded 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 (316 kB at 8.3 MB/s)
|
|
1287
|
+
Progress (1): 1.7/3.0 MB
|
|
408
1288
|
|
|
1289
|
+
Progress (1): 7.5/8.2 kB
|
|
409
1290
|
|
|
1291
|
+
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
|
|
1292
|
+
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
|
|
1293
|
+
Progress (1): 832 B
|
|
410
1294
|
|
|
1295
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.5.5/surefire-providers-3.5.5.pom
|
|
1296
|
+
Progress (1): 844 B
|
|
411
1297
|
|
|
1298
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.5.5/common-java5-3.5.5.pom
|
|
1299
|
+
Progress (1): 839 B
|
|
412
1300
|
|
|
1301
|
+
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
|
|
1302
|
+
Progress (1): 967 B
|
|
413
1303
|
|
|
1304
|
+
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
|
|
1305
|
+
Progress (1): 7.7/35 kB
|
|
414
1306
|
|
|
1307
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.5.5/common-java5-3.5.5.jar
|
|
1308
|
+
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
|
|
1309
|
+
Progress (1): 7.7/208 kB
|
|
415
1310
|
|
|
1311
|
+
Progress (1): 7.7/18 kB
|
|
416
1312
|
|
|
1313
|
+
[INFO]
|
|
1314
|
+
[INFO] -------------------------------------------------------
|
|
1315
|
+
[INFO] T E S T S
|
|
1316
|
+
[INFO] -------------------------------------------------------
|
|
1317
|
+
[INFO] Running DefaultHttpClient
|
|
1318
|
+
[INFO] Running properties
|
|
1319
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in properties
|
|
1320
|
+
[INFO] Running construction
|
|
1321
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in construction
|
|
1322
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s -- in DefaultHttpClient
|
|
1323
|
+
[INFO] Running ScalarAgentOptions
|
|
1324
|
+
[INFO] Running JSON serialization
|
|
1325
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s -- in JSON serialization
|
|
1326
|
+
[INFO] Running properties
|
|
1327
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in properties
|
|
1328
|
+
[INFO] Running construction
|
|
1329
|
+
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in construction
|
|
1330
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.230 s -- in ScalarAgentOptions
|
|
1331
|
+
[INFO] Running ScalarServer
|
|
1332
|
+
[INFO] Running ServerVariable
|
|
1333
|
+
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in ServerVariable
|
|
1334
|
+
[INFO] Running properties
|
|
1335
|
+
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in properties
|
|
1336
|
+
[INFO] Running construction
|
|
1337
|
+
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in construction
|
|
1338
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in ScalarServer
|
|
1339
|
+
[INFO] Running ScalarSource
|
|
1340
|
+
[INFO] Running properties
|
|
1341
|
+
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in properties
|
|
1342
|
+
[INFO] Running construction
|
|
1343
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in construction
|
|
1344
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in ScalarSource
|
|
1345
|
+
[INFO] Running ScalarProperties
|
|
1346
|
+
[INFO] Running property combinations
|
|
1347
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in property combinations
|
|
1348
|
+
[INFO] Running showDeveloperTools property
|
|
1349
|
+
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in showDeveloperTools property
|
|
1350
|
+
[INFO] Running actuatorEnabled property
|
|
1351
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in actuatorEnabled property
|
|
1352
|
+
[INFO] Running hideSearch property
|
|
1353
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in hideSearch property
|
|
1354
|
+
[INFO] Running customCss property
|
|
1355
|
+
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in customCss property
|
|
1356
|
+
[INFO] Running hideDarkModeToggle property
|
|
1357
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in hideDarkModeToggle property
|
|
1358
|
+
[INFO] Running darkMode property
|
|
1359
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in darkMode property
|
|
1360
|
+
[INFO] Running hideTestRequestButton property
|
|
1361
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in hideTestRequestButton property
|
|
1362
|
+
[INFO] Running hideModels property
|
|
1363
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in hideModels property
|
|
1364
|
+
[INFO] Running showSidebar property
|
|
1365
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in showSidebar property
|
|
1366
|
+
[INFO] Running path property
|
|
1367
|
+
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in path property
|
|
1368
|
+
[INFO] Running Sources property
|
|
1369
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in Sources property
|
|
1370
|
+
[INFO] Running enabled property
|
|
1371
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in enabled property
|
|
1372
|
+
[INFO] Running URL property
|
|
1373
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in URL property
|
|
1374
|
+
[INFO] Running default values
|
|
1375
|
+
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in default values
|
|
1376
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s -- in ScalarProperties
|
|
1377
|
+
[INFO] Running ScalarHtmlRenderer
|
|
1378
|
+
[INFO] Running getScalarJsContent
|
|
1379
|
+
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in getScalarJsContent
|
|
1380
|
+
[INFO] Running render
|
|
1381
|
+
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in render
|
|
1382
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in ScalarHtmlRenderer
|
|
1383
|
+
[INFO] Running com.scalar.maven.core.ScalarConfigurationTest
|
|
1384
|
+
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in com.scalar.maven.core.ScalarConfigurationTest
|
|
1385
|
+
[INFO]
|
|
1386
|
+
[INFO] Results:
|
|
1387
|
+
[INFO]
|
|
1388
|
+
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0
|
|
1389
|
+
[INFO]
|
|
1390
|
+
[INFO]
|
|
1391
|
+
[INFO] --- jar:3.5.0:jar (default-jar) @ scalar-core ---
|
|
1392
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.2.0/file-management-3.2.0.pom
|
|
1393
|
+
Progress (1): 793 B
|
|
417
1394
|
|
|
1395
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/44/maven-shared-components-44.pom
|
|
1396
|
+
Progress (1): 810 B
|
|
418
1397
|
|
|
1398
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.19.0/commons-io-2.19.0.pom
|
|
1399
|
+
Progress (1): 763 B
|
|
419
1400
|
|
|
1401
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom
|
|
1402
|
+
Progress (1): 701 B
|
|
420
1403
|
|
|
1404
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.5/maven-archiver-3.6.5.pom
|
|
1405
|
+
Progress (1): 796 B
|
|
421
1406
|
|
|
1407
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.10.2/plexus-archiver-4.10.2.pom
|
|
1408
|
+
Progress (1): 1.2 kB
|
|
422
1409
|
|
|
1410
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/23/plexus-23.pom
|
|
1411
|
+
Progress (1): 686 B
|
|
423
1412
|
|
|
1413
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.pom
|
|
1414
|
+
Progress (1): 816 B
|
|
424
1415
|
|
|
1416
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.19.0/commons-codec-1.19.0.pom
|
|
1417
|
+
Progress (1): 739 B
|
|
425
1418
|
|
|
1419
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.10/xz-1.10.pom
|
|
1420
|
+
Progress (1): 1.1 kB
|
|
426
1421
|
|
|
1422
|
+
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
|
|
1423
|
+
Progress (1): 1.1 kB
|
|
427
1424
|
|
|
1425
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.10.4/plexus-archiver-4.10.4.pom
|
|
1426
|
+
Progress (1): 1.2 kB
|
|
428
1427
|
|
|
1428
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.pom
|
|
1429
|
+
Progress (1): 1.2 kB
|
|
429
1430
|
|
|
1431
|
+
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
|
|
1432
|
+
Progress (1): 1.1 kB
|
|
430
1433
|
|
|
1434
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.pom
|
|
1435
|
+
Progress (1): 760 B
|
|
431
1436
|
|
|
1437
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/91/commons-parent-91.pom
|
|
1438
|
+
Progress (1): 699 B
|
|
432
1439
|
|
|
1440
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.2.0/file-management-3.2.0.jar
|
|
1441
|
+
Progress (1): 7.7/26 kB
|
|
433
1442
|
|
|
1443
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.5/maven-archiver-3.6.5.jar
|
|
1444
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.10.4/plexus-archiver-4.10.4.jar
|
|
1445
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.jar
|
|
1446
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar
|
|
1447
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.19.0/commons-codec-1.19.0.jar
|
|
1448
|
+
Progress (1): 7.7/28 kB
|
|
434
1449
|
|
|
1450
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.10/xz-1.10.jar
|
|
1451
|
+
Progress (1): 7.7/227 kB
|
|
435
1452
|
|
|
1453
|
+
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
|
|
1454
|
+
Progress (1): 7.7/375 kB
|
|
436
1455
|
|
|
1456
|
+
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.jar
|
|
1457
|
+
Progress (1): 147/375 kB
|
|
437
1458
|
|
|
1459
|
+
Progress (1): 0.2/1.1 MB
|
|
438
1460
|
|
|
1461
|
+
Progress (1): 0.7/1.1 MB
|
|
439
1462
|
|
|
1463
|
+
Progress (1): 0/7.4 MB
|
|
440
1464
|
|
|
1465
|
+
Progress (1): 1.7/7.4 MB
|
|
441
1466
|
|
|
1467
|
+
[INFO] Building jar: /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/scalar-core-0.0.0.jar
|
|
1468
|
+
[INFO]
|
|
1469
|
+
[INFO] -------------------< com.scalar.maven:scalar-webmvc >-------------------
|
|
1470
|
+
[INFO] Building Scalar API Reference Spring Boot WebMVC 0.0.0 [3/6]
|
|
1471
|
+
[INFO] from scalar-webmvc/pom.xml
|
|
1472
|
+
[INFO] --------------------------------[ jar ]---------------------------------
|
|
1473
|
+
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
|
|
1474
|
+
Progress (1): 926 B
|
|
442
1475
|
|
|
1476
|
+
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
|
|
1477
|
+
Progress (1): 947 B
|
|
443
1478
|
|
|
1479
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/3.5.7/spring-boot-3.5.7.pom
|
|
1480
|
+
Progress (1): 1.0 kB
|
|
444
1481
|
|
|
1482
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.2.12/spring-core-6.2.12.pom
|
|
1483
|
+
Progress (1): 1.1 kB
|
|
445
1484
|
|
|
1485
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/6.2.12/spring-jcl-6.2.12.pom
|
|
1486
|
+
Progress (1): 1.1 kB
|
|
446
1487
|
|
|
1488
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/6.2.12/spring-context-6.2.12.pom
|
|
1489
|
+
Progress (1): 1.1 kB
|
|
447
1490
|
|
|
1491
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/6.2.12/spring-aop-6.2.12.pom
|
|
1492
|
+
Progress (1): 1.1 kB
|
|
448
1493
|
|
|
1494
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/6.2.12/spring-beans-6.2.12.pom
|
|
1495
|
+
Progress (1): 1.1 kB
|
|
449
1496
|
|
|
1497
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/6.2.12/spring-expression-6.2.12.pom
|
|
1498
|
+
Progress (1): 1.1 kB
|
|
450
1499
|
|
|
1500
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.15.5/micrometer-observation-1.15.5.pom
|
|
1501
|
+
Progress (1): 1.1 kB
|
|
451
1502
|
|
|
1503
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.15.5/micrometer-commons-1.15.5.pom
|
|
1504
|
+
Progress (1): 1.1 kB
|
|
452
1505
|
|
|
1506
|
+
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
|
|
1507
|
+
Progress (1): 1.0 kB
|
|
453
1508
|
|
|
1509
|
+
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
|
|
1510
|
+
Progress (1): 982 B
|
|
454
1511
|
|
|
1512
|
+
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.20/logback-classic-1.5.20.pom
|
|
1513
|
+
Progress (1): 1.7 kB
|
|
455
1514
|
|
|
1515
|
+
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.5.20/logback-parent-1.5.20.pom
|
|
1516
|
+
Progress (1): 1.1 kB
|
|
456
1517
|
|
|
1518
|
+
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.20/logback-core-1.5.20.pom
|
|
1519
|
+
Progress (1): 1.5 kB
|
|
457
1520
|
|
|
1521
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.pom
|
|
1522
|
+
Progress (1): 1.1 kB
|
|
458
1523
|
|
|
1524
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.17/slf4j-parent-2.0.17.pom
|
|
1525
|
+
Progress (1): 953 B
|
|
459
1526
|
|
|
1527
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.17/slf4j-bom-2.0.17.pom
|
|
1528
|
+
Progress (1): 997 B
|
|
460
1529
|
|
|
1530
|
+
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
|
|
1531
|
+
Progress (1): 813 B
|
|
461
1532
|
|
|
1533
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.24.3/log4j-2.24.3.pom
|
|
1534
|
+
Progress (1): 728 B
|
|
462
1535
|
|
|
1536
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.22/groovy-bom-4.0.22.pom
|
|
1537
|
+
Progress (1): 863 B
|
|
463
1538
|
|
|
1539
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.17.2/jackson-bom-2.17.2.pom
|
|
1540
|
+
Progress (1): 924 B
|
|
464
1541
|
|
|
1542
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.17/jackson-parent-2.17.pom
|
|
1543
|
+
Progress (1): 1.1 kB
|
|
465
1544
|
|
|
1545
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/58/oss-parent-58.pom
|
|
1546
|
+
Progress (1): 950 B
|
|
466
1547
|
|
|
1548
|
+
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom
|
|
1549
|
+
Progress (1): 848 B
|
|
467
1550
|
|
|
1551
|
+
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom
|
|
1552
|
+
Progress (1): 823 B
|
|
468
1553
|
|
|
1554
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
|
|
1555
|
+
Progress (1): 837 B
|
|
469
1556
|
|
|
1557
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom
|
|
1558
|
+
Progress (1): 1.4 kB
|
|
470
1559
|
|
|
1560
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom
|
|
1561
|
+
Progress (1): 974 B
|
|
471
1562
|
|
|
1563
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.pom
|
|
1564
|
+
Progress (1): 817 B
|
|
472
1565
|
|
|
1566
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.pom
|
|
1567
|
+
Progress (1): 1.1 kB
|
|
473
1568
|
|
|
1569
|
+
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom
|
|
1570
|
+
Progress (1): 828 B
|
|
474
1571
|
|
|
1572
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.pom
|
|
1573
|
+
Progress (1): 1.2 kB
|
|
475
1574
|
|
|
1575
|
+
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
|
|
1576
|
+
Progress (1): 964 B
|
|
476
1577
|
|
|
1578
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/6.2.12/spring-web-6.2.12.pom
|
|
1579
|
+
Progress (1): 1.1 kB
|
|
477
1580
|
|
|
1581
|
+
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
|
|
1582
|
+
Progress (1): 1.0 kB
|
|
478
1583
|
|
|
1584
|
+
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
|
|
1585
|
+
Progress (1): 1.4 kB
|
|
479
1586
|
|
|
1587
|
+
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
|
|
1588
|
+
Progress (1): 984 B
|
|
480
1589
|
|
|
1590
|
+
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
|
|
1591
|
+
Progress (1): 972 B
|
|
481
1592
|
|
|
1593
|
+
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
|
|
1594
|
+
Progress (1): 972 B
|
|
482
1595
|
|
|
1596
|
+
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
|
|
1597
|
+
Progress (1): 843 B
|
|
483
1598
|
|
|
1599
|
+
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
|
|
1600
|
+
Progress (1): 843 B
|
|
484
1601
|
|
|
1602
|
+
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
|
|
1603
|
+
Progress (1): 842 B
|
|
485
1604
|
|
|
1605
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/6.2.12/spring-webmvc-6.2.12.pom
|
|
1606
|
+
Progress (1): 1.0 kB
|
|
486
1607
|
|
|
1608
|
+
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
|
|
1609
|
+
Progress (1): 1.0 kB
|
|
487
1610
|
|
|
1611
|
+
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
|
|
1612
|
+
Progress (1): 951 B
|
|
488
1613
|
|
|
1614
|
+
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
|
|
1615
|
+
Progress (1): 993 B
|
|
489
1616
|
|
|
1617
|
+
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
|
|
1618
|
+
Progress (1): 1.0 kB
|
|
490
1619
|
|
|
1620
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-jakarta9/1.15.5/micrometer-jakarta9-1.15.5.pom
|
|
1621
|
+
Progress (1): 1.1 kB
|
|
491
1622
|
|
|
1623
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-core/1.15.5/micrometer-core-1.15.5.pom
|
|
1624
|
+
Progress (1): 986 B
|
|
492
1625
|
|
|
1626
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/hdrhistogram/HdrHistogram/2.2.2/HdrHistogram-2.2.2.pom
|
|
1627
|
+
Progress (1): 961 B
|
|
493
1628
|
|
|
1629
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.pom
|
|
1630
|
+
Progress (1): 1.0 kB
|
|
494
1631
|
|
|
1632
|
+
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
|
|
1633
|
+
Progress (1): 920 B
|
|
495
1634
|
|
|
1635
|
+
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
|
|
1636
|
+
Progress (1): 1.0 kB
|
|
496
1637
|
|
|
1638
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/6.2.12/spring-test-6.2.12.pom
|
|
1639
|
+
Progress (1): 1.1 kB
|
|
497
1640
|
|
|
1641
|
+
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
|
|
1642
|
+
Progress (1): 1.0 kB
|
|
498
1643
|
|
|
1644
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/2.9.0/json-path-2.9.0.pom
|
|
1645
|
+
Progress (1): 960 B
|
|
499
1646
|
|
|
1647
|
+
Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.5.2/json-smart-2.5.2.pom
|
|
1648
|
+
Progress (1): 789 B
|
|
500
1649
|
|
|
1650
|
+
Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/2.5.2/accessors-smart-2.5.2.pom
|
|
1651
|
+
Progress (1): 781 B
|
|
501
1652
|
|
|
1653
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7.1/asm-9.7.1.pom
|
|
1654
|
+
Progress (1): 1.3 kB
|
|
502
1655
|
|
|
1656
|
+
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
|
|
1657
|
+
Progress (1): 845 B
|
|
503
1658
|
|
|
1659
|
+
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
|
|
1660
|
+
Progress (1): 897 B
|
|
504
1661
|
|
|
1662
|
+
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.pom
|
|
1663
|
+
Progress (1): 857 B
|
|
505
1664
|
|
|
1665
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/awaitility/awaitility/4.2.2/awaitility-4.2.2.pom
|
|
1666
|
+
Progress (1): 821 B
|
|
506
1667
|
|
|
1668
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/awaitility/awaitility-parent/4.2.2/awaitility-parent-4.2.2.pom
|
|
1669
|
+
Progress (1): 826 B
|
|
507
1670
|
|
|
1671
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/3.0/hamcrest-3.0.pom
|
|
1672
|
+
Progress (1): 983 B
|
|
508
1673
|
|
|
1674
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/skyscreamer/jsonassert/1.5.3/jsonassert-1.5.3.pom
|
|
1675
|
+
Progress (1): 1.0 kB
|
|
509
1676
|
|
|
1677
|
+
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
|
|
1678
|
+
Progress (1): 1.1 kB
|
|
510
1679
|
|
|
1680
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.10.4/xmlunit-core-2.10.4.pom
|
|
1681
|
+
Progress (1): 843 B
|
|
511
1682
|
|
|
1683
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-parent/2.10.4/xmlunit-parent-2.10.4.pom
|
|
1684
|
+
Progress (1): 783 B
|
|
512
1685
|
|
|
1686
|
+
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
|
|
1687
|
+
Progress (1): 4.8 kB
|
|
513
1688
|
|
|
1689
|
+
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
|
|
1690
|
+
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
|
|
1691
|
+
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.20/logback-classic-1.5.20.jar
|
|
1692
|
+
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.20/logback-core-1.5.20.jar
|
|
1693
|
+
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
|
|
1694
|
+
Progress (1): 4.8 kB
|
|
514
1695
|
|
|
1696
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.jar
|
|
1697
|
+
Progress (1): 7.7/636 kB
|
|
515
1698
|
|
|
1699
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.jar
|
|
1700
|
+
Progress (1): 4.8 kB
|
|
516
1701
|
|
|
1702
|
+
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar
|
|
1703
|
+
Progress (1): 7.7/307 kB
|
|
517
1704
|
|
|
1705
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.jar
|
|
1706
|
+
Progress (1): 7.7/24 kB
|
|
518
1707
|
|
|
1708
|
+
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
|
|
1709
|
+
Progress (1): 7.7/349 kB
|
|
519
1710
|
|
|
1711
|
+
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.jar
|
|
1712
|
+
Progress (1): 3.4/6.3 kB
|
|
520
1713
|
|
|
1714
|
+
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
|
|
1715
|
+
Progress (1): 7.7/26 kB
|
|
521
1716
|
|
|
1717
|
+
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
|
|
1718
|
+
Progress (1): 4.7 kB
|
|
522
1719
|
|
|
1720
|
+
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
|
|
1721
|
+
Progress (1): 4.1/36 kB
|
|
523
1722
|
|
|
1723
|
+
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
|
|
1724
|
+
Progress (1): 57/340 kB
|
|
524
1725
|
|
|
1726
|
+
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
|
|
1727
|
+
Progress (1): 7.7/137 kB
|
|
525
1728
|
|
|
1729
|
+
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
|
|
1730
|
+
Progress (1): 7.7/10 kB
|
|
526
1731
|
|
|
1732
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/6.2.12/spring-web-6.2.12.jar
|
|
1733
|
+
Progress (1): 4.8 kB
|
|
527
1734
|
|
|
1735
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/6.2.12/spring-beans-6.2.12.jar
|
|
1736
|
+
Progress (1): 0/3.7 MB
|
|
528
1737
|
|
|
1738
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/6.2.12/spring-webmvc-6.2.12.jar
|
|
1739
|
+
Progress (2): 0.8/3.7 MB | 48/264 kB
|
|
529
1740
|
|
|
1741
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/6.2.12/spring-aop-6.2.12.jar
|
|
1742
|
+
Progress (1): 1.1/3.7 MB
|
|
530
1743
|
|
|
1744
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/6.2.12/spring-context-6.2.12.jar
|
|
1745
|
+
Progress (1): 1.1/2.1 MB
|
|
531
1746
|
|
|
1747
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/6.2.12/spring-expression-6.2.12.jar
|
|
1748
|
+
Progress (2): 2.0/2.1 MB | 491/890 kB
|
|
532
1749
|
|
|
1750
|
+
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
|
|
1751
|
+
Progress (1): 573/890 kB
|
|
533
1752
|
|
|
1753
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/3.5.7/spring-boot-3.5.7.jar
|
|
1754
|
+
Progress (1): 720/890 kB
|
|
534
1755
|
|
|
1756
|
+
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
|
|
1757
|
+
Progress (1): 0/1.4 MB
|
|
535
1758
|
|
|
1759
|
+
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.jar
|
|
1760
|
+
Progress (1): 16/318 kB
|
|
536
1761
|
|
|
1762
|
+
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
|
|
1763
|
+
Progress (1): 0/2.1 MB
|
|
537
1764
|
|
|
1765
|
+
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
|
|
1766
|
+
Progress (2): 0.7/2.1 MB | 0/1.9 MB
|
|
538
1767
|
|
|
1768
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.15.5/micrometer-observation-1.15.5.jar
|
|
1769
|
+
Progress (2): 1.2/2.1 MB | 0.9/1.9 MB
|
|
539
1770
|
|
|
1771
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.15.5/micrometer-commons-1.15.5.jar
|
|
1772
|
+
Progress (2): 1.9/2.1 MB | 147/843 kB
|
|
540
1773
|
|
|
1774
|
+
Progress (1): 524/843 kB
|
|
541
1775
|
|
|
1776
|
+
Progress (1): 540/843 kB
|
|
542
1777
|
|
|
1778
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-core/1.15.5/micrometer-core-1.15.5.jar
|
|
1779
|
+
Progress (1): 7.7/704 kB
|
|
543
1780
|
|
|
1781
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/hdrhistogram/HdrHistogram/2.2.2/HdrHistogram-2.2.2.jar
|
|
1782
|
+
Progress (1): 114/704 kB
|
|
544
1783
|
|
|
1784
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.jar
|
|
1785
|
+
Progress (2): 639/704 kB | 344/865 kB
|
|
545
1786
|
|
|
1787
|
+
Progress (1): 573/865 kB
|
|
546
1788
|
|
|
1789
|
+
Progress (1): 590/865 kB
|
|
547
1790
|
|
|
1791
|
+
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
|
|
1792
|
+
Progress (1): 3.4/49 kB
|
|
548
1793
|
|
|
1794
|
+
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
|
|
1795
|
+
Progress (1): 7.7/177 kB
|
|
549
1796
|
|
|
1797
|
+
Downloading from central: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/2.9.0/json-path-2.9.0.jar
|
|
1798
|
+
Progress (1): 7.7/30 kB
|
|
550
1799
|
|
|
1800
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar
|
|
1801
|
+
Progress (1): 4.8 kB
|
|
551
1802
|
|
|
1803
|
+
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
|
|
1804
|
+
Progress (1): 7.7/257 kB
|
|
552
1805
|
|
|
1806
|
+
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.jar
|
|
1807
|
+
Progress (1): 7.7/277 kB
|
|
553
1808
|
|
|
1809
|
+
Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.5.2/json-smart-2.5.2.jar
|
|
1810
|
+
Progress (1): 7.7/230 kB
|
|
554
1811
|
|
|
1812
|
+
Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/2.5.2/accessors-smart-2.5.2.jar
|
|
1813
|
+
Progress (1): 7.7/70 kB
|
|
555
1814
|
|
|
1815
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7.1/asm-9.7.1.jar
|
|
1816
|
+
Progress (1): 7.7/131 kB
|
|
556
1817
|
|
|
1818
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/awaitility/awaitility/4.2.2/awaitility-4.2.2.jar
|
|
1819
|
+
Progress (1): 94/131 kB
|
|
557
1820
|
|
|
1821
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/3.0/hamcrest-3.0.jar
|
|
1822
|
+
Progress (1): 7.5/122 kB
|
|
558
1823
|
|
|
1824
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/skyscreamer/jsonassert/1.5.3/jsonassert-1.5.3.jar
|
|
1825
|
+
Progress (1): 7.7/30 kB
|
|
559
1826
|
|
|
1827
|
+
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
|
|
1828
|
+
Progress (1): 7.7/126 kB
|
|
560
1829
|
|
|
1830
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.2.12/spring-core-6.2.12.jar
|
|
1831
|
+
Progress (1): 7.7/97 kB
|
|
561
1832
|
|
|
1833
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/6.2.12/spring-jcl-6.2.12.jar
|
|
1834
|
+
Progress (1): 7.7/31 kB
|
|
562
1835
|
|
|
1836
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/6.2.12/spring-test-6.2.12.jar
|
|
1837
|
+
Progress (1): 7.7/126 kB
|
|
563
1838
|
|
|
1839
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.10.4/xmlunit-core-2.10.4.jar
|
|
1840
|
+
Progress (1): 0/2.0 MB
|
|
564
1841
|
|
|
1842
|
+
Progress (1): 0.2/2.0 MB
|
|
565
1843
|
|
|
1844
|
+
Progress (2): 0.4/2.0 MB | 0.2/1.0 MB
|
|
566
1845
|
|
|
1846
|
+
Progress (1): 0.9/2.0 MB
|
|
567
1847
|
|
|
1848
|
+
Progress (1): 7.7/178 kB
|
|
568
1849
|
|
|
1850
|
+
[INFO]
|
|
1851
|
+
[INFO] --- clean:3.5.0:clean (default-clean) @ scalar-webmvc ---
|
|
1852
|
+
[INFO]
|
|
1853
|
+
[INFO] --- flatten:1.7.3:clean (flatten-clean) @ scalar-webmvc ---
|
|
1854
|
+
[INFO]
|
|
1855
|
+
[INFO] --- resources:3.4.0:resources (default-resources) @ scalar-webmvc ---
|
|
1856
|
+
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
1857
|
+
[INFO]
|
|
1858
|
+
[INFO] --- flatten:1.7.3:flatten (flatten) @ scalar-webmvc ---
|
|
1859
|
+
[INFO] Generating flattened POM of project com.scalar.maven:scalar-webmvc:jar:0.0.0...
|
|
1860
|
+
[INFO]
|
|
1861
|
+
[INFO] --- compiler:3.15.0:compile (default-compile) @ scalar-webmvc ---
|
|
1862
|
+
[INFO] Recompiling the module because of changed dependency.
|
|
1863
|
+
[INFO] Compiling 4 source files with javac [debug release 17] to target/classes
|
|
1864
|
+
[INFO]
|
|
1865
|
+
[INFO] >>> javadoc:3.12.0:javadoc (generate-javadoc) > generate-sources @ scalar-webmvc >>>
|
|
1866
|
+
[INFO]
|
|
1867
|
+
[INFO] <<< javadoc:3.12.0:javadoc (generate-javadoc) < generate-sources @ scalar-webmvc <<<
|
|
1868
|
+
[INFO]
|
|
1869
|
+
[INFO]
|
|
1870
|
+
[INFO] --- javadoc:3.12.0:javadoc (generate-javadoc) @ scalar-webmvc ---
|
|
1871
|
+
[INFO]
|
|
1872
|
+
[INFO] --- resources:3.4.0:testResources (default-testResources) @ scalar-webmvc ---
|
|
1873
|
+
[INFO] skip non existing resourceDirectory /home/runner/work/scalar/scalar/integrations/java/scalar-webmvc/src/test/resources
|
|
1874
|
+
[INFO]
|
|
1875
|
+
[INFO] --- compiler:3.15.0:testCompile (default-testCompile) @ scalar-webmvc ---
|
|
1876
|
+
[INFO] Recompiling the module because of changed dependency.
|
|
1877
|
+
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
|
|
1878
|
+
[INFO]
|
|
1879
|
+
[INFO] --- surefire:3.5.5:test (default-test) @ scalar-webmvc ---
|
|
1880
|
+
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
|
|
1881
|
+
[INFO]
|
|
1882
|
+
[INFO] -------------------------------------------------------
|
|
1883
|
+
[INFO] T E S T S
|
|
1884
|
+
[INFO] -------------------------------------------------------
|
|
1885
|
+
[INFO] Running ScalarWebMvcController
|
|
1886
|
+
[INFO] Running GET /scalar/scalar.js endpoint
|
|
1887
|
+
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
|
|
1888
|
+
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.479 s -- in GET /scalar/scalar.js endpoint
|
|
1889
|
+
[INFO] Running GET /scalar endpoint
|
|
1890
|
+
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in GET /scalar endpoint
|
|
1891
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.688 s -- in ScalarWebMvcController
|
|
1892
|
+
[INFO] Running ScalarWebMvcActuatorEndpoint
|
|
1893
|
+
[INFO] Running JavaScript Endpoint
|
|
1894
|
+
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in JavaScript Endpoint
|
|
1895
|
+
[INFO] Running Scalar UI Endpoint
|
|
1896
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in Scalar UI Endpoint
|
|
1897
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in ScalarWebMvcActuatorEndpoint
|
|
1898
|
+
[INFO]
|
|
1899
|
+
[INFO] Results:
|
|
1900
|
+
[INFO]
|
|
1901
|
+
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
|
|
1902
|
+
[INFO]
|
|
1903
|
+
[INFO]
|
|
1904
|
+
[INFO] --- jar:3.5.0:jar (default-jar) @ scalar-webmvc ---
|
|
1905
|
+
[INFO] Building jar: /home/runner/work/scalar/scalar/integrations/java/scalar-webmvc/target/scalar-webmvc-0.0.0.jar
|
|
1906
|
+
[INFO]
|
|
1907
|
+
[INFO] ------------------< com.scalar.maven:scalar-webflux >-------------------
|
|
1908
|
+
[INFO] Building Scalar API Reference Spring Boot WebFlux 0.0.0 [4/6]
|
|
1909
|
+
[INFO] from scalar-webflux/pom.xml
|
|
1910
|
+
[INFO] --------------------------------[ jar ]---------------------------------
|
|
1911
|
+
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
|
|
1912
|
+
Progress (1): 956 B
|
|
569
1913
|
|
|
1914
|
+
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
|
|
1915
|
+
Progress (1): 972 B
|
|
570
1916
|
|
|
1917
|
+
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
|
|
1918
|
+
Progress (1): 1.1 kB
|
|
571
1919
|
|
|
1920
|
+
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
|
|
1921
|
+
Progress (1): 809 B
|
|
572
1922
|
|
|
1923
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.128.Final/netty-parent-4.1.128.Final.pom
|
|
1924
|
+
Progress (1): 737 B
|
|
573
1925
|
|
|
1926
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.128.Final/netty-common-4.1.128.Final.pom
|
|
1927
|
+
Progress (1): 1.3 kB
|
|
574
1928
|
|
|
1929
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.128.Final/netty-buffer-4.1.128.Final.pom
|
|
1930
|
+
Progress (1): 876 B
|
|
575
1931
|
|
|
1932
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.128.Final/netty-transport-4.1.128.Final.pom
|
|
1933
|
+
Progress (1): 850 B
|
|
576
1934
|
|
|
1935
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.128.Final/netty-resolver-4.1.128.Final.pom
|
|
1936
|
+
Progress (1): 876 B
|
|
577
1937
|
|
|
1938
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.128.Final/netty-codec-4.1.128.Final.pom
|
|
1939
|
+
Progress (1): 807 B
|
|
578
1940
|
|
|
1941
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.128.Final/netty-handler-4.1.128.Final.pom
|
|
1942
|
+
Progress (1): 801 B
|
|
579
1943
|
|
|
1944
|
+
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
|
|
1945
|
+
Progress (1): 767 B
|
|
580
1946
|
|
|
1947
|
+
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
|
|
1948
|
+
Progress (1): 802 B
|
|
581
1949
|
|
|
1950
|
+
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
|
|
1951
|
+
Progress (1): 815 B
|
|
582
1952
|
|
|
1953
|
+
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
|
|
1954
|
+
Progress (1): 815 B
|
|
583
1955
|
|
|
1956
|
+
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
|
|
1957
|
+
Progress (1): 765 B
|
|
584
1958
|
|
|
1959
|
+
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
|
|
1960
|
+
Progress (1): 850 B
|
|
585
1961
|
|
|
1962
|
+
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
|
|
1963
|
+
Progress (1): 749 B
|
|
586
1964
|
|
|
1965
|
+
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
|
|
1966
|
+
Progress (1): 850 B
|
|
587
1967
|
|
|
1968
|
+
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
|
|
1969
|
+
Progress (1): 1.1 kB
|
|
588
1970
|
|
|
1971
|
+
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
|
|
1972
|
+
Progress (1): 810 B
|
|
589
1973
|
|
|
1974
|
+
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
|
|
1975
|
+
Progress (1): 850 B
|
|
590
1976
|
|
|
1977
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-core/3.7.12/reactor-core-3.7.12.pom
|
|
1978
|
+
Progress (1): 1.1 kB
|
|
591
1979
|
|
|
1980
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom
|
|
1981
|
+
Progress (1): 1.1 kB
|
|
592
1982
|
|
|
1983
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webflux/6.2.12/spring-webflux-6.2.12.pom
|
|
1984
|
+
Progress (1): 1.0 kB
|
|
593
1985
|
|
|
1986
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-test/3.7.12/reactor-test-3.7.12.pom
|
|
1987
|
+
Progress (1): 1.0 kB
|
|
594
1988
|
|
|
1989
|
+
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
|
|
1990
|
+
Progress (1): 4.8 kB
|
|
595
1991
|
|
|
1992
|
+
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
|
|
1993
|
+
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
|
|
1994
|
+
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
|
|
1995
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.128.Final/netty-common-4.1.128.Final.jar
|
|
1996
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.128.Final/netty-buffer-4.1.128.Final.jar
|
|
1997
|
+
Progress (1): 4.8 kB
|
|
596
1998
|
|
|
1999
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.128.Final/netty-transport-4.1.128.Final.jar
|
|
2000
|
+
Progress (1): 7.7/681 kB
|
|
597
2001
|
|
|
2002
|
+
Progress (2): 229/354 kB | 122/605 kB
|
|
598
2003
|
|
|
2004
|
+
Progress (2): 245/354 kB | 122/605 kB
|
|
599
2005
|
|
|
2006
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.128.Final/netty-handler-4.1.128.Final.jar
|
|
2007
|
+
Progress (2): 282/605 kB | 7.7/725 kB
|
|
600
2008
|
|
|
2009
|
+
Progress (1): 458/725 kB
|
|
601
2010
|
|
|
2011
|
+
Progress (1): 524/725 kB
|
|
602
2012
|
|
|
2013
|
+
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
|
|
2014
|
+
Progress (1): 7.7/522 kB
|
|
603
2015
|
|
|
2016
|
+
Progress (1): 328/357 kB
|
|
604
2017
|
|
|
2018
|
+
Progress (1): 344/357 kB
|
|
605
2019
|
|
|
2020
|
+
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
|
|
2021
|
+
Progress (1): 7.7/500 kB
|
|
606
2022
|
|
|
2023
|
+
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-osx-x86_64.jar
|
|
2024
|
+
Progress (1): 7.7/581 kB
|
|
607
2025
|
|
|
2026
|
+
Progress (1): 377/581 kB
|
|
608
2027
|
|
|
2028
|
+
Progress (1): 393/581 kB
|
|
609
2029
|
|
|
2030
|
+
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
|
|
2031
|
+
Progress (1): 7.7/67 kB
|
|
610
2032
|
|
|
2033
|
+
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
|
|
2034
|
+
Progress (1): 7.7/38 kB
|
|
611
2035
|
|
|
2036
|
+
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
|
|
2037
|
+
Progress (1): 7.7/20 kB
|
|
612
2038
|
|
|
2039
|
+
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
|
|
2040
|
+
Progress (1): 7.7/41 kB
|
|
613
2041
|
|
|
2042
|
+
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
|
|
2043
|
+
Progress (1): 7.7/44 kB
|
|
614
2044
|
|
|
2045
|
+
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
|
|
2046
|
+
Progress (1): 44 kB
|
|
615
2047
|
|
|
2048
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webflux/6.2.12/spring-webflux-6.2.12.jar
|
|
2049
|
+
Progress (1): 53/148 kB
|
|
616
2050
|
|
|
2051
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-test/3.7.12/reactor-test-3.7.12.jar
|
|
2052
|
+
Progress (1): 7.7/26 kB
|
|
617
2053
|
|
|
2054
|
+
Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-core/3.7.12/reactor-core-3.7.12.jar
|
|
2055
|
+
Progress (1): 7.7/536 kB
|
|
618
2056
|
|
|
2057
|
+
Downloading from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar
|
|
2058
|
+
Progress (1): 7.7/121 kB
|
|
619
2059
|
|
|
2060
|
+
Progress (1): 0/1.9 MB
|
|
620
2061
|
|
|
2062
|
+
Progress (1): 0.4/1.9 MB
|
|
621
2063
|
|
|
2064
|
+
Progress (1): 1.4/1.9 MB
|
|
622
2065
|
|
|
2066
|
+
Progress (1): 1.9 MB
|
|
623
2067
|
|
|
2068
|
+
[INFO]
|
|
2069
|
+
[INFO] --- clean:3.5.0:clean (default-clean) @ scalar-webflux ---
|
|
2070
|
+
[INFO]
|
|
2071
|
+
[INFO] --- flatten:1.7.3:clean (flatten-clean) @ scalar-webflux ---
|
|
2072
|
+
[INFO]
|
|
2073
|
+
[INFO] --- resources:3.4.0:resources (default-resources) @ scalar-webflux ---
|
|
2074
|
+
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
2075
|
+
[INFO]
|
|
2076
|
+
[INFO] --- flatten:1.7.3:flatten (flatten) @ scalar-webflux ---
|
|
2077
|
+
[INFO] Generating flattened POM of project com.scalar.maven:scalar-webflux:jar:0.0.0...
|
|
2078
|
+
[INFO]
|
|
2079
|
+
[INFO] --- compiler:3.15.0:compile (default-compile) @ scalar-webflux ---
|
|
2080
|
+
[INFO] Recompiling the module because of changed dependency.
|
|
2081
|
+
[INFO] Compiling 4 source files with javac [debug release 17] to target/classes
|
|
2082
|
+
[INFO]
|
|
2083
|
+
[INFO] >>> javadoc:3.12.0:javadoc (generate-javadoc) > generate-sources @ scalar-webflux >>>
|
|
2084
|
+
[INFO]
|
|
2085
|
+
[INFO] <<< javadoc:3.12.0:javadoc (generate-javadoc) < generate-sources @ scalar-webflux <<<
|
|
2086
|
+
[INFO]
|
|
2087
|
+
[INFO]
|
|
2088
|
+
[INFO] --- javadoc:3.12.0:javadoc (generate-javadoc) @ scalar-webflux ---
|
|
2089
|
+
[INFO]
|
|
2090
|
+
[INFO] --- resources:3.4.0:testResources (default-testResources) @ scalar-webflux ---
|
|
2091
|
+
[INFO] skip non existing resourceDirectory /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/src/test/resources
|
|
2092
|
+
[INFO]
|
|
2093
|
+
[INFO] --- compiler:3.15.0:testCompile (default-testCompile) @ scalar-webflux ---
|
|
2094
|
+
[INFO] Recompiling the module because of changed dependency.
|
|
2095
|
+
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
|
|
2096
|
+
[INFO]
|
|
2097
|
+
[INFO] --- surefire:3.5.5:test (default-test) @ scalar-webflux ---
|
|
2098
|
+
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
|
|
2099
|
+
[INFO]
|
|
2100
|
+
[INFO] -------------------------------------------------------
|
|
2101
|
+
[INFO] T E S T S
|
|
2102
|
+
[INFO] -------------------------------------------------------
|
|
2103
|
+
[INFO] Running ScalarWebFluxController
|
|
2104
|
+
[INFO] Running GET /scalar/scalar.js endpoint
|
|
2105
|
+
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
|
|
2106
|
+
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.521 s -- in GET /scalar/scalar.js endpoint
|
|
2107
|
+
[INFO] Running GET /scalar endpoint
|
|
2108
|
+
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in GET /scalar endpoint
|
|
2109
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.738 s -- in ScalarWebFluxController
|
|
2110
|
+
[INFO] Running ScalarWebFluxActuatorEndpoint
|
|
2111
|
+
[INFO] Running JavaScript Endpoint
|
|
2112
|
+
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in JavaScript Endpoint
|
|
2113
|
+
[INFO] Running Scalar UI Endpoint
|
|
2114
|
+
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in Scalar UI Endpoint
|
|
2115
|
+
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in ScalarWebFluxActuatorEndpoint
|
|
2116
|
+
[INFO]
|
|
2117
|
+
[INFO] Results:
|
|
2118
|
+
[INFO]
|
|
2119
|
+
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
|
|
2120
|
+
[INFO]
|
|
2121
|
+
[INFO]
|
|
2122
|
+
[INFO] --- jar:3.5.0:jar (default-jar) @ scalar-webflux ---
|
|
2123
|
+
[INFO] Building jar: /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/scalar-webflux-0.0.0.jar
|
|
2124
|
+
[INFO]
|
|
2125
|
+
[INFO] -------------< com.scalar.maven:scalar-playground-webmvc >--------------
|
|
2126
|
+
[INFO] Building Scalar API Reference Playground (WebMVC) 0.0.0 [5/6]
|
|
2127
|
+
[INFO] from scalar-playground-webmvc/pom.xml
|
|
2128
|
+
[INFO] --------------------------------[ jar ]---------------------------------
|
|
2129
|
+
[INFO]
|
|
2130
|
+
[INFO] --- clean:3.5.0:clean (default-clean) @ scalar-playground-webmvc ---
|
|
2131
|
+
[INFO]
|
|
2132
|
+
[INFO] --- resources:3.4.0:resources (default-resources) @ scalar-playground-webmvc ---
|
|
2133
|
+
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
2134
|
+
[INFO]
|
|
2135
|
+
[INFO] --- compiler:3.15.0:compile (default-compile) @ scalar-playground-webmvc ---
|
|
2136
|
+
[INFO] Recompiling the module because of changed dependency.
|
|
2137
|
+
[INFO] Compiling 2 source files with javac [debug release 17] to target/classes
|
|
2138
|
+
[INFO]
|
|
2139
|
+
[INFO] --- resources:3.4.0:testResources (default-testResources) @ scalar-playground-webmvc ---
|
|
2140
|
+
[INFO] skip non existing resourceDirectory /home/runner/work/scalar/scalar/integrations/java/scalar-playground-webmvc/src/test/resources
|
|
2141
|
+
[INFO]
|
|
2142
|
+
[INFO] --- compiler:3.15.0:testCompile (default-testCompile) @ scalar-playground-webmvc ---
|
|
2143
|
+
[INFO] No sources to compile
|
|
2144
|
+
[INFO]
|
|
2145
|
+
[INFO] --- surefire:3.5.5:test (default-test) @ scalar-playground-webmvc ---
|
|
2146
|
+
[INFO] No tests to run.
|
|
2147
|
+
[INFO]
|
|
2148
|
+
[INFO] --- jar:3.5.0:jar (default-jar) @ scalar-playground-webmvc ---
|
|
2149
|
+
[INFO] Building jar: /home/runner/work/scalar/scalar/integrations/java/scalar-playground-webmvc/target/scalar-playground-webmvc-0.0.0.jar
|
|
2150
|
+
[INFO]
|
|
2151
|
+
[INFO] -------------< com.scalar.maven:scalar-playground-webflux >-------------
|
|
2152
|
+
[INFO] Building Scalar API Reference Playground (WebFlux) 0.0.0 [6/6]
|
|
2153
|
+
[INFO] from scalar-playground-webflux/pom.xml
|
|
2154
|
+
[INFO] --------------------------------[ jar ]---------------------------------
|
|
2155
|
+
[INFO]
|
|
2156
|
+
[INFO] --- clean:3.5.0:clean (default-clean) @ scalar-playground-webflux ---
|
|
2157
|
+
[INFO]
|
|
2158
|
+
[INFO] --- resources:3.4.0:resources (default-resources) @ scalar-playground-webflux ---
|
|
2159
|
+
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
2160
|
+
[INFO]
|
|
2161
|
+
[INFO] --- compiler:3.15.0:compile (default-compile) @ scalar-playground-webflux ---
|
|
2162
|
+
[INFO] Recompiling the module because of changed dependency.
|
|
2163
|
+
[INFO] Compiling 2 source files with javac [debug release 17] to target/classes
|
|
2164
|
+
[INFO]
|
|
2165
|
+
[INFO] --- resources:3.4.0:testResources (default-testResources) @ scalar-playground-webflux ---
|
|
2166
|
+
[INFO] skip non existing resourceDirectory /home/runner/work/scalar/scalar/integrations/java/scalar-playground-webflux/src/test/resources
|
|
2167
|
+
[INFO]
|
|
2168
|
+
[INFO] --- compiler:3.15.0:testCompile (default-testCompile) @ scalar-playground-webflux ---
|
|
2169
|
+
[INFO] No sources to compile
|
|
2170
|
+
[INFO]
|
|
2171
|
+
[INFO] --- surefire:3.5.5:test (default-test) @ scalar-playground-webflux ---
|
|
2172
|
+
[INFO] No tests to run.
|
|
2173
|
+
[INFO]
|
|
2174
|
+
[INFO] --- jar:3.5.0:jar (default-jar) @ scalar-playground-webflux ---
|
|
2175
|
+
[INFO] Building jar: /home/runner/work/scalar/scalar/integrations/java/scalar-playground-webflux/target/scalar-playground-webflux-0.0.0.jar
|
|
2176
|
+
[INFO] ------------------------------------------------------------------------
|
|
2177
|
+
[INFO] Reactor Summary for Scalar API Reference Parent 0.0.0:
|
|
2178
|
+
[INFO]
|
|
2179
|
+
[INFO] Scalar API Reference Parent ........................ SUCCESS [ 0.355 s]
|
|
2180
|
+
[INFO] Scalar API Reference Core .......................... SUCCESS [ 17.584 s]
|
|
2181
|
+
[INFO] Scalar API Reference Spring Boot WebMVC ............ SUCCESS [ 7.125 s]
|
|
2182
|
+
[INFO] Scalar API Reference Spring Boot WebFlux ........... SUCCESS [ 5.596 s]
|
|
2183
|
+
[INFO] Scalar API Reference Playground (WebMVC) ........... SUCCESS [ 0.410 s]
|
|
2184
|
+
[INFO] Scalar API Reference Playground (WebFlux) .......... SUCCESS [ 0.115 s]
|
|
2185
|
+
[INFO] ------------------------------------------------------------------------
|
|
2186
|
+
[INFO] BUILD SUCCESS
|
|
2187
|
+
[INFO] ------------------------------------------------------------------------
|
|
2188
|
+
[INFO] Total time: 39.275 s
|
|
2189
|
+
[INFO] Finished at: 2026-04-06T02:02:26Z
|
|
2190
|
+
[INFO] ------------------------------------------------------------------------
|