@ahmttyydn/java-integration 1.0.2 → 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.
Files changed (167) hide show
  1. package/.turbo/turbo-build.log +703 -703
  2. package/README.md +2 -2
  3. package/package.json +3 -4
  4. package/pom.xml +3 -3
  5. package/scalar-core/src/main/java/com/scalar/maven/core/config/ScalarAgentOptions.java +1 -1
  6. package/scalar-core/src/main/java/com/scalar/maven/core/internal/ScalarConfiguration.java +1 -1
  7. package/scalar-core/target/maven-javadoc-plugin-stale-data.txt +20 -20
  8. package/scalar-core/target/reports/apidocs/allclasses-index.html +1 -1
  9. package/scalar-core/target/reports/apidocs/allpackages-index.html +1 -1
  10. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/ScalarConstants.html +1 -1
  11. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/ScalarHtmlRenderer.html +1 -1
  12. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/ScalarProperties.html +1 -1
  13. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/ScalarAuthenticationOptions.html +1 -1
  14. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/class-use/ScalarAuthenticationOptions.html +1 -1
  15. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/AuthorizationCodeFlow.html +1 -1
  16. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/ClientCredentialsFlow.html +1 -1
  17. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/ImplicitFlow.html +1 -1
  18. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/OAuthFlow.html +1 -1
  19. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/PasswordFlow.html +1 -1
  20. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/ScalarFlows.html +1 -1
  21. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/AuthorizationCodeFlow.html +1 -1
  22. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/ClientCredentialsFlow.html +1 -1
  23. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/ImplicitFlow.html +1 -1
  24. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/OAuthFlow.html +1 -1
  25. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/PasswordFlow.html +1 -1
  26. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/class-use/ScalarFlows.html +1 -1
  27. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/package-summary.html +1 -1
  28. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/package-tree.html +1 -1
  29. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/flows/package-use.html +1 -1
  30. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/package-summary.html +1 -1
  31. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/package-tree.html +1 -1
  32. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/package-use.html +1 -1
  33. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/ScalarApiKeySecurityScheme.html +1 -1
  34. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/ScalarHttpSecurityScheme.html +1 -1
  35. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/ScalarOAuth2SecurityScheme.html +1 -1
  36. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/ScalarSecurityScheme.html +1 -1
  37. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/class-use/ScalarApiKeySecurityScheme.html +1 -1
  38. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/class-use/ScalarHttpSecurityScheme.html +1 -1
  39. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/class-use/ScalarOAuth2SecurityScheme.html +1 -1
  40. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/class-use/ScalarSecurityScheme.html +1 -1
  41. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/package-summary.html +1 -1
  42. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/package-tree.html +1 -1
  43. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/authentication/schemes/package-use.html +1 -1
  44. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/class-use/ScalarConstants.html +1 -1
  45. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/class-use/ScalarHtmlRenderer.html +1 -1
  46. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/class-use/ScalarProperties.html +1 -1
  47. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/DefaultHttpClient.html +1 -1
  48. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/ScalarAgentOptions.html +2 -2
  49. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/ScalarServer.ServerVariable.html +1 -1
  50. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/ScalarServer.html +1 -1
  51. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/ScalarSource.html +1 -1
  52. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/class-use/DefaultHttpClient.html +1 -1
  53. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/class-use/ScalarAgentOptions.html +1 -1
  54. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/class-use/ScalarServer.ServerVariable.html +1 -1
  55. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/class-use/ScalarServer.html +1 -1
  56. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/class-use/ScalarSource.html +1 -1
  57. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/package-summary.html +1 -1
  58. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/package-tree.html +1 -1
  59. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/config/package-use.html +1 -1
  60. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/CredentialsLocation.html +1 -1
  61. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/DeveloperToolsVisibility.html +1 -1
  62. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/DocumentDownloadType.html +1 -1
  63. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/OperationSorter.html +1 -1
  64. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/OperationTitleSource.html +1 -1
  65. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/Pkce.html +1 -1
  66. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/PropertyOrder.html +1 -1
  67. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/ScalarClient.html +1 -1
  68. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/ScalarLayout.html +1 -1
  69. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/ScalarTarget.html +1 -1
  70. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/ScalarTheme.html +1 -1
  71. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/TagSorter.html +1 -1
  72. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/ThemeMode.html +1 -1
  73. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/CredentialsLocation.html +1 -1
  74. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/DeveloperToolsVisibility.html +1 -1
  75. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/DocumentDownloadType.html +1 -1
  76. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/OperationSorter.html +1 -1
  77. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/OperationTitleSource.html +1 -1
  78. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/Pkce.html +1 -1
  79. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/PropertyOrder.html +1 -1
  80. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/ScalarClient.html +1 -1
  81. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/ScalarLayout.html +1 -1
  82. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/ScalarTarget.html +1 -1
  83. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/ScalarTheme.html +1 -1
  84. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/TagSorter.html +1 -1
  85. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/class-use/ThemeMode.html +1 -1
  86. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/package-summary.html +1 -1
  87. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/package-tree.html +1 -1
  88. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/enums/package-use.html +1 -1
  89. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/ScalarConfiguration.html +2 -2
  90. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/ScalarConfigurationMapper.html +1 -1
  91. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/class-use/ScalarConfiguration.html +1 -1
  92. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/class-use/ScalarConfigurationMapper.html +1 -1
  93. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/package-summary.html +1 -1
  94. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/package-tree.html +1 -1
  95. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/internal/package-use.html +1 -1
  96. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/package-summary.html +1 -1
  97. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/package-tree.html +1 -1
  98. package/scalar-core/target/reports/apidocs/com/scalar/maven/core/package-use.html +1 -1
  99. package/scalar-core/target/reports/apidocs/constant-values.html +1 -1
  100. package/scalar-core/target/reports/apidocs/help-doc.html +1 -1
  101. package/scalar-core/target/reports/apidocs/index-all.html +1 -1
  102. package/scalar-core/target/reports/apidocs/index.html +1 -1
  103. package/scalar-core/target/reports/apidocs/overview-summary.html +1 -1
  104. package/scalar-core/target/reports/apidocs/overview-tree.html +1 -1
  105. package/scalar-core/target/scalar-core-0.0.0.jar +0 -0
  106. package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.ScalarConfigurationTest.xml +8 -8
  107. package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.ScalarHtmlRendererTest.xml +9 -9
  108. package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.ScalarPropertiesTest.xml +30 -30
  109. package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.config.DefaultHttpClientTest.xml +5 -5
  110. package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.config.ScalarAgentOptionsTest.xml +5 -5
  111. package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.config.ScalarServerTest.xml +9 -9
  112. package/scalar-core/target/surefire-reports/TEST-com.scalar.maven.core.config.ScalarSourceTest.xml +10 -10
  113. package/scalar-core/target/surefire-reports/com.scalar.maven.core.ScalarConfigurationTest.txt +1 -1
  114. package/scalar-core/target/surefire-reports/com.scalar.maven.core.ScalarHtmlRendererTest.txt +1 -1
  115. package/scalar-core/target/surefire-reports/com.scalar.maven.core.ScalarPropertiesTest.txt +1 -1
  116. package/scalar-core/target/surefire-reports/com.scalar.maven.core.config.DefaultHttpClientTest.txt +1 -1
  117. package/scalar-core/target/surefire-reports/com.scalar.maven.core.config.ScalarAgentOptionsTest.txt +1 -1
  118. package/scalar-core/target/surefire-reports/com.scalar.maven.core.config.ScalarServerTest.txt +1 -1
  119. package/scalar-core/target/surefire-reports/com.scalar.maven.core.config.ScalarSourceTest.txt +1 -1
  120. package/scalar-playground-webflux/target/scalar-playground-webflux-0.0.0.jar +0 -0
  121. package/scalar-playground-webmvc/target/scalar-playground-webmvc-0.0.0.jar +0 -0
  122. package/scalar-webflux/target/maven-javadoc-plugin-stale-data.txt +20 -20
  123. package/scalar-webflux/target/reports/apidocs/allclasses-index.html +1 -1
  124. package/scalar-webflux/target/reports/apidocs/allpackages-index.html +1 -1
  125. package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/ScalarWebFluxActuatorEndpoint.html +4 -4
  126. package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/ScalarWebFluxAutoConfiguration.html +1 -1
  127. package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/ScalarWebFluxController.html +5 -5
  128. package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/SpringBootScalarProperties.html +7 -7
  129. package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/class-use/ScalarWebFluxActuatorEndpoint.html +1 -1
  130. package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/class-use/ScalarWebFluxAutoConfiguration.html +1 -1
  131. package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/class-use/ScalarWebFluxController.html +1 -1
  132. package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/class-use/SpringBootScalarProperties.html +1 -1
  133. package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/package-summary.html +1 -1
  134. package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/package-tree.html +2 -2
  135. package/scalar-webflux/target/reports/apidocs/com/scalar/maven/webflux/package-use.html +1 -1
  136. package/scalar-webflux/target/reports/apidocs/help-doc.html +1 -1
  137. package/scalar-webflux/target/reports/apidocs/index-all.html +1 -1
  138. package/scalar-webflux/target/reports/apidocs/index.html +1 -1
  139. package/scalar-webflux/target/reports/apidocs/overview-tree.html +2 -2
  140. package/scalar-webflux/target/scalar-webflux-0.0.0.jar +0 -0
  141. package/scalar-webflux/target/surefire-reports/TEST-com.scalar.maven.webflux.ScalarWebFluxActuatorEndpointTest.xml +4 -4
  142. package/scalar-webflux/target/surefire-reports/TEST-com.scalar.maven.webflux.ScalarWebFluxControllerTest.xml +7 -7
  143. package/scalar-webflux/target/surefire-reports/com.scalar.maven.webflux.ScalarWebFluxActuatorEndpointTest.txt +1 -1
  144. package/scalar-webflux/target/surefire-reports/com.scalar.maven.webflux.ScalarWebFluxControllerTest.txt +1 -1
  145. package/scalar-webmvc/target/maven-javadoc-plugin-stale-data.txt +20 -20
  146. package/scalar-webmvc/target/reports/apidocs/allclasses-index.html +1 -1
  147. package/scalar-webmvc/target/reports/apidocs/allpackages-index.html +1 -1
  148. package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/ScalarWebMvcActuatorEndpoint.html +4 -4
  149. package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/ScalarWebMvcAutoConfiguration.html +1 -1
  150. package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/ScalarWebMvcController.html +5 -5
  151. package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/SpringBootScalarProperties.html +7 -7
  152. package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/class-use/ScalarWebMvcActuatorEndpoint.html +1 -1
  153. package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/class-use/ScalarWebMvcAutoConfiguration.html +1 -1
  154. package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/class-use/ScalarWebMvcController.html +1 -1
  155. package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/class-use/SpringBootScalarProperties.html +1 -1
  156. package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/package-summary.html +1 -1
  157. package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/package-tree.html +2 -2
  158. package/scalar-webmvc/target/reports/apidocs/com/scalar/maven/webmvc/package-use.html +1 -1
  159. package/scalar-webmvc/target/reports/apidocs/help-doc.html +1 -1
  160. package/scalar-webmvc/target/reports/apidocs/index-all.html +1 -1
  161. package/scalar-webmvc/target/reports/apidocs/index.html +1 -1
  162. package/scalar-webmvc/target/reports/apidocs/overview-tree.html +2 -2
  163. package/scalar-webmvc/target/scalar-webmvc-0.0.0.jar +0 -0
  164. package/scalar-webmvc/target/surefire-reports/TEST-com.scalar.maven.webmvc.ScalarWebMvcActuatorEndpointTest.xml +6 -6
  165. package/scalar-webmvc/target/surefire-reports/TEST-com.scalar.maven.webmvc.ScalarWebMvcControllerTest.xml +7 -7
  166. package/scalar-webmvc/target/surefire-reports/com.scalar.maven.webmvc.ScalarWebMvcActuatorEndpointTest.txt +1 -1
  167. package/scalar-webmvc/target/surefire-reports/com.scalar.maven.webmvc.ScalarWebMvcControllerTest.txt +1 -1
@@ -1,244 +1,244 @@
1
1
 
2
- > @ahmttyydn/java-integration@1.0.2 build /home/runner/work/scalar/scalar/integrations/java
2
+ > @ahmttyydn/java-integration@1.0.4 build /home/runner/work/scalar/scalar/integrations/java
3
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
4
 
5
5
 
6
- > @ahmttyydn/java-integration@1.0.2 copy:standalone /home/runner/work/scalar/scalar/integrations/java
6
+ > @ahmttyydn/java-integration@1.0.4 copy:standalone /home/runner/work/scalar/scalar/integrations/java
7
7
  > shx cp ../../packages/api-reference/dist/browser/standalone.js ./scalar-core/src/main/resources/META-INF/resources/webjars/scalar/scalar.js
8
8
 
9
9
  [INFO] Scanning for projects...
10
10
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/3.5.7/spring-boot-dependencies-3.5.7.pom
11
- Progress (1): 1.1 kB
12
11
 
12
+ Progress (1): 1.2 kB
13
13
 
14
14
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/activemq-bom/6.1.8/activemq-bom-6.1.8.pom
15
- Progress (1): 799 B
16
15
 
16
+ Progress (1): 799 B
17
17
 
18
18
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/artemis-bom/2.40.0/artemis-bom-2.40.0.pom
19
- Progress (1): 817 B
20
19
 
20
+ Progress (1): 817 B
21
21
 
22
22
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/artemis-project/2.40.0/artemis-project-2.40.0.pom
23
- Progress (1): 708 B
24
23
 
24
+ Progress (1): 708 B
25
25
 
26
26
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom
27
- Progress (1): 741 B
28
27
 
28
+ Progress (1): 741 B
29
29
 
30
30
  Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-bom/3.27.6/assertj-bom-3.27.6.pom
31
- Progress (1): 1.0 kB
32
31
 
32
+ Progress (1): 1.0 kB
33
33
 
34
34
  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
35
- Progress (1): 756 B
36
35
 
36
+ Progress (1): 756 B
37
37
 
38
38
  Downloading from central: https://repo.maven.apache.org/maven2/io/zipkin/brave/brave-bom/6.1.0/brave-bom-6.1.0.pom
39
- Progress (1): 1.1 kB
40
39
 
40
+ Progress (1): 1.1 kB
41
41
 
42
42
  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
43
- Progress (1): 817 B
44
43
 
44
+ Progress (1): 817 B
45
45
 
46
46
  Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/4.0.6/jaxb-bom-4.0.6.pom
47
- Progress (1): 849 B
48
47
 
48
+ Progress (1): 849 B
49
49
 
50
50
  Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom
51
- Progress (1): 876 B
52
51
 
52
+ Progress (1): 876 B
53
53
 
54
54
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.29/groovy-bom-4.0.29.pom
55
- Progress (1): 863 B
56
55
 
56
+ Progress (1): 863 B
57
57
 
58
58
  Downloading from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-bom/15.2.6.Final/infinispan-bom-15.2.6.Final.pom
59
- Progress (1): 1.1 kB
60
59
 
60
+ Progress (1): 1.1 kB
61
61
 
62
62
  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
63
- Progress (1): 1.0 kB
64
63
 
64
+ Progress (1): 1.0 kB
65
65
 
66
66
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.19.2/jackson-bom-2.19.2.pom
67
- Progress (1): 926 B
68
67
 
68
+ Progress (1): 926 B
69
69
 
70
70
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.19.3/jackson-parent-2.19.3.pom
71
- Progress (1): 1.1 kB
72
71
 
72
+ Progress (1): 1.1 kB
73
73
 
74
74
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/69/oss-parent-69.pom
75
75
  Progress (1): 949 B
76
76
 
77
77
  Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/jersey-bom/3.1.11/jersey-bom-3.1.11.pom
78
- Progress (1): 841 B
79
78
 
79
+ Progress (1): 841 B
80
80
 
81
81
  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
82
- Progress (1): 1.1 kB
83
82
 
83
+ Progress (1): 1.1 kB
84
84
 
85
85
  Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-bom/12.0.29/jetty-bom-12.0.29.pom
86
- Progress (1): 1.1 kB
87
86
 
87
+ Progress (1): 1.1 kB
88
88
 
89
89
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom
90
- Progress (1): 908 B
91
90
 
91
+ Progress (1): 908 B
92
92
 
93
93
  Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-bom/1.9.25/kotlin-bom-1.9.25.pom
94
- Progress (1): 908 B
95
94
 
95
+ Progress (1): 908 B
96
96
 
97
97
  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
98
- Progress (1): 1.2 kB
99
98
 
99
+ Progress (1): 1.2 kB
100
100
 
101
101
  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
102
- Progress (1): 1.2 kB
103
102
 
103
+ Progress (1): 1.2 kB
104
104
 
105
105
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-bom/2.24.3/log4j-bom-2.24.3.pom
106
- Progress (1): 793 B
107
106
 
107
+ Progress (1): 793 B
108
108
 
109
109
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/logging-parent/11.3.0/logging-parent-11.3.0.pom
110
- Progress (1): 735 B
111
110
 
111
+ Progress (1): 735 B
112
112
 
113
113
  Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-bom/1.15.5/micrometer-bom-1.15.5.pom
114
- Progress (1): 1.0 kB
115
114
 
115
+ Progress (1): 1.0 kB
116
116
 
117
117
  Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-tracing-bom/1.5.5/micrometer-tracing-bom-1.5.5.pom
118
- Progress (1): 1.0 kB
119
118
 
119
+ Progress (1): 1.0 kB
120
120
 
121
121
  Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/5.17.0/mockito-bom-5.17.0.pom
122
- Progress (1): 1.4 kB
123
122
 
123
+ Progress (1): 1.4 kB
124
124
 
125
125
  Downloading from central: https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-bom/5.5.2/mongodb-driver-bom-5.5.2.pom
126
- Progress (1): 1.0 kB
127
126
 
127
+ Progress (1): 1.0 kB
128
128
 
129
129
  Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.128.Final/netty-bom-4.1.128.Final.pom
130
- Progress (1): 781 B
131
130
 
131
+ Progress (1): 781 B
132
132
 
133
133
  Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
134
- Progress (1): 848 B
135
134
 
135
+ Progress (1): 848 B
136
136
 
137
137
  Downloading from central: https://repo.maven.apache.org/maven2/io/opentelemetry/opentelemetry-bom/1.49.0/opentelemetry-bom-1.49.0.pom
138
- Progress (1): 961 B
139
138
 
139
+ Progress (1): 975 B
140
140
 
141
141
  Downloading from central: https://repo.maven.apache.org/maven2/io/prometheus/prometheus-metrics-bom/1.3.10/prometheus-metrics-bom-1.3.10.pom
142
- Progress (1): 2.3 kB
143
142
 
143
+ Progress (1): 2.1 kB
144
144
 
145
145
  Downloading from central: https://repo.maven.apache.org/maven2/io/prometheus/client_java_parent/1.3.10/client_java_parent-1.3.10.pom
146
- Progress (1): 1.1 kB
147
146
 
147
+ Progress (1): 1.1 kB
148
148
 
149
149
  Downloading from central: https://repo.maven.apache.org/maven2/io/prometheus/simpleclient_bom/0.16.0/simpleclient_bom-0.16.0.pom
150
- Progress (1): 1.9 kB
151
150
 
151
+ Progress (1): 1.9 kB
152
152
 
153
153
  Downloading from central: https://repo.maven.apache.org/maven2/io/prometheus/parent/0.16.0/parent-0.16.0.pom
154
- Progress (1): 1.1 kB
155
154
 
155
+ Progress (1): 1.1 kB
156
156
 
157
157
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pulsar/pulsar-bom/4.0.7/pulsar-bom-4.0.7.pom
158
- Progress (1): 794 B
159
158
 
159
+ Progress (1): 809 B
160
160
 
161
161
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom
162
- Progress (1): 739 B
163
162
 
163
+ Progress (1): 739 B
164
164
 
165
165
  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
166
- Progress (1): 983 B
167
166
 
167
+ Progress (1): 983 B
168
168
 
169
169
  Downloading from central: https://repo.maven.apache.org/maven2/com/querydsl/querydsl-bom/5.1.0/querydsl-bom-5.1.0.pom
170
- Progress (1): 1.2 kB
171
170
 
171
+ Progress (1): 1.2 kB
172
172
 
173
173
  Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-bom/2024.0.11/reactor-bom-2024.0.11.pom
174
- Progress (1): 908 B
175
174
 
175
+ Progress (1): 908 B
176
176
 
177
177
  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
178
- Progress (1): 1.0 kB
179
178
 
179
+ Progress (1): 1.0 kB
180
180
 
181
181
  Downloading from central: https://repo.maven.apache.org/maven2/io/rsocket/rsocket-bom/1.1.5/rsocket-bom-1.1.5.pom
182
- Progress (1): 1.1 kB
183
182
 
183
+ Progress (1): 1.1 kB
184
184
 
185
185
  Downloading from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-bom/4.31.0/selenium-bom-4.31.0.pom
186
- Progress (1): 1.1 kB
187
186
 
187
+ Progress (1): 1.1 kB
188
188
 
189
189
  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
190
- Progress (1): 963 B
191
190
 
191
+ Progress (1): 963 B
192
192
 
193
193
  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
194
- Progress (1): 1.2 kB
195
194
 
195
+ Progress (1): 1.2 kB
196
196
 
197
197
  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
198
- Progress (1): 961 B
199
198
 
199
+ Progress (1): 961 B
200
200
 
201
201
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/6.2.12/spring-framework-bom-6.2.12.pom
202
- Progress (1): 975 B
203
202
 
203
+ Progress (1): 975 B
204
204
 
205
205
  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
206
- Progress (1): 961 B
207
206
 
207
+ Progress (1): 961 B
208
208
 
209
209
  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
210
- Progress (1): 958 B
211
210
 
211
+ Progress (1): 958 B
212
212
 
213
213
  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
214
- Progress (1): 1.1 kB
215
214
 
215
+ Progress (1): 1.1 kB
216
216
 
217
217
  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
218
- Progress (1): 972 B
219
218
 
219
+ Progress (1): 972 B
220
220
 
221
221
  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
222
- Progress (1): 1.0 kB
223
222
 
223
+ Progress (1): 1.0 kB
224
224
 
225
225
  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
226
- Progress (1): 1.2 kB
227
226
 
227
+ Progress (1): 1.2 kB
228
228
 
229
229
  Downloading from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.21.3/testcontainers-bom-1.21.3.pom
230
- Progress (1): 1.2 kB
231
230
 
231
+ Progress (1): 1.2 kB
232
232
 
233
233
  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
234
- Progress (1): 920 B
235
234
 
235
+ Progress (1): 920 B
236
236
 
237
237
  Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom
238
- Progress (1): 788 B
239
238
 
239
+ Progress (1): 788 B
240
240
 
241
241
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
242
- Progress (1): 726 B
243
242
 
243
+ Progress (1): 726 B
244
244
 
245
245
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
246
- Progress (1): 696 B
247
246
 
247
+ Progress (1): 696 B
248
248
 
249
249
  Downloading from central: https://repo.maven.apache.org/maven2/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.pom
250
- Progress (1): 988 B
251
250
 
251
+ Progress (1): 988 B
252
252
 
253
253
  Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.0-jre/guava-32.1.0-jre.pom
254
- Progress (1): 911 B
255
254
 
255
+ Progress (1): 911 B
256
256
 
257
257
  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
258
- Progress (1): 887 B
259
258
 
259
+ Progress (1): 887 B
260
260
 
261
261
  Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
262
- Progress (1): 980 B
263
262
 
263
+ Progress (1): 980 B
264
264
 
265
265
  Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
266
- Progress (1): 986 B
267
266
 
267
+ Progress (1): 986 B
268
268
 
269
269
  Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
270
- Progress (1): 838 B
271
270
 
271
+ Progress (1): 838 B
272
272
 
273
273
  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
274
- Progress (1): 1.0 kB
275
274
 
275
+ Progress (1): 1.0 kB
276
276
 
277
277
  Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
278
- Progress (1): 1.0 kB
279
278
 
279
+ Progress (1): 1.0 kB
280
280
 
281
281
  Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.pom
282
- Progress (1): 952 B
283
282
 
283
+ Progress (1): 952 B
284
284
 
285
285
  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
286
- Progress (1): 835 B
287
286
 
287
+ Progress (1): 835 B
288
288
 
289
289
  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
290
- Progress (1): 725 B
291
290
 
291
+ Progress (1): 725 B
292
292
 
293
293
  Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom
294
- Progress (1): 858 B
295
294
 
295
+ Progress (1): 858 B
296
296
 
297
297
  Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
298
- Progress (1): 765 B
299
298
 
299
+ Progress (1): 765 B
300
300
 
301
301
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom
302
302
  Progress (1): 705 B
303
303
 
304
304
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom
305
- Progress (1): 739 B
306
305
 
306
+ Progress (1): 739 B
307
307
 
308
308
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
309
- Progress (1): 908 B
310
309
 
310
+ Progress (1): 908 B
311
311
 
312
312
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.pom
313
- Progress (1): 743 B
314
313
 
314
+ Progress (1): 743 B
315
315
 
316
316
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/85/commons-parent-85.pom
317
- Progress (1): 702 B
318
317
 
318
+ Progress (1): 702 B
319
319
 
320
320
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom
321
- Progress (1): 908 B
322
321
 
322
+ Progress (1): 908 B
323
323
 
324
324
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom
325
- Progress (1): 976 B
326
325
 
326
+ Progress (1): 976 B
327
327
 
328
328
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.16.1/jackson-base-2.16.1.pom
329
- Progress (1): 921 B
330
329
 
330
+ Progress (1): 921 B
331
331
 
332
332
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom
333
- Progress (1): 931 B
334
333
 
334
+ Progress (1): 931 B
335
335
 
336
336
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom
337
- Progress (1): 1.1 kB
338
337
 
338
+ Progress (1): 1.1 kB
339
339
 
340
340
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/56/oss-parent-56.pom
341
- Progress (1): 949 B
342
341
 
342
+ Progress (1): 949 B
343
343
 
344
344
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
345
- Progress (1): 907 B
346
345
 
346
+ Progress (1): 907 B
347
347
 
348
348
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.pom
349
- Progress (1): 946 B
350
349
 
350
+ Progress (1): 946 B
351
351
 
352
352
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.pom
353
- Progress (1): 980 B
354
353
 
354
+ Progress (1): 980 B
355
355
 
356
356
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
357
- Progress (1): 907 B
358
357
 
358
+ Progress (1): 907 B
359
359
 
360
360
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.3.1/httpclient5-5.3.1.pom
361
- Progress (1): 869 B
362
361
 
362
+ Progress (1): 869 B
363
363
 
364
364
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.3.1/httpclient5-parent-5.3.1.pom
365
- Progress (1): 837 B
366
365
 
366
+ Progress (1): 864 B
367
367
 
368
368
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom
369
- Progress (1): 805 B
370
369
 
370
+ Progress (1): 805 B
371
371
 
372
372
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom
373
- Progress (1): 745 B
374
373
 
374
+ Progress (1): 745 B
375
375
 
376
376
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.2.4/httpcore5-5.2.4.pom
377
- Progress (1): 883 B
378
377
 
378
+ Progress (1): 883 B
379
379
 
380
380
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.2.4/httpcore5-parent-5.2.4.pom
381
- Progress (1): 847 B
382
381
 
382
+ Progress (1): 847 B
383
383
 
384
384
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.2.4/httpcore5-h2-5.2.4.pom
385
- Progress (1): 889 B
386
385
 
386
+ Progress (1): 889 B
387
387
 
388
388
  Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
389
- Progress (1): 1.0 kB
390
389
 
390
+ Progress (1): 1.0 kB
391
391
 
392
392
  Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
393
- Progress (1): 1.0 kB
394
393
 
394
+ Progress (1): 1.0 kB
395
395
 
396
396
  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
397
- Progress (1): 7.7/112 kB
398
397
 
398
+ Progress (1): 7.7/112 kB
399
399
 
400
400
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
401
401
  Downloading from central: https://repo.maven.apache.org/maven2/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.jar
402
- 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
403
402
  Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.0-jre/guava-32.1.0-jre.jar
404
403
  Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
405
- Progress (1): 7.7/269 kB
406
404
 
405
+ 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
406
+ Progress (1): 7.7/269 kB
407
407
 
408
408
  Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
409
- Downloaded from central: https://repo.maven.apache.org/maven2/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.jar (16 kB at 294 kB/s)
409
+ Progress (1): 0.9/4.6 kB
410
410
 
411
411
  Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar
412
- Progress (1): 0.9/224 kB
413
412
 
413
+ Progress (1): 0.9/16 kB
414
414
 
415
415
  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
416
- Progress (2): 34/224 kB | 4.6 kB
417
416
 
417
+ Progress (1): 0/3.0 MB
418
418
 
419
419
  Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
420
- Progress (1): 43/224 kB
421
420
 
421
+ Progress (2): 0.1/3.0 MB | 17/224 kB
422
422
 
423
423
  Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
424
- Progress (2): 68/224 kB | 0/3.0 MB
425
424
 
426
- Progress (3): 178/224 kB | 0.1/3.0 MB | 12/16 kB
427
425
 
428
- Progress (3): 203/224 kB | 0.1/3.0 MB | 16 kB
429
426
 
427
+ Progress (2): 0.1/3.0 MB | 58/224 kB
430
428
 
429
+ Progress (2): 0.2/3.0 MB | 159/224 kB
431
430
 
431
+ Progress (2): 0.2/3.0 MB | 164/224 kB
432
432
 
433
433
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar
434
- Progress (2): 207/224 kB | 0.1/3.0 MB
435
434
 
435
+ Progress (2): 0.3/3.0 MB | 224 kB
436
436
 
437
437
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar
438
- Progress (2): 0.1/3.0 MB | 0.9/501 kB
439
438
 
440
- Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar
441
- Progress (4): 0.5/3.0 MB | 311/501 kB | 94/703 kB | 0.1/1.6 MB
442
439
 
443
- Progress (3): 0.7/3.0 MB | 168/703 kB | 0.2/1.6 MB
444
440
 
445
- Progress (4): 0.7/3.0 MB | 168/703 kB | 0.2/1.6 MB | 8.2/578 kB
446
441
 
447
- Progress (4): 1.2/3.0 MB | 655/703 kB | 0.8/1.6 MB | 572/862 kB
448
442
 
449
- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.2.4/httpcore5-5.2.4.jar
450
- Progress (3): 1.2/3.0 MB | 0.9/1.6 MB | 589/862 kB
451
443
 
452
- Progress (3): 1.2/3.0 MB | 0.9/1.6 MB | 589/862 kB
453
444
 
445
+ Progress (1): 0.3/3.0 MB
454
446
 
447
+ Progress (4): 0.7/3.0 MB | 154/501 kB | 87/703 kB | 0.1/1.6 MB
455
448
 
449
+ Progress (4): 0.7/3.0 MB | 218/501 kB | 87/703 kB | 0.1/1.6 MB
456
450
 
451
+ Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.3.1/httpclient5-5.3.1.jar
452
+ Progress (4): 1.4/3.0 MB | 332/703 kB | 0.6/1.6 MB | 131/578 kB
457
453
 
454
+ Progress (3): 2.0/3.0 MB | 1.0/1.6 MB | 475/578 kB
458
455
 
456
+ Progress (3): 2.0/3.0 MB | 1.0/1.6 MB | 540/578 kB
459
457
 
458
+ Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.2.4/httpcore5-h2-5.2.4.jar
459
+ Progress (2): 2.0/3.0 MB | 1.1/1.6 MB
460
460
 
461
461
  Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
462
- Progress (4): 1.6/3.0 MB | 1.2/1.6 MB | 147/237 kB | 114/855 kB
463
462
 
464
- Progress (3): 1.7/3.0 MB | 1.4/1.6 MB | 245/855 kB
465
463
 
466
- Progress (3): 1.8/3.0 MB | 1.5/1.6 MB | 491/855 kB
467
464
 
468
- Progress (2): 1.9/3.0 MB | 737/855 kB
469
465
 
470
- Progress (1): 2.0/3.0 MB
471
466
 
467
+ Progress (2): 2.6/3.0 MB | 335/862 kB
472
468
 
469
+ Progress (3): 3.0/3.0 MB | 548/862 kB | 147/855 kB
473
470
 
471
+ Progress (2): 617/862 kB | 200/855 kB
474
472
 
473
+ Progress (2): 797/862 kB | 266/855 kB
475
474
 
475
+ Progress (1): 315/855 kB
476
476
 
477
477
  [INFO] Inspecting build with total of 6 modules
478
478
  [INFO] Installing Central Publishing features
479
479
  [INFO] ------------------------------------------------------------------------
@@ -256,212 +256,212 @@ Progress (1): 2.0/3.0 MB
256
256
  [INFO] from pom.xml
257
257
  [INFO] --------------------------------[ pom ]---------------------------------
258
258
  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
259
- Progress (1): 797 B
260
259
 
260
+ Progress (1): 797 B
261
261
 
262
262
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/44/maven-plugins-44.pom
263
- Progress (1): 771 B
264
263
 
264
+ Progress (1): 771 B
265
265
 
266
266
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/44/maven-parent-44.pom
267
- Progress (1): 708 B
268
267
 
268
+ Progress (1): 805 B
269
269
 
270
270
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom
271
- Progress (1): 737 B
272
271
 
272
+ Progress (1): 737 B
273
273
 
274
274
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom
275
- Progress (1): 908 B
276
275
 
276
+ Progress (1): 908 B
277
277
 
278
278
  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
279
- Progress (1): 7.7/37 kB
280
279
 
280
+ Progress (1): 3.4/37 kB
281
281
 
282
282
  [INFO]
283
283
  [INFO] --- clean:3.5.0:clean (default-clean) @ scalar-parent ---
284
284
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom
285
- Progress (1): 976 B
286
285
 
286
+ Progress (1): 998 B
287
287
 
288
288
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar
289
- Progress (1): 7.4/193 kB
290
289
 
290
+ Progress (1): 7.7/193 kB
291
291
 
292
292
  [INFO]
293
293
  [INFO] --------------------< com.scalar.maven:scalar-core >--------------------
294
294
  [INFO] Building Scalar API Reference Core 0.0.0 [2/6]
295
295
  [INFO] from scalar-core/pom.xml
296
296
  [INFO] --------------------------------[ jar ]---------------------------------
297
297
  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
298
- Progress (1): 767 B
299
298
 
299
+ Progress (1): 767 B
300
300
 
301
301
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/93/mojo-parent-93.pom
302
- Progress (1): 715 B
303
302
 
303
+ Progress (1): 715 B
304
304
 
305
305
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom
306
- Progress (1): 908 B
307
306
 
307
+ Progress (1): 908 B
308
308
 
309
309
  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
310
- Progress (1): 16/131 kB
311
310
 
311
+ Progress (1): 7.7/131 kB
312
312
 
313
313
  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
314
- Progress (1): 766 B
315
314
 
315
+ Progress (1): 766 B
316
316
 
317
317
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/45/maven-plugins-45.pom
318
- Progress (1): 772 B
319
318
 
319
+ Progress (1): 772 B
320
320
 
321
321
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/45/maven-parent-45.pom
322
- Progress (1): 708 B
323
322
 
323
+ Progress (1): 708 B
324
324
 
325
325
  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
326
- Progress (1): 7.7/31 kB
327
326
 
327
+ Progress (1): 7.7/31 kB
328
328
 
329
329
  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
330
- Progress (1): 758 B
331
330
 
331
+ Progress (1): 758 B
332
332
 
333
333
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/47/maven-plugins-47.pom
334
- Progress (1): 771 B
335
334
 
335
+ Progress (1): 771 B
336
336
 
337
337
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/47/maven-parent-47.pom
338
- Progress (1): 716 B
339
338
 
339
+ Progress (1): 716 B
340
340
 
341
341
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/37/apache-37.pom
342
- Progress (1): 733 B
343
342
 
343
+ Progress (1): 733 B
344
344
 
345
345
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.2/junit-bom-5.14.2.pom
346
- Progress (1): 908 B
347
346
 
347
+ Progress (1): 908 B
348
348
 
349
349
  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
350
- Progress (1): 7.7/84 kB
351
350
 
351
+ Progress (1): 7.7/84 kB
352
352
 
353
353
  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
354
- Progress (1): 740 B
355
354
 
355
+ Progress (1): 771 B
356
356
 
357
357
  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
358
- Progress (1): 7.7/493 kB
359
358
 
359
+ Progress (1): 7.7/493 kB
360
360
 
361
361
  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
362
- Progress (1): 827 B
363
362
 
363
+ Progress (1): 827 B
364
364
 
365
365
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.5.5/surefire-3.5.5.pom
366
- Progress (1): 791 B
367
366
 
367
+ Progress (1): 791 B
368
368
 
369
369
  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
370
- Progress (1): 8.2/47 kB
371
370
 
371
+ Progress (1): 7.7/47 kB
372
372
 
373
373
  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
374
- Progress (1): 778 B
375
374
 
375
+ Progress (1): 778 B
376
376
 
377
377
  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
378
- Progress (1): 7.7/35 kB
379
378
 
379
+ Progress (1): 7.7/35 kB
380
380
 
381
381
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.19.2/jackson-databind-2.19.2.pom
382
- Progress (1): 969 B
383
382
 
383
+ Progress (1): 1.0 kB
384
384
 
385
385
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.19.2/jackson-base-2.19.2.pom
386
- Progress (1): 926 B
387
386
 
387
+ Progress (1): 926 B
388
388
 
389
389
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom
390
- Progress (1): 908 B
391
390
 
391
+ Progress (1): 908 B
392
392
 
393
393
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.19.2/jackson-annotations-2.19.2.pom
394
- Progress (1): 945 B
395
394
 
395
+ Progress (1): 945 B
396
396
 
397
397
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.pom
398
- Progress (1): 957 B
399
398
 
399
+ Progress (1): 967 B
400
400
 
401
401
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.pom
402
- Progress (1): 944 B
403
402
 
403
+ Progress (1): 944 B
404
404
 
405
405
  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
406
- Progress (1): 954 B
407
406
 
407
+ Progress (1): 954 B
408
408
 
409
409
  Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom
410
- Progress (1): 996 B
411
410
 
411
+ Progress (1): 996 B
412
412
 
413
413
  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
414
- Progress (1): 966 B
415
414
 
415
+ Progress (1): 966 B
416
416
 
417
417
  Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
418
- Progress (1): 1.0 kB
419
418
 
419
+ Progress (1): 1.0 kB
420
420
 
421
421
  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
422
- Progress (1): 968 B
423
422
 
423
+ Progress (1): 968 B
424
424
 
425
425
  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
426
- Progress (1): 963 B
427
426
 
427
+ Progress (1): 963 B
428
428
 
429
429
  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
430
- Progress (1): 957 B
431
430
 
431
+ Progress (1): 957 B
432
432
 
433
433
  Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.pom
434
- Progress (1): 1.6 kB
435
434
 
435
+ Progress (1): 1.6 kB
436
436
 
437
437
  Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.pom
438
- Progress (1): 941 B
439
438
 
439
+ Progress (1): 941 B
440
440
 
441
441
  Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.17.8/byte-buddy-parent-1.17.8.pom
442
- Progress (1): 843 B
443
442
 
443
+ Progress (1): 945 B
444
444
 
445
445
  Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.pom
446
- Progress (1): 1.1 kB
447
446
 
447
+ Progress (1): 1.1 kB
448
448
 
449
449
  Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom
450
- Progress (1): 795 B
451
450
 
451
+ Progress (1): 795 B
452
452
 
453
453
  Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom
454
- Progress (1): 741 B
455
454
 
455
+ Progress (1): 741 B
456
456
 
457
457
  Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.pom
458
- Progress (1): 1.6 kB
459
458
 
459
+ Progress (1): 1.6 kB
460
460
 
461
461
  Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.pom
462
- Progress (1): 1.2 kB
463
462
 
463
+ Progress (1): 1.2 kB
464
464
 
465
465
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.19.2/jackson-databind-2.19.2.jar
466
- Progress (1): 0/1.7 MB
467
466
 
467
+ Progress (1): 0/1.7 MB
468
468
 
469
+ Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.19.2/jackson-annotations-2.19.2.jar
469
470
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.jar
470
471
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.jar
471
472
  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
472
- Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.19.2/jackson-annotations-2.19.2.jar
473
473
  Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar
474
- Progress (1): 7.7/591 kB
475
474
 
475
+ Progress (1): 7.7/79 kB
476
476
 
477
477
  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
478
- Progress (1): 74/591 kB
479
478
 
479
+ Progress (1): 3.4/14 kB
480
480
 
481
481
  Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
482
- Progress (3): 188/591 kB | 61/79 kB | 7.7/233 kB
483
482
 
483
+ Progress (1): 7.7/233 kB
484
484
 
485
485
  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
486
- Progress (2): 254/591 kB | 81/233 kB
487
486
 
487
+ 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)
488
488
  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
489
- Progress (3): 492/591 kB | 196/233 kB | 25/152 kB
490
489
 
490
+ Progress (1): 7.7/591 kB
491
491
 
492
492
  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
493
- Progress (2): 524/591 kB | 57/152 kB
494
493
 
495
- Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.jar (591 kB at 11 MB/s)
496
- Progress (2): 12/292 kB | 7.7/602 kB
497
494
 
498
- Progress (2): 29/292 kB | 12/602 kB
499
495
 
500
- Progress (2): 45/292 kB | 28/602 kB
501
496
 
497
+ Progress (1): 164/591 kB
502
498
 
499
+ Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.jar
500
+ Progress (1): 262/591 kB
503
501
 
502
+ Progress (2): 591 kB | 463/602 kB
504
503
 
504
+ Progress (3): 591 kB | 512/602 kB | 25/256 kB
505
505
 
506
506
  Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar
507
- Progress (2): 192/602 kB | 29/256 kB
508
507
 
509
- Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar
510
- Progress (4): 323/602 kB | 225/709 kB | 0.1/9.0 MB | 49/367 kB
511
508
 
509
+ Progress (2): 528/602 kB | 41/256 kB
512
510
 
511
+ Progress (1): 82/256 kB
513
512
 
513
+ Progress (2): 82/256 kB | 7.7/709 kB
514
514
 
515
515
  Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.jar
516
- Progress (3): 602 kB | 695/709 kB | 0.4/9.0 MB
517
516
 
517
+ Progress (1): 344/709 kB
518
518
 
519
519
  Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.jar
520
- Progress (3): 695/709 kB | 0.5/9.0 MB | 32/49 kB
521
520
 
522
- Progress (2): 695/709 kB | 0.5/9.0 MB
523
521
 
524
- Progress (1): 0.6/9.0 MB
525
522
 
526
- Progress (1): 0.9/9.0 MB
527
523
 
528
- Progress (1): 2.8/9.0 MB
529
524
 
525
+ Progress (1): 0/9.0 MB
530
526
 
527
+ Progress (1): 0.2/9.0 MB
531
528
 
529
+ Progress (2): 0.4/9.0 MB | 192/367 kB
532
530
 
531
+ Progress (1): 0.5/9.0 MB
533
532
 
533
+ Progress (1): 1.5/9.0 MB
534
534
 
535
535
  [INFO]
536
536
  [INFO] --- clean:3.5.0:clean (default-clean) @ scalar-core ---
537
537
  [INFO]
538
538
  [INFO] --- flatten:1.7.3:clean (flatten-clean) @ scalar-core ---
539
539
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom
540
- Progress (1): 814 B
541
540
 
541
+ Progress (1): 814 B
542
542
 
543
543
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom
544
- Progress (1): 729 B
545
544
 
545
+ Progress (1): 692 B
546
546
 
547
547
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom
548
- Progress (1): 908 B
549
548
 
549
+ Progress (1): 908 B
550
550
 
551
551
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.28/plexus-interpolation-1.28.pom
552
- Progress (1): 1.3 kB
553
552
 
553
+ Progress (1): 1.3 kB
554
554
 
555
555
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/20/plexus-20.pom
556
- Progress (1): 692 B
557
556
 
557
+ Progress (1): 689 B
558
558
 
559
559
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar
560
- Progress (1): 7.7/94 kB
561
560
 
561
+ Progress (1): 16/94 kB
562
562
 
563
563
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.28/plexus-interpolation-1.28.jar
564
- Progress (1): 7.7/87 kB
565
564
 
565
+ Progress (1): 7.7/87 kB
566
566
 
567
567
  [INFO]
568
568
  [INFO] --- resources:3.4.0:resources (default-resources) @ scalar-core ---
569
569
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.4.0/maven-filtering-3.4.0.pom
570
- Progress (1): 787 B
571
570
 
571
+ Progress (1): 787 B
572
572
 
573
573
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom
574
- Progress (1): 811 B
575
574
 
575
+ Progress (1): 811 B
576
576
 
577
577
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom
578
- Progress (1): 720 B
579
578
 
579
+ Progress (1): 720 B
580
580
 
581
581
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom
582
- Progress (1): 908 B
583
582
 
583
+ Progress (1): 908 B
584
584
 
585
585
  Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
586
- Progress (1): 612 B
587
586
 
587
+ Progress (1): 612 B
588
588
 
589
589
  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
590
- Progress (1): 910 B
591
590
 
591
+ Progress (1): 910 B
592
592
 
593
593
  Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
594
- Progress (1): 1.2 kB
595
594
 
595
+ Progress (1): 1.2 kB
596
596
 
597
597
  Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
598
- Progress (1): 1.3 kB
599
598
 
599
+ Progress (1): 1.4 kB
600
600
 
601
601
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
602
- Progress (1): 1.3 kB
603
602
 
603
+ Progress (1): 1.3 kB
604
604
 
605
605
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom
606
- Progress (1): 692 B
607
606
 
607
+ Progress (1): 692 B
608
608
 
609
609
  Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom
610
- Progress (1): 762 B
611
610
 
611
+ Progress (1): 762 B
612
612
 
613
613
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/69/commons-parent-69.pom
614
- Progress (1): 708 B
615
614
 
615
+ Progress (1): 796 B
616
616
 
617
617
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.16.0/commons-lang3-3.16.0.pom
618
- Progress (1): 744 B
619
618
 
619
+ Progress (1): 744 B
620
620
 
621
621
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/72/commons-parent-72.pom
622
- Progress (1): 778 B
623
622
 
623
+ Progress (1): 705 B
624
624
 
625
625
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0-M2/junit-bom-5.11.0-M2.pom
626
- Progress (1): 908 B
627
626
 
627
+ Progress (1): 908 B
628
628
 
629
629
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.pom
630
- Progress (1): 740 B
631
630
 
631
+ Progress (1): 740 B
632
632
 
633
633
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom
634
- Progress (1): 699 B
635
634
 
635
+ Progress (1): 699 B
636
636
 
637
637
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.4.0/maven-filtering-3.4.0.jar
638
- Progress (1): 3.4/56 kB
639
638
 
639
+ Progress (1): 7.7/56 kB
640
640
 
641
641
  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
642
642
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
643
643
  Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar
644
644
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.jar
645
645
  Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
646
- Progress (1): 3.4/8.5 kB
647
646
 
648
- Progress (1): 7.7/509 kB
649
647
 
650
- Progress (1): 229/714 kB
651
648
 
652
- Progress (1): 246/714 kB
653
649
 
654
- Progress (1): 393/714 kB
655
650
 
651
+ Progress (1): 7.7/714 kB
656
652
 
653
+ Progress (1): 73/714 kB
657
654
 
655
+ Progress (1): 172/714 kB
658
656
 
657
+ Progress (2): 299/714 kB | 205/509 kB
659
658
 
659
+ Progress (1): 463/714 kB
660
660
 
661
661
  [INFO] Copying 2 resources from src/main/resources to target/classes
662
662
  [INFO]
663
663
  [INFO] --- flatten:1.7.3:flatten (flatten) @ scalar-core ---
@@ -469,73 +469,73 @@ Progress (1): 393/714 kB
469
469
  [INFO]
470
470
  [INFO] --- compiler:3.15.0:compile (default-compile) @ scalar-core ---
471
471
  Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.9.1/asm-9.9.1.pom
472
- Progress (1): 1.3 kB
473
472
 
473
+ Progress (1): 1.3 kB
474
474
 
475
475
  Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
476
- Progress (1): 709 B
477
476
 
477
+ Progress (1): 709 B
478
478
 
479
479
  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
480
- Progress (1): 793 B
481
480
 
481
+ Progress (1): 819 B
482
482
 
483
483
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
484
- Progress (1): 812 B
485
484
 
485
+ Progress (1): 812 B
486
486
 
487
487
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
488
- Progress (1): 752 B
489
488
 
489
+ Progress (1): 724 B
490
490
 
491
491
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom
492
- Progress (1): 741 B
493
492
 
493
+ Progress (1): 741 B
494
494
 
495
495
  Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
496
- Progress (1): 764 B
497
496
 
497
+ Progress (1): 764 B
498
498
 
499
499
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
500
- Progress (1): 703 B
501
500
 
501
+ Progress (1): 703 B
502
502
 
503
503
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
504
- Progress (1): 749 B
505
504
 
505
+ Progress (1): 749 B
506
506
 
507
507
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
508
- Progress (1): 912 B
509
508
 
509
+ Progress (1): 912 B
510
510
 
511
511
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
512
- Progress (1): 806 B
513
512
 
513
+ Progress (1): 806 B
514
514
 
515
515
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
516
- Progress (1): 773 B
517
516
 
517
+ Progress (1): 773 B
518
518
 
519
519
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
520
- Progress (1): 726 B
521
520
 
521
+ Progress (1): 726 B
522
522
 
523
523
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
524
- Progress (1): 749 B
525
524
 
525
+ Progress (1): 749 B
526
526
 
527
527
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.2/plexus-java-1.5.2.pom
528
- Progress (1): 1.9 kB
529
528
 
529
+ Progress (1): 1.9 kB
530
530
 
531
531
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.5.2/plexus-languages-1.5.2.pom
532
- Progress (1): 1.4 kB
533
532
 
533
+ Progress (1): 1.4 kB
534
534
 
535
535
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom
536
- Progress (1): 689 B
537
536
 
537
+ Progress (1): 689 B
538
538
 
539
539
  Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.pom
540
- Progress (1): 872 B
541
540
 
541
+ Progress (1): 872 B
542
542
 
543
543
  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
544
- Progress (1): 1.4 kB
545
544
 
545
+ Progress (1): 1.4 kB
546
546
 
547
547
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.16.2/plexus-compiler-2.16.2.pom
548
- Progress (1): 1.2 kB
549
548
 
549
+ Progress (1): 1.2 kB
550
550
 
551
551
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/25/plexus-25.pom
552
- Progress (1): 690 B
553
552
 
553
+ Progress (1): 690 B
554
554
 
555
555
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.1/junit-bom-5.14.1.pom
556
- Progress (1): 908 B
557
556
 
557
+ Progress (1): 908 B
558
558
 
559
559
  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
560
- Progress (1): 1.3 kB
561
560
 
561
+ Progress (1): 1.3 kB
562
562
 
563
563
  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
564
- Progress (1): 1.3 kB
565
564
 
565
+ Progress (1): 1.3 kB
566
566
 
567
567
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.16.2/plexus-compilers-2.16.2.pom
568
- Progress (1): 1.6 kB
569
568
 
569
+ Progress (1): 1.6 kB
570
570
 
571
571
  Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.9.1/asm-9.9.1.jar
572
- Progress (1): 7.7/126 kB
573
572
 
573
+ Progress (1): 7.7/126 kB
574
574
 
575
575
  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
576
576
  Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
577
577
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
578
578
  Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.jar
579
579
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.2/plexus-java-1.5.2.jar
580
- Progress (1): 7.7/151 kB
581
580
 
581
+ Progress (1): 7.7/151 kB
582
582
 
583
583
  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
584
- Progress (1): 7.7/353 kB
585
584
 
585
+ Progress (1): 126/151 kB
586
586
 
587
587
  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
588
- Progress (2): 57 kB | 7.7/327 kB
589
588
 
589
+ Progress (1): 7.7/327 kB
590
590
 
591
591
  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
592
- Progress (2): 57 kB | 61/327 kB
593
592
 
594
- Progress (2): 126/327 kB | 7.5/29 kB
595
593
 
596
- Progress (1): 143/327 kB
597
594
 
598
- Progress (1): 5.2 kB
599
595
 
600
- Progress (1): 7.7/30 kB
601
596
 
597
+ 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)
598
+ Progress (1): 7.7/14 kB
602
599
 
600
+ Progress (1): 7.7/29 kB
603
601
 
602
+ Progress (1): 5.2 kB
604
603
 
604
+ Progress (1): 7.7/30 kB
605
605
 
606
606
  [INFO] Recompiling the module because of changed source code.
607
607
  [INFO] Compiling 33 source files with javac [debug release 17] to target/classes
608
608
  [INFO]
@@ -546,301 +546,301 @@ Progress (1): 7.7/30 kB
546
546
  [INFO]
547
547
  [INFO] --- javadoc:3.12.0:javadoc (generate-javadoc) @ scalar-core ---
548
548
  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
549
- Progress (1): 825 B
550
549
 
550
+ Progress (1): 825 B
551
551
 
552
552
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom
553
- Progress (1): 774 B
554
553
 
554
+ Progress (1): 774 B
555
555
 
556
556
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom
557
557
  Progress (1): 717 B
558
558
 
559
559
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
560
- Progress (1): 753 B
561
560
 
561
+ Progress (1): 753 B
562
562
 
563
563
  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
564
- Progress (1): 843 B
565
564
 
565
+ Progress (1): 843 B
566
566
 
567
567
  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
568
- Progress (1): 791 B
569
568
 
569
+ Progress (1): 791 B
570
570
 
571
571
  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
572
- Progress (1): 835 B
573
572
 
573
+ Progress (1): 835 B
574
574
 
575
575
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom
576
- Progress (1): 754 B
577
576
 
577
+ Progress (1): 754 B
578
578
 
579
579
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom
580
- Progress (1): 908 B
581
580
 
581
+ Progress (1): 908 B
582
582
 
583
583
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.4/maven-archiver-3.6.4.pom
584
- Progress (1): 802 B
585
584
 
585
+ Progress (1): 802 B
586
586
 
587
587
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/45/maven-shared-components-45.pom
588
- Progress (1): 810 B
589
588
 
589
+ Progress (1): 810 B
590
590
 
591
591
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.pom
592
- Progress (1): 1.2 kB
593
592
 
593
+ Progress (1): 1.2 kB
594
594
 
595
595
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.5.0/plexus-io-3.5.0.pom
596
- Progress (1): 1.2 kB
597
596
 
597
+ Progress (1): 1.2 kB
598
598
 
599
599
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom
600
- Progress (1): 758 B
601
600
 
601
+ Progress (1): 758 B
602
602
 
603
603
  Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom
604
- Progress (1): 745 B
605
604
 
605
+ Progress (1): 745 B
606
606
 
607
607
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
608
- Progress (1): 747 B
609
608
 
609
+ Progress (1): 747 B
610
610
 
611
611
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom
612
- Progress (1): 706 B
613
612
 
613
+ Progress (1): 706 B
614
614
 
615
615
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom
616
- Progress (1): 743 B
617
616
 
617
+ Progress (1): 743 B
618
618
 
619
619
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
620
- Progress (1): 913 B
621
620
 
621
+ Progress (1): 913 B
622
622
 
623
623
  Downloading from central: https://repo.maven.apache.org/maven2/io/airlift/aircompressor/0.27/aircompressor-0.27.pom
624
- Progress (1): 1.3 kB
625
624
 
625
+ Progress (1): 1.3 kB
626
626
 
627
627
  Downloading from central: https://repo.maven.apache.org/maven2/io/airlift/airbase/112/airbase-112.pom
628
- Progress (1): 1.1 kB
629
628
 
629
+ Progress (1): 1.1 kB
630
630
 
631
631
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.0-M1/junit-bom-5.8.0-M1.pom
632
- Progress (1): 909 B
633
632
 
633
+ Progress (1): 909 B
634
634
 
635
635
  Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
636
- Progress (1): 1.1 kB
637
636
 
637
+ Progress (1): 1.1 kB
638
638
 
639
639
  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
640
- Progress (1): 1.1 kB
641
640
 
641
+ Progress (1): 1.1 kB
642
642
 
643
643
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.pom
644
- Progress (1): 798 B
645
644
 
645
+ Progress (1): 798 B
646
646
 
647
647
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom
648
- Progress (1): 811 B
649
648
 
649
+ Progress (1): 811 B
650
650
 
651
651
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom
652
- Progress (1): 724 B
653
652
 
653
+ Progress (1): 724 B
654
654
 
655
655
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom
656
- Progress (1): 733 B
657
656
 
657
+ Progress (1): 733 B
658
658
 
659
659
  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
660
- Progress (1): 798 B
661
660
 
661
+ Progress (1): 798 B
662
662
 
663
663
  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
664
- Progress (1): 774 B
665
664
 
665
+ Progress (1): 774 B
666
666
 
667
667
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/2.0.0/doxia-sitetools-2.0.0.pom
668
- Progress (1): 772 B
669
668
 
669
+ Progress (1): 758 B
670
670
 
671
671
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom
672
- Progress (1): 908 B
673
672
 
673
+ Progress (1): 908 B
674
674
 
675
675
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.pom
676
- Progress (1): 815 B
677
676
 
677
+ Progress (1): 815 B
678
678
 
679
679
  Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.17.0/commons-io-2.17.0.pom
680
- Progress (1): 761 B
681
680
 
681
+ Progress (1): 761 B
682
682
 
683
683
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/74/commons-parent-74.pom
684
- Progress (1): 705 B
685
684
 
685
+ Progress (1): 705 B
686
686
 
687
687
  Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0/junit-bom-5.11.0.pom
688
- Progress (1): 912 B
689
688
 
689
+ Progress (1): 912 B
690
690
 
691
691
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.12.0/commons-text-1.12.0.pom
692
- Progress (1): 743 B
693
692
 
693
+ Progress (1): 743 B
694
694
 
695
695
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.pom
696
- Progress (1): 742 B
697
696
 
697
+ Progress (1): 742 B
698
698
 
699
699
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/73/commons-parent-73.pom
700
- Progress (1): 705 B
701
700
 
701
+ Progress (1): 705 B
702
702
 
703
703
  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
704
- Progress (1): 789 B
705
704
 
705
+ Progress (1): 797 B
706
706
 
707
707
  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
708
- Progress (1): 799 B
709
708
 
709
+ Progress (1): 799 B
710
710
 
711
711
  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
712
- Progress (1): 831 B
713
712
 
713
+ Progress (1): 781 B
714
714
 
715
715
  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
716
- Progress (1): 876 B
717
716
 
717
+ Progress (1): 805 B
718
718
 
719
719
  Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.pom
720
- Progress (1): 1.3 kB
721
720
 
721
+ Progress (1): 1.3 kB
722
722
 
723
723
  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
724
- Progress (1): 750 B
725
724
 
725
+ Progress (1): 750 B
726
726
 
727
727
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
728
- Progress (1): 1.3 kB
729
728
 
729
+ Progress (1): 1.3 kB
730
730
 
731
731
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
732
- Progress (1): 700 B
733
732
 
733
+ Progress (1): 700 B
734
734
 
735
735
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
736
- Progress (1): 932 B
737
736
 
737
+ Progress (1): 932 B
738
738
 
739
739
  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
740
- Progress (1): 797 B
741
740
 
741
+ Progress (1): 797 B
742
742
 
743
743
  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
744
- Progress (1): 818 B
745
744
 
745
+ Progress (1): 818 B
746
746
 
747
747
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/2.0.0/doxia-modules-2.0.0.pom
748
- Progress (1): 823 B
749
748
 
749
+ Progress (1): 823 B
750
750
 
751
751
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom
752
- Progress (1): 808 B
753
752
 
753
+ Progress (1): 808 B
754
754
 
755
755
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/19/plexus-19.pom
756
- Progress (1): 988 B
757
756
 
757
+ Progress (1): 988 B
758
758
 
759
759
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom
760
- Progress (1): 801 B
761
760
 
761
+ Progress (1): 801 B
762
762
 
763
763
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom
764
- Progress (1): 806 B
765
764
 
765
+ Progress (1): 806 B
766
766
 
767
767
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/7/velocity-master-7.pom
768
- Progress (1): 812 B
769
768
 
769
+ Progress (1): 812 B
770
770
 
771
771
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom
772
- Progress (1): 862 B
773
772
 
773
+ Progress (1): 862 B
774
774
 
775
775
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom
776
- Progress (1): 816 B
777
776
 
777
+ Progress (1): 816 B
778
778
 
779
779
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom
780
- Progress (1): 808 B
781
780
 
781
+ Progress (1): 808 B
782
782
 
783
783
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom
784
- Progress (1): 1.3 kB
785
784
 
785
+ Progress (1): 1.3 kB
786
786
 
787
787
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom
788
- Progress (1): 801 B
789
788
 
789
+ Progress (1): 801 B
790
790
 
791
791
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom
792
- Progress (1): 738 B
793
792
 
793
+ Progress (1): 738 B
794
794
 
795
795
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/51/commons-parent-51.pom
796
- Progress (1): 702 B
797
796
 
797
+ Progress (1): 702 B
798
798
 
799
799
  Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
800
- Progress (1): 1.0 kB
801
800
 
801
+ Progress (1): 1.0 kB
802
802
 
803
803
  Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
804
- Progress (1): 1.0 kB
805
804
 
805
+ Progress (1): 1.0 kB
806
806
 
807
807
  Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
808
- Progress (1): 764 B
809
808
 
809
+ Progress (1): 764 B
810
810
 
811
811
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom
812
- Progress (1): 704 B
813
812
 
813
+ Progress (1): 704 B
814
814
 
815
815
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
816
- Progress (1): 756 B
817
816
 
817
+ Progress (1): 756 B
818
818
 
819
819
  Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
820
- Progress (1): 768 B
821
820
 
821
+ Progress (1): 768 B
822
822
 
823
823
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom
824
- Progress (1): 715 B
825
824
 
825
+ Progress (1): 715 B
826
826
 
827
827
  Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
828
- Progress (1): 785 B
829
828
 
829
+ Progress (1): 785 B
830
830
 
831
831
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom
832
- Progress (1): 718 B
833
832
 
833
+ Progress (1): 754 B
834
834
 
835
835
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
836
- Progress (1): 745 B
837
836
 
837
+ Progress (1): 745 B
838
838
 
839
839
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom
840
- Progress (1): 765 B
841
840
 
841
+ Progress (1): 765 B
842
842
 
843
843
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
844
- Progress (1): 724 B
845
844
 
845
+ Progress (1): 724 B
846
846
 
847
847
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
848
- Progress (1): 753 B
849
848
 
849
+ Progress (1): 753 B
850
850
 
851
851
  Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
852
- Progress (1): 788 B
853
852
 
853
+ Progress (1): 788 B
854
854
 
855
855
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/14/commons-parent-14.pom
856
- Progress (1): 730 B
857
856
 
857
+ Progress (1): 730 B
858
858
 
859
859
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom
860
- Progress (1): 754 B
861
860
 
861
+ Progress (1): 754 B
862
862
 
863
863
  Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
864
- Progress (1): 783 B
865
864
 
865
+ Progress (1): 783 B
866
866
 
867
867
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom
868
- Progress (1): 782 B
869
868
 
869
+ Progress (1): 782 B
870
870
 
871
871
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
872
- Progress (1): 790 B
873
872
 
873
+ Progress (1): 790 B
874
874
 
875
875
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom
876
- Progress (1): 721 B
877
876
 
877
+ Progress (1): 721 B
878
878
 
879
879
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/50/commons-parent-50.pom
880
- Progress (1): 702 B
881
880
 
881
+ Progress (1): 702 B
882
882
 
883
883
  Downloading from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom
884
- Progress (1): 1.0 kB
885
884
 
885
+ Progress (1): 1.0 kB
886
886
 
887
887
  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
888
- Progress (1): 802 B
889
888
 
889
+ Progress (1): 802 B
890
890
 
891
891
  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
892
- Progress (1): 1.4 kB
893
892
 
893
+ Progress (1): 1.4 kB
894
894
 
895
895
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
896
- Progress (1): 1.7 kB
897
896
 
897
+ Progress (1): 1.7 kB
898
898
 
899
899
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
900
- Progress (1): 1.7 kB
901
900
 
901
+ Progress (1): 1.7 kB
902
902
 
903
903
  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
904
- Progress (1): 827 B
905
904
 
905
+ Progress (1): 827 B
906
906
 
907
907
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom
908
- Progress (1): 740 B
909
908
 
909
+ Progress (1): 740 B
910
910
 
911
911
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom
912
- Progress (1): 727 B
913
912
 
913
+ Progress (1): 727 B
914
914
 
915
915
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.14.0/commons-text-1.14.0.pom
916
- Progress (1): 738 B
917
916
 
917
+ Progress (1): 738 B
918
918
 
919
919
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
920
- Progress (1): 859 B
921
920
 
921
+ Progress (1): 859 B
922
922
 
923
923
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
924
- Progress (1): 841 B
925
924
 
925
+ Progress (1): 841 B
926
926
 
927
927
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
928
- Progress (1): 803 B
929
928
 
929
+ Progress (1): 803 B
930
930
 
931
931
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
932
- Progress (1): 869 B
933
932
 
933
+ Progress (1): 869 B
934
934
 
935
935
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
936
- Progress (1): 850 B
937
936
 
937
+ Progress (1): 850 B
938
938
 
939
939
  Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
940
- Progress (1): 752 B
941
940
 
941
+ Progress (1): 752 B
942
942
 
943
943
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom
944
- Progress (1): 707 B
945
944
 
945
+ Progress (1): 707 B
946
946
 
947
947
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom
948
- Progress (1): 748 B
949
948
 
949
+ Progress (1): 748 B
950
950
 
951
951
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.pom
952
- Progress (1): 1.9 kB
953
952
 
953
+ Progress (1): 1.9 kB
954
954
 
955
955
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.5.0/plexus-languages-1.5.0.pom
956
- Progress (1): 1.4 kB
957
956
 
957
+ Progress (1): 1.4 kB
958
958
 
959
959
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.5.1/plexus-io-3.5.1.pom
960
- Progress (1): 1.2 kB
961
960
 
961
+ Progress (1): 1.2 kB
962
962
 
963
963
  Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.20.0/commons-io-2.20.0.pom
964
- Progress (1): 761 B
965
964
 
965
+ Progress (1): 761 B
966
966
 
967
967
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.4/plexus-interactivity-api-1.4.pom
968
- Progress (1): 1.6 kB
969
968
 
969
+ Progress (1): 1.6 kB
970
970
 
971
971
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.4/plexus-interactivity-1.4.pom
972
- Progress (1): 1.3 kB
973
972
 
973
+ Progress (1): 1.3 kB
974
974
 
975
975
  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
976
- Progress (1): 7.7/168 kB
977
976
 
977
+ Progress (1): 4.1/168 kB
978
978
 
979
979
  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
980
980
  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
981
981
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.4/maven-archiver-3.6.4.jar
982
982
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.jar
983
983
  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
984
- Progress (1): 7.7/34 kB
985
984
 
985
+ Progress (1): 7.7/149 kB
986
986
 
987
987
  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
988
- Progress (1): 7.7/58 kB
989
988
 
989
+ 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)
990
990
  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
991
- Progress (1): 57/149 kB
992
991
 
992
+ Progress (1): 106/149 kB
993
993
 
994
994
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.jar
995
- Progress (1): 7.7/27 kB
996
995
 
996
+ Progress (1): 7.7/58 kB
997
997
 
998
998
  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
999
- Progress (1): 3.4/9.8 kB
1000
999
 
1000
+ Progress (1): 7.7/34 kB
1001
1001
 
1002
1002
  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
1003
- Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.jar (44 kB at 1.5 MB/s)
1003
+ Progress (1): 7.7/44 kB
1004
1004
 
1005
1005
  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
1006
- Progress (1): 7.7/11 kB
1007
1006
 
1007
+ Progress (1): 7.7/168 kB
1008
1008
 
1009
1009
  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
1010
- Progress (1): 7.7/168 kB
1011
1010
 
1011
+ Progress (1): 147/168 kB
1012
1012
 
1013
1013
  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
1014
- Progress (1): 7.7/17 kB
1015
1014
 
1015
+ Progress (1): 7.7/86 kB
1016
1016
 
1017
1017
  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
1018
- Progress (1): 7.7/16 kB
1019
1018
 
1019
+ Progress (1): 7.7/16 kB
1020
1020
 
1021
1021
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
1022
- Progress (1): 7.7/216 kB
1023
1022
 
1023
+ Progress (1): 7.7/17 kB
1024
1024
 
1025
1025
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar
1026
- Progress (1): 7.7/86 kB
1027
1026
 
1027
+ Progress (1): 7.7/305 kB
1028
1028
 
1029
1029
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar
1030
- Progress (1): 4.2 kB
1031
1030
 
1031
+ Progress (1): 131/305 kB
1032
1032
 
1033
1033
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar
1034
- Progress (1): 7.7/305 kB
1035
1034
 
1036
- Progress (1): 94/305 kB
1037
1035
 
1038
- Progress (1): 111/305 kB
1039
1036
 
1037
+ Progress (1): 246/305 kB
1040
1038
 
1039
+ Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
1040
+ Progress (1): 5.7 kB
1041
1041
 
1042
1042
  Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
1043
- Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar (5.7 kB at 87 kB/s)
1043
+ Progress (1): 7.7/53 kB
1044
1044
 
1045
1045
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar
1046
- Progress (1): 7.7/217 kB
1047
1046
 
1048
- Progress (1): 12/510 kB
1049
1047
 
1050
- Progress (1): 28/510 kB
1051
1048
 
1052
- Progress (1): 388/510 kB
1053
1049
 
1054
- Progress (1): 405/510 kB
1055
1050
 
1056
- Progress (1): 139/242 kB
1057
1051
 
1058
- Progress (1): 155/242 kB
1059
1052
 
1060
- Progress (2): 229/588 kB | 7.7/35 kB
1061
1053
 
1054
+ Progress (1): 7.7/510 kB
1062
1055
 
1056
+ Downloading from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar
1057
+ Progress (1): 179/247 kB
1063
1058
 
1059
+ 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
1060
+ Progress (2): 139/588 kB | 49/217 kB
1064
1061
 
1062
+ 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
1063
+ Progress (1): 221/588 kB
1065
1064
 
1066
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.jar
1067
- Progress (1): 240/588 kB
1068
1066
 
1069
- Progress (2): 475/588 kB | 7.7/50 kB
1070
1067
 
1068
+ Progress (1): 163/242 kB
1071
1069
 
1070
+ Progress (1): 7.7/35 kB
1072
1071
 
1072
+ Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.14.0/commons-text-1.14.0.jar
1073
1073
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
1074
- Progress (1): 492/588 kB
1075
1074
 
1075
+ Progress (1): 7.7/50 kB
1076
1076
 
1077
1077
  Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
1078
- Progress (1): 7.7/55 kB
1079
1078
 
1080
- Progress (1): 7.7/12 kB
1081
1079
 
1080
+ Progress (1): 7.7/12 kB
1082
1081
 
1083
1082
  Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
1084
- Progress (1): 4.1/260 kB
1085
1083
 
1086
- Progress (1): 111/260 kB
1087
1084
 
1085
+ Progress (1): 7.7/55 kB
1088
1086
 
1087
+ Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
1088
+ Progress (1): 7.7/260 kB
1089
1089
 
1090
1090
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.jar
1091
- Progress (2): 196/786 kB | 7.7/62 kB
1092
1091
 
1092
+ Progress (1): 61/62 kB
1093
1093
 
1094
1094
  Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar
1095
- Progress (1): 212/786 kB
1096
1095
 
1096
+ Progress (1): 7.7/786 kB
1097
1097
 
1098
1098
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.5.1/plexus-io-3.5.1.jar
1099
- Progress (2): 590/786 kB | 16/328 kB
1100
1099
 
1100
+ Progress (2): 73/328 kB | 188/335 kB
1101
1101
 
1102
+ Progress (1): 295/328 kB
1102
1103
 
1103
1104
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.jar
1104
- Progress (2): 293/328 kB | 123/335 kB
1105
1105
 
1106
- Progress (1): 188/335 kB
1107
1106
 
1108
- Progress (1): 205/335 kB
1109
1107
 
1108
+ Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.jar
1109
+ Progress (1): 7.7/57 kB
1110
1110
 
1111
1111
  Downloading from central: https://repo.maven.apache.org/maven2/io/airlift/aircompressor/0.27/aircompressor-0.27.jar
1112
- Progress (1): 126 kB
1113
1112
 
1113
+ Progress (1): 7.7/126 kB
1114
1114
 
1115
1115
  Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
1116
- Progress (1): 7.7/80 kB
1117
1116
 
1118
- Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar
1119
- Progress (1): 0/1.1 MB
1120
1117
 
1121
- Progress (1): 0.2/1.1 MB
1122
1118
 
1123
- Progress (1): 0.2/1.1 MB
1124
1119
 
1125
- Progress (1): 0.8/1.1 MB
1126
1120
 
1127
- Progress (1): 0.8/1.1 MB
1128
1121
 
1129
- Progress (2): 0.2/6.7 MB | 7.7/564 kB
1130
1122
 
1131
- Progress (2): 1.0/6.7 MB | 409/564 kB
1132
1123
 
1133
- Progress (2): 1.1/6.7 MB | 563/564 kB
1134
1124
 
1135
- Progress (1): 1.2/6.7 MB
1136
1125
 
1126
+ Progress (1): 7.7/225 kB
1137
1127
 
1128
+ Progress (1): 0.1/1.1 MB
1138
1129
 
1130
+ Progress (1): 0.1/1.1 MB
1139
1131
 
1132
+ Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.20.0/commons-io-2.20.0.jar
1133
+ Progress (2): 0.4/1.1 MB | 97/255 kB
1140
1134
 
1135
+ Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.4/plexus-interactivity-api-1.4.jar
1136
+ Progress (1): 0.6/1.1 MB
1141
1137
 
1138
+ Progress (1): 0.8/1.1 MB
1142
1139
 
1140
+ Progress (1): 0/6.7 MB
1143
1141
 
1142
+ Progress (1): 0.6/6.7 MB
1144
1143
 
1144
+ Progress (1): 0.9/6.7 MB
1145
1145
 
1146
1146
  [INFO]
1147
1147
  [INFO] --- resources:3.4.0:testResources (default-testResources) @ scalar-core ---
1148
1148
  [INFO] skip non existing resourceDirectory /home/runner/work/scalar/scalar/integrations/java/scalar-core/src/test/resources
@@ -851,120 +851,120 @@ Progress (1): 1.2/6.7 MB
851
851
  [INFO]
852
852
  [INFO] --- surefire:3.5.5:test (default-test) @ scalar-core ---
853
853
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.5.5/surefire-api-3.5.5.pom
854
- Progress (1): 833 B
855
854
 
855
+ Progress (1): 833 B
856
856
 
857
857
  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
858
- Progress (1): 826 B
859
858
 
859
+ Progress (1): 826 B
860
860
 
861
861
  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
862
- Progress (1): 1.1 kB
863
862
 
863
+ Progress (1): 1.1 kB
864
864
 
865
865
  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
866
- Progress (1): 833 B
867
866
 
867
+ Progress (1): 833 B
868
868
 
869
869
  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
870
- Progress (1): 822 B
871
870
 
871
+ Progress (1): 822 B
872
872
 
873
873
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.5.5/surefire-booter-3.5.5.pom
874
- Progress (1): 830 B
875
874
 
875
+ Progress (1): 830 B
876
876
 
877
877
  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
878
- Progress (1): 872 B
879
878
 
879
+ Progress (1): 872 B
880
880
 
881
881
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.5.5/surefire-api-3.5.5.jar
882
- Progress (1): 7.5/174 kB
883
882
 
883
+ Progress (1): 7.7/174 kB
884
884
 
885
885
  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
886
886
  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
887
887
  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
888
- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.5.5/surefire-booter-3.5.5.jar
889
888
  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
890
- Progress (1): 0/3.0 MB
891
889
 
892
- Progress (2): 1.1/3.0 MB | 14 kB
893
890
 
894
- Progress (2): 1.1/3.0 MB | 14 kB
895
891
 
896
- Progress (1): 1.4/3.0 MB
897
892
 
898
- Progress (1): 1.6/3.0 MB
899
893
 
900
- Progress (1): 2.8/3.0 MB
901
894
 
902
- Progress (1): 7.7/8.2 kB
903
895
 
896
+ Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.5.5/surefire-booter-3.5.5.jar
897
+ Progress (1): 0/3.0 MB
904
898
 
899
+ 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
900
+ 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)
901
+ Progress (2): 1.1/3.0 MB | 78/316 kB
905
902
 
903
+ 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)
904
+ Progress (1): 1.7/3.0 MB
906
905
 
906
+ Progress (1): 7.5/8.2 kB
907
907
 
908
908
  [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
909
909
  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
910
- Progress (1): 832 B
911
910
 
911
+ Progress (1): 832 B
912
912
 
913
913
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.5.5/surefire-providers-3.5.5.pom
914
- Progress (1): 844 B
915
914
 
915
+ Progress (1): 844 B
916
916
 
917
917
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.5.5/common-java5-3.5.5.pom
918
- Progress (1): 839 B
919
918
 
919
+ Progress (1): 839 B
920
920
 
921
921
  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
922
- Progress (1): 967 B
923
922
 
923
+ Progress (1): 967 B
924
924
 
925
925
  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
926
- Progress (1): 7.7/35 kB
927
926
 
927
+ Progress (1): 7.7/35 kB
928
928
 
929
929
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.5.5/common-java5-3.5.5.jar
930
930
  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
931
- Progress (1): 7.7/208 kB
932
931
 
933
- Progress (1): 29/208 kB
934
932
 
933
+ Progress (1): 7.7/208 kB
935
934
 
935
+ Progress (1): 7.7/18 kB
936
936
 
937
937
  [INFO]
938
938
  [INFO] -------------------------------------------------------
939
939
  [INFO] T E S T S
940
940
  [INFO] -------------------------------------------------------
941
941
  [INFO] Running DefaultHttpClient
942
942
  [INFO] Running properties
943
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in properties
943
+ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in properties
944
944
  [INFO] Running construction
945
945
  [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in construction
946
- [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in DefaultHttpClient
946
+ [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s -- in DefaultHttpClient
947
947
  [INFO] Running ScalarAgentOptions
948
948
  [INFO] Running JSON serialization
949
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s -- in JSON serialization
949
+ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s -- in JSON serialization
950
950
  [INFO] Running properties
951
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in properties
951
+ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in properties
952
952
  [INFO] Running construction
953
- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in construction
954
- [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s -- in ScalarAgentOptions
953
+ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in construction
954
+ [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.230 s -- in ScalarAgentOptions
955
955
  [INFO] Running ScalarServer
956
956
  [INFO] Running ServerVariable
957
- [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in ServerVariable
957
+ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in ServerVariable
958
958
  [INFO] Running properties
959
- [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in properties
959
+ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in properties
960
960
  [INFO] Running construction
961
- [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in construction
962
- [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in ScalarServer
961
+ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in construction
962
+ [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in ScalarServer
963
963
  [INFO] Running ScalarSource
964
964
  [INFO] Running properties
965
- [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in properties
965
+ [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in properties
966
966
  [INFO] Running construction
967
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in construction
968
- [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in ScalarSource
967
+ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in construction
968
+ [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in ScalarSource
969
969
  [INFO] Running ScalarProperties
970
970
  [INFO] Running property combinations
971
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in property combinations
971
+ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in property combinations
972
972
  [INFO] Running showDeveloperTools property
973
- [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in showDeveloperTools property
973
+ [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in showDeveloperTools property
974
974
  [INFO] Running actuatorEnabled property
975
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in actuatorEnabled property
975
+ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in actuatorEnabled property
976
976
  [INFO] Running hideSearch property
977
977
  [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in hideSearch property
978
978
  [INFO] Running customCss property
979
- [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in customCss property
979
+ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in customCss property
980
980
  [INFO] Running hideDarkModeToggle property
981
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in hideDarkModeToggle property
981
+ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in hideDarkModeToggle property
982
982
  [INFO] Running darkMode property
983
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in darkMode property
983
+ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in darkMode property
984
984
  [INFO] Running hideTestRequestButton property
985
985
  [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in hideTestRequestButton property
986
986
  [INFO] Running hideModels property
987
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in hideModels property
987
+ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in hideModels property
988
988
  [INFO] Running showSidebar property
989
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in showSidebar property
989
+ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in showSidebar property
990
990
  [INFO] Running path property
991
- [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in path property
991
+ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in path property
992
992
  [INFO] Running Sources property
993
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in Sources property
993
+ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in Sources property
994
994
  [INFO] Running enabled property
995
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in enabled property
995
+ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in enabled property
996
996
  [INFO] Running URL property
997
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in URL property
997
+ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in URL property
998
998
  [INFO] Running default values
999
- [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in default values
1000
- [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.340 s -- in ScalarProperties
999
+ [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in default values
1000
+ [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s -- in ScalarProperties
1001
1001
  [INFO] Running ScalarHtmlRenderer
1002
1002
  [INFO] Running getScalarJsContent
1003
- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in getScalarJsContent
1003
+ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in getScalarJsContent
1004
1004
  [INFO] Running render
1005
- [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in render
1006
- [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in ScalarHtmlRenderer
1005
+ [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in render
1006
+ [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in ScalarHtmlRenderer
1007
1007
  [INFO] Running com.scalar.maven.core.ScalarConfigurationTest
1008
- [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in com.scalar.maven.core.ScalarConfigurationTest
1008
+ [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in com.scalar.maven.core.ScalarConfigurationTest
1009
1009
  [INFO]
1010
1010
  [INFO] Results:
1011
1011
  [INFO]
@@ -973,55 +973,55 @@ Progress (1): 29/208 kB
973
973
  [INFO]
974
974
  [INFO] --- jar:3.5.0:jar (default-jar) @ scalar-core ---
975
975
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.2.0/file-management-3.2.0.pom
976
- Progress (1): 793 B
977
976
 
977
+ Progress (1): 793 B
978
978
 
979
979
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/44/maven-shared-components-44.pom
980
- Progress (1): 810 B
981
980
 
981
+ Progress (1): 810 B
982
982
 
983
983
  Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.19.0/commons-io-2.19.0.pom
984
- Progress (1): 763 B
985
984
 
985
+ Progress (1): 763 B
986
986
 
987
987
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom
988
- Progress (1): 701 B
989
988
 
989
+ Progress (1): 701 B
990
990
 
991
991
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.5/maven-archiver-3.6.5.pom
992
- Progress (1): 796 B
993
992
 
993
+ Progress (1): 796 B
994
994
 
995
995
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.10.2/plexus-archiver-4.10.2.pom
996
- Progress (1): 1.2 kB
997
996
 
997
+ Progress (1): 1.2 kB
998
998
 
999
999
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/23/plexus-23.pom
1000
- Progress (1): 686 B
1001
1000
 
1001
+ Progress (1): 686 B
1002
1002
 
1003
1003
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.pom
1004
- Progress (1): 750 B
1005
1004
 
1005
+ Progress (1): 816 B
1006
1006
 
1007
1007
  Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.19.0/commons-codec-1.19.0.pom
1008
- Progress (1): 739 B
1009
1008
 
1009
+ Progress (1): 739 B
1010
1010
 
1011
1011
  Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.10/xz-1.10.pom
1012
- Progress (1): 1.1 kB
1013
1012
 
1013
+ Progress (1): 1.1 kB
1014
1014
 
1015
1015
  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
1016
- Progress (1): 1.1 kB
1017
1016
 
1017
+ Progress (1): 1.1 kB
1018
1018
 
1019
1019
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.10.4/plexus-archiver-4.10.4.pom
1020
- Progress (1): 1.2 kB
1021
1020
 
1021
+ Progress (1): 1.2 kB
1022
1022
 
1023
1023
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.pom
1024
- Progress (1): 1.2 kB
1025
1024
 
1025
+ Progress (1): 1.2 kB
1026
1026
 
1027
1027
  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
1028
- Progress (1): 1.1 kB
1029
1028
 
1029
+ Progress (1): 1.1 kB
1030
1030
 
1031
1031
  Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.pom
1032
- Progress (1): 760 B
1033
1032
 
1033
+ Progress (1): 760 B
1034
1034
 
1035
1035
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/91/commons-parent-91.pom
1036
- Progress (1): 699 B
1037
1036
 
1037
+ Progress (1): 699 B
1038
1038
 
1039
1039
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.2.0/file-management-3.2.0.jar
1040
- Progress (1): 7.7/26 kB
1041
1040
 
1041
+ Progress (1): 7.7/26 kB
1042
1042
 
1043
1043
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.5/maven-archiver-3.6.5.jar
1044
1044
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.10.4/plexus-archiver-4.10.4.jar
1045
1045
  Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.jar
1046
1046
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar
1047
1047
  Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.19.0/commons-codec-1.19.0.jar
1048
- Progress (1): 7.7/28 kB
1049
1048
 
1049
+ Progress (1): 7.7/28 kB
1050
1050
 
1051
1051
  Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.10/xz-1.10.jar
1052
- Progress (1): 7.7/227 kB
1053
1052
 
1053
+ Progress (1): 7.7/227 kB
1054
1054
 
1055
1055
  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
1056
- Progress (1): 7.7/375 kB
1057
1056
 
1057
+ Progress (1): 7.7/375 kB
1058
1058
 
1059
1059
  Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.jar
1060
- Progress (1): 0/1.1 MB
1061
1060
 
1062
- Progress (1): 0.2/1.1 MB
1063
1061
 
1064
- Progress (1): 0.3/1.1 MB
1065
1062
 
1066
- Progress (2): 0.6/7.4 MB | 33/585 kB
1067
1063
 
1068
- Progress (1): 1.6/7.4 MB
1069
1064
 
1065
+ Progress (1): 147/375 kB
1070
1066
 
1067
+ Progress (1): 0.2/1.1 MB
1071
1068
 
1069
+ Progress (1): 0.7/1.1 MB
1072
1070
 
1071
+ Progress (1): 0/7.4 MB
1073
1072
 
1073
+ Progress (1): 1.7/7.4 MB
1074
1074
 
1075
1075
  [INFO] Building jar: /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/scalar-core-0.0.0.jar
1076
1076
  [INFO]
1077
1077
  [INFO] -------------------< com.scalar.maven:scalar-webmvc >-------------------
@@ -1029,255 +1029,255 @@ Progress (1): 1.6/7.4 MB
1029
1029
  [INFO] from scalar-webmvc/pom.xml
1030
1030
  [INFO] --------------------------------[ jar ]---------------------------------
1031
1031
  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
1032
- Progress (1): 926 B
1033
1032
 
1033
+ Progress (1): 926 B
1034
1034
 
1035
1035
  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
1036
- Progress (1): 947 B
1037
1036
 
1037
+ Progress (1): 947 B
1038
1038
 
1039
1039
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/3.5.7/spring-boot-3.5.7.pom
1040
- Progress (1): 1.0 kB
1041
1040
 
1041
+ Progress (1): 1.0 kB
1042
1042
 
1043
1043
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.2.12/spring-core-6.2.12.pom
1044
- Progress (1): 1.1 kB
1045
1044
 
1045
+ Progress (1): 1.1 kB
1046
1046
 
1047
1047
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/6.2.12/spring-jcl-6.2.12.pom
1048
- Progress (1): 1.1 kB
1049
1048
 
1049
+ Progress (1): 1.1 kB
1050
1050
 
1051
1051
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/6.2.12/spring-context-6.2.12.pom
1052
- Progress (1): 1.1 kB
1053
1052
 
1053
+ Progress (1): 1.1 kB
1054
1054
 
1055
1055
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/6.2.12/spring-aop-6.2.12.pom
1056
- Progress (1): 1.1 kB
1057
1056
 
1057
+ Progress (1): 1.1 kB
1058
1058
 
1059
1059
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/6.2.12/spring-beans-6.2.12.pom
1060
- Progress (1): 1.1 kB
1061
1060
 
1061
+ Progress (1): 1.1 kB
1062
1062
 
1063
1063
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/6.2.12/spring-expression-6.2.12.pom
1064
- Progress (1): 1.1 kB
1065
1064
 
1065
+ Progress (1): 1.1 kB
1066
1066
 
1067
1067
  Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.15.5/micrometer-observation-1.15.5.pom
1068
- Progress (1): 1.1 kB
1069
1068
 
1069
+ Progress (1): 1.1 kB
1070
1070
 
1071
1071
  Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.15.5/micrometer-commons-1.15.5.pom
1072
- Progress (1): 1.1 kB
1073
1072
 
1073
+ Progress (1): 1.1 kB
1074
1074
 
1075
1075
  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
1076
- Progress (1): 1.0 kB
1077
1076
 
1077
+ Progress (1): 1.0 kB
1078
1078
 
1079
1079
  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
1080
- Progress (1): 982 B
1081
1080
 
1081
+ Progress (1): 982 B
1082
1082
 
1083
1083
  Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.20/logback-classic-1.5.20.pom
1084
- Progress (1): 1.7 kB
1085
1084
 
1085
+ Progress (1): 1.7 kB
1086
1086
 
1087
1087
  Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.5.20/logback-parent-1.5.20.pom
1088
- Progress (1): 1.1 kB
1089
1088
 
1089
+ Progress (1): 1.1 kB
1090
1090
 
1091
1091
  Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.20/logback-core-1.5.20.pom
1092
- Progress (1): 1.5 kB
1093
1092
 
1093
+ Progress (1): 1.5 kB
1094
1094
 
1095
1095
  Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.pom
1096
- Progress (1): 1.1 kB
1097
1096
 
1097
+ Progress (1): 1.1 kB
1098
1098
 
1099
1099
  Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.17/slf4j-parent-2.0.17.pom
1100
- Progress (1): 953 B
1101
1100
 
1101
+ Progress (1): 953 B
1102
1102
 
1103
1103
  Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.17/slf4j-bom-2.0.17.pom
1104
- Progress (1): 997 B
1105
1104
 
1105
+ Progress (1): 997 B
1106
1106
 
1107
1107
  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
1108
- Progress (1): 813 B
1109
1108
 
1109
+ Progress (1): 813 B
1110
1110
 
1111
1111
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.24.3/log4j-2.24.3.pom
1112
- Progress (1): 728 B
1113
1112
 
1113
+ Progress (1): 728 B
1114
1114
 
1115
1115
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.22/groovy-bom-4.0.22.pom
1116
- Progress (1): 863 B
1117
1116
 
1117
+ Progress (1): 863 B
1118
1118
 
1119
1119
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.17.2/jackson-bom-2.17.2.pom
1120
- Progress (1): 924 B
1121
1120
 
1121
+ Progress (1): 924 B
1122
1122
 
1123
1123
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.17/jackson-parent-2.17.pom
1124
- Progress (1): 1.1 kB
1125
1124
 
1125
+ Progress (1): 1.1 kB
1126
1126
 
1127
1127
  Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/58/oss-parent-58.pom
1128
- Progress (1): 950 B
1129
1128
 
1129
+ Progress (1): 950 B
1130
1130
 
1131
1131
  Downloading from central: https://repo.maven.apache.org/maven2/jakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom
1132
- Progress (1): 848 B
1133
1132
 
1133
+ Progress (1): 848 B
1134
1134
 
1135
1135
  Downloading from central: https://repo.maven.apache.org/maven2/jakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom
1136
- Progress (1): 823 B
1137
1136
 
1137
+ Progress (1): 823 B
1138
1138
 
1139
1139
  Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
1140
- Progress (1): 883 B
1141
1140
 
1141
+ Progress (1): 837 B
1142
1142
 
1143
1143
  Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom
1144
- Progress (1): 1.4 kB
1145
1144
 
1145
+ Progress (1): 1.4 kB
1146
1146
 
1147
1147
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom
1148
- Progress (1): 974 B
1149
1148
 
1149
+ Progress (1): 974 B
1150
1150
 
1151
1151
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.pom
1152
- Progress (1): 817 B
1153
1152
 
1153
+ Progress (1): 817 B
1154
1154
 
1155
1155
  Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.pom
1156
- Progress (1): 1.1 kB
1157
1156
 
1157
+ Progress (1): 1.1 kB
1158
1158
 
1159
1159
  Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom
1160
- Progress (1): 828 B
1161
1160
 
1161
+ Progress (1): 828 B
1162
1162
 
1163
1163
  Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.pom
1164
- Progress (1): 1.2 kB
1165
1164
 
1165
+ Progress (1): 1.2 kB
1166
1166
 
1167
1167
  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
1168
- Progress (1): 964 B
1169
1168
 
1169
+ Progress (1): 964 B
1170
1170
 
1171
1171
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/6.2.12/spring-web-6.2.12.pom
1172
- Progress (1): 1.1 kB
1173
1172
 
1173
+ Progress (1): 1.1 kB
1174
1174
 
1175
1175
  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
1176
- Progress (1): 1.0 kB
1177
1176
 
1177
+ Progress (1): 1.0 kB
1178
1178
 
1179
1179
  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
1180
- Progress (1): 1.4 kB
1181
1180
 
1181
+ Progress (1): 1.4 kB
1182
1182
 
1183
1183
  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
1184
- Progress (1): 984 B
1185
1184
 
1185
+ Progress (1): 984 B
1186
1186
 
1187
1187
  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
1188
- Progress (1): 972 B
1189
1188
 
1189
+ Progress (1): 972 B
1190
1190
 
1191
1191
  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
1192
- Progress (1): 972 B
1193
1192
 
1193
+ Progress (1): 972 B
1194
1194
 
1195
1195
  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
1196
- Progress (1): 843 B
1197
1196
 
1197
+ Progress (1): 843 B
1198
1198
 
1199
1199
  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
1200
- Progress (1): 843 B
1201
1200
 
1201
+ Progress (1): 843 B
1202
1202
 
1203
1203
  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
1204
- Progress (1): 842 B
1205
1204
 
1205
+ Progress (1): 842 B
1206
1206
 
1207
1207
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/6.2.12/spring-webmvc-6.2.12.pom
1208
- Progress (1): 1.0 kB
1209
1208
 
1209
+ Progress (1): 1.0 kB
1210
1210
 
1211
1211
  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
1212
- Progress (1): 1.0 kB
1213
1212
 
1213
+ Progress (1): 1.0 kB
1214
1214
 
1215
1215
  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
1216
- Progress (1): 951 B
1217
1216
 
1217
+ Progress (1): 951 B
1218
1218
 
1219
1219
  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
1220
- Progress (1): 993 B
1221
1220
 
1221
+ Progress (1): 993 B
1222
1222
 
1223
1223
  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
1224
- Progress (1): 1.0 kB
1225
1224
 
1225
+ Progress (1): 1.0 kB
1226
1226
 
1227
1227
  Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-jakarta9/1.15.5/micrometer-jakarta9-1.15.5.pom
1228
- Progress (1): 1.1 kB
1229
1228
 
1229
+ Progress (1): 1.1 kB
1230
1230
 
1231
1231
  Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-core/1.15.5/micrometer-core-1.15.5.pom
1232
- Progress (1): 986 B
1233
1232
 
1233
+ Progress (1): 986 B
1234
1234
 
1235
1235
  Downloading from central: https://repo.maven.apache.org/maven2/org/hdrhistogram/HdrHistogram/2.2.2/HdrHistogram-2.2.2.pom
1236
- Progress (1): 961 B
1237
1236
 
1237
+ Progress (1): 961 B
1238
1238
 
1239
1239
  Downloading from central: https://repo.maven.apache.org/maven2/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.pom
1240
- Progress (1): 1.0 kB
1241
1240
 
1241
+ Progress (1): 1.0 kB
1242
1242
 
1243
1243
  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
1244
- Progress (1): 920 B
1245
1244
 
1245
+ Progress (1): 920 B
1246
1246
 
1247
1247
  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
1248
- Progress (1): 1.0 kB
1249
1248
 
1249
+ Progress (1): 1.0 kB
1250
1250
 
1251
1251
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/6.2.12/spring-test-6.2.12.pom
1252
- Progress (1): 1.1 kB
1253
1252
 
1253
+ Progress (1): 1.1 kB
1254
1254
 
1255
1255
  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
1256
- Progress (1): 1.0 kB
1257
1256
 
1257
+ Progress (1): 1.0 kB
1258
1258
 
1259
1259
  Downloading from central: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/2.9.0/json-path-2.9.0.pom
1260
- Progress (1): 960 B
1261
1260
 
1261
+ Progress (1): 960 B
1262
1262
 
1263
1263
  Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.5.2/json-smart-2.5.2.pom
1264
- Progress (1): 789 B
1265
1264
 
1265
+ Progress (1): 789 B
1266
1266
 
1267
1267
  Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/2.5.2/accessors-smart-2.5.2.pom
1268
- Progress (1): 781 B
1269
1268
 
1269
+ Progress (1): 781 B
1270
1270
 
1271
1271
  Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7.1/asm-9.7.1.pom
1272
- Progress (1): 1.3 kB
1273
1272
 
1273
+ Progress (1): 1.3 kB
1274
1274
 
1275
1275
  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
1276
- Progress (1): 845 B
1277
1276
 
1277
+ Progress (1): 845 B
1278
1278
 
1279
1279
  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
1280
- Progress (1): 897 B
1281
1280
 
1281
+ Progress (1): 897 B
1282
1282
 
1283
1283
  Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.pom
1284
- Progress (1): 857 B
1285
1284
 
1285
+ Progress (1): 857 B
1286
1286
 
1287
1287
  Downloading from central: https://repo.maven.apache.org/maven2/org/awaitility/awaitility/4.2.2/awaitility-4.2.2.pom
1288
- Progress (1): 821 B
1289
1288
 
1289
+ Progress (1): 821 B
1290
1290
 
1291
1291
  Downloading from central: https://repo.maven.apache.org/maven2/org/awaitility/awaitility-parent/4.2.2/awaitility-parent-4.2.2.pom
1292
- Progress (1): 826 B
1293
1292
 
1293
+ Progress (1): 826 B
1294
1294
 
1295
1295
  Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/3.0/hamcrest-3.0.pom
1296
- Progress (1): 983 B
1297
1296
 
1297
+ Progress (1): 983 B
1298
1298
 
1299
1299
  Downloading from central: https://repo.maven.apache.org/maven2/org/skyscreamer/jsonassert/1.5.3/jsonassert-1.5.3.pom
1300
- Progress (1): 1.0 kB
1301
1300
 
1301
+ Progress (1): 1.0 kB
1302
1302
 
1303
1303
  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
1304
- Progress (1): 1.1 kB
1305
1304
 
1305
+ Progress (1): 1.1 kB
1306
1306
 
1307
1307
  Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.10.4/xmlunit-core-2.10.4.pom
1308
- Progress (1): 843 B
1309
1308
 
1309
+ Progress (1): 843 B
1310
1310
 
1311
1311
  Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-parent/2.10.4/xmlunit-parent-2.10.4.pom
1312
- Progress (1): 783 B
1313
1312
 
1313
+ Progress (1): 783 B
1314
1314
 
1315
1315
  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
1316
- Progress (1): 4.8 kB
1317
1316
 
1317
+ Progress (1): 4.8 kB
1318
1318
 
1319
1319
  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
1320
1320
  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
1321
1321
  Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.20/logback-classic-1.5.20.jar
1322
1322
  Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.20/logback-core-1.5.20.jar
1323
1323
  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
1324
- Progress (1): 4.8 kB
1325
1324
 
1325
+ Progress (1): 4.8 kB
1326
1326
 
1327
1327
  Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.jar
1328
- Progress (1): 4.8 kB
1329
1328
 
1329
+ Progress (1): 7.7/636 kB
1330
1330
 
1331
1331
  Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.jar
1332
- Progress (1): 7.7/636 kB
1333
1332
 
1333
+ Progress (1): 4.8 kB
1334
1334
 
1335
1335
  Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar
1336
- Progress (1): 7.7/307 kB
1337
1336
 
1337
+ Progress (1): 7.7/307 kB
1338
1338
 
1339
1339
  Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.jar
1340
- Progress (1): 349 kB
1341
1340
 
1341
+ Progress (1): 7.7/24 kB
1342
1342
 
1343
1343
  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
1344
- Progress (1): 24 kB
1345
1344
 
1346
- Progress (1): 3.4/6.3 kB
1347
1345
 
1348
- Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.jar (6.3 kB at 235 kB/s)
1346
+ Progress (1): 7.7/349 kB
1349
1347
 
1348
+ 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
1349
+ Progress (1): 3.4/6.3 kB
1350
1350
 
1351
1351
  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
1352
- Progress (1): 7.7/26 kB
1353
1352
 
1353
+ Progress (1): 7.7/26 kB
1354
1354
 
1355
1355
  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
1356
- Progress (1): 4.7 kB
1357
1356
 
1357
+ Progress (1): 4.7 kB
1358
1358
 
1359
1359
  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
1360
- Progress (1): 7.7/137 kB
1361
1360
 
1361
+ Progress (1): 4.1/36 kB
1362
1362
 
1363
1363
  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
1364
- Progress (1): 7.7/340 kB
1365
1364
 
1365
+ Progress (1): 57/340 kB
1366
1366
 
1367
1367
  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
1368
- Progress (1): 143/340 kB
1369
1368
 
1369
+ Progress (1): 7.7/137 kB
1370
1370
 
1371
1371
  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
1372
- Progress (1): 7.7/36 kB
1373
1372
 
1373
+ Progress (1): 7.7/10 kB
1374
1374
 
1375
1375
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/6.2.12/spring-web-6.2.12.jar
1376
- Progress (1): 4.8 kB
1377
1376
 
1377
+ Progress (1): 4.8 kB
1378
1378
 
1379
1379
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/6.2.12/spring-beans-6.2.12.jar
1380
- Progress (1): 0/3.7 MB
1381
1380
 
1382
- Progress (2): 1.8/3.7 MB | 311/890 kB
1383
1381
 
1384
- Progress (2): 1.8/3.7 MB | 311/890 kB
1385
1382
 
1386
- Progress (2): 1.9/3.7 MB | 0.2/2.1 MB
1387
1383
 
1388
- Progress (3): 2.5/3.7 MB | 0.5/2.1 MB | 229/284 kB
1389
1384
 
1385
+ Progress (1): 0/3.7 MB
1390
1386
 
1387
+ Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/6.2.12/spring-webmvc-6.2.12.jar
1388
+ Progress (2): 0.8/3.7 MB | 48/264 kB
1391
1389
 
1390
+ Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/6.2.12/spring-aop-6.2.12.jar
1391
+ Progress (1): 1.1/3.7 MB
1392
1392
 
1393
1393
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/6.2.12/spring-context-6.2.12.jar
1394
- Progress (2): 2.5/3.7 MB | 0.5/2.1 MB
1395
1394
 
1395
+ Progress (1): 1.1/2.1 MB
1396
1396
 
1397
1397
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/6.2.12/spring-expression-6.2.12.jar
1398
- Progress (1): 1.2/2.1 MB
1399
1398
 
1399
+ Progress (2): 2.0/2.1 MB | 491/890 kB
1400
1400
 
1401
1401
  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
1402
- Progress (2): 0.9/1.1 MB | 246/420 kB
1403
1402
 
1404
- Progress (1): 420 kB
1405
1403
 
1406
- Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/6.2.12/spring-aop-6.2.12.jar (420 kB at 4.4 MB/s)
1404
+ Progress (1): 573/890 kB
1407
1405
 
1406
+ Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/3.5.7/spring-boot-3.5.7.jar
1407
+ Progress (1): 720/890 kB
1408
1408
 
1409
1409
  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
1410
- Progress (1): 7.7/318 kB
1411
1410
 
1412
- Progress (1): 0.2/1.4 MB
1413
1411
 
1414
- Progress (1): 0.2/1.4 MB
1415
1412
 
1413
+ Progress (1): 0/1.4 MB
1416
1414
 
1415
+ 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
1416
+ Progress (1): 16/318 kB
1417
1417
 
1418
1418
  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
1419
- Progress (1): 0/1.9 MB
1420
1419
 
1420
+ Progress (1): 0/2.1 MB
1421
1421
 
1422
1422
  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
1423
- Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-actuator/3.5.7/spring-boot-starter-actuator-3.5.7.jar (4.8 kB at 43 kB/s)
1423
+ Progress (2): 0.7/2.1 MB | 0/1.9 MB
1424
1424
 
1425
1425
  Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.15.5/micrometer-observation-1.15.5.jar
1426
- Progress (1): 0.7/1.9 MB
1427
1426
 
1427
+ Progress (2): 1.2/2.1 MB | 0.9/1.9 MB
1428
1428
 
1429
1429
  Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.15.5/micrometer-commons-1.15.5.jar
1430
- Progress (1): 0.1/2.1 MB
1431
1430
 
1432
- Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-jakarta9/1.15.5/micrometer-jakarta9-1.15.5.jar
1433
- Progress (3): 1.0/2.1 MB | 180/843 kB | 7.7/704 kB
1434
1431
 
1435
- Progress (2): 1.8/2.1 MB | 688/704 kB
1436
1432
 
1437
- Progress (2): 1.8/2.1 MB | 704 kB
1438
1433
 
1434
+ Progress (2): 1.9/2.1 MB | 147/843 kB
1439
1435
 
1436
+ Progress (1): 524/843 kB
1440
1437
 
1438
+ Progress (1): 540/843 kB
1441
1439
 
1440
+ Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-core/1.15.5/micrometer-core-1.15.5.jar
1441
+ Progress (1): 7.7/704 kB
1442
1442
 
1443
1443
  Downloading from central: https://repo.maven.apache.org/maven2/org/hdrhistogram/HdrHistogram/2.2.2/HdrHistogram-2.2.2.jar
1444
- Progress (1): 1.8/2.1 MB
1445
1444
 
1446
- Progress (1): 1.9/2.1 MB
1447
1445
 
1448
- Progress (1): 2.0/2.1 MB
1449
1446
 
1450
- Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/3.5.7/spring-boot-starter-test-3.5.7.jar
1451
- Progress (1): 7.7/33 kB
1452
1447
 
1448
+ Progress (1): 114/704 kB
1453
1449
 
1450
+ Downloading from central: https://repo.maven.apache.org/maven2/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.jar
1451
+ Progress (2): 639/704 kB | 344/865 kB
1454
1452
 
1453
+ Progress (1): 573/865 kB
1455
1454
 
1455
+ Progress (1): 590/865 kB
1456
1456
 
1457
1457
  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
1458
- Progress (1): 7.7/865 kB
1459
1458
 
1459
+ Progress (1): 3.4/49 kB
1460
1460
 
1461
1461
  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
1462
- Progress (1): 238/865 kB
1463
1462
 
1463
+ Progress (1): 7.7/177 kB
1464
1464
 
1465
1465
  Downloading from central: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/2.9.0/json-path-2.9.0.jar
1466
- Progress (1): 7.7/177 kB
1467
1466
 
1467
+ Progress (1): 7.7/30 kB
1468
1468
 
1469
1469
  Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar
1470
- Progress (1): 7.7/257 kB
1471
1470
 
1471
+ Progress (1): 4.8 kB
1472
1472
 
1473
1473
  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
1474
- Progress (1): 7.7/230 kB
1475
1474
 
1475
+ Progress (1): 7.7/257 kB
1476
1476
 
1477
1477
  Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.jar
1478
- Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/3.5.7/spring-boot-test-autoconfigure-3.5.7.jar (230 kB at 1.4 MB/s)
1478
+ Progress (1): 7.7/277 kB
1479
1479
 
1480
1480
  Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.5.2/json-smart-2.5.2.jar
1481
- Progress (1): 7.7/277 kB
1482
1481
 
1482
+ Progress (1): 7.7/230 kB
1483
1483
 
1484
1484
  Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/2.5.2/accessors-smart-2.5.2.jar
1485
- Progress (1): 7.7/131 kB
1486
1485
 
1486
+ Progress (1): 7.7/70 kB
1487
1487
 
1488
1488
  Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7.1/asm-9.7.1.jar
1489
- Progress (1): 114/131 kB
1490
1489
 
1490
+ Progress (1): 7.7/131 kB
1491
1491
 
1492
1492
  Downloading from central: https://repo.maven.apache.org/maven2/org/awaitility/awaitility/4.2.2/awaitility-4.2.2.jar
1493
- Progress (1): 4.1/67 kB
1494
1493
 
1494
+ Progress (1): 94/131 kB
1495
1495
 
1496
1496
  Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/3.0/hamcrest-3.0.jar
1497
- Progress (1): 7.7/30 kB
1498
1497
 
1498
+ Progress (1): 7.5/122 kB
1499
1499
 
1500
1500
  Downloading from central: https://repo.maven.apache.org/maven2/org/skyscreamer/jsonassert/1.5.3/jsonassert-1.5.3.jar
1501
- Progress (1): 7.7/122 kB
1502
1501
 
1502
+ Progress (1): 7.7/30 kB
1503
1503
 
1504
1504
  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
1505
- Progress (1): 7.7/126 kB
1506
1505
 
1506
+ Progress (1): 7.7/126 kB
1507
1507
 
1508
1508
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.2.12/spring-core-6.2.12.jar
1509
- Progress (1): 49/126 kB
1510
1509
 
1510
+ Progress (1): 7.7/97 kB
1511
1511
 
1512
1512
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/6.2.12/spring-jcl-6.2.12.jar
1513
- Progress (1): 7.7/31 kB
1514
1513
 
1514
+ Progress (1): 7.7/31 kB
1515
1515
 
1516
1516
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/6.2.12/spring-test-6.2.12.jar
1517
- Progress (1): 7.7/97 kB
1518
1517
 
1518
+ Progress (1): 7.7/126 kB
1519
1519
 
1520
1520
  Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.10.4/xmlunit-core-2.10.4.jar
1521
- Progress (1): 0/1.0 MB
1522
1521
 
1523
- Progress (2): 0.2/1.0 MB | 0.2/2.0 MB
1524
1522
 
1525
- Progress (1): 1.0/2.0 MB
1526
1523
 
1527
- Progress (1): 7.7/178 kB
1528
1524
 
1529
- Downloaded from central: https://repo.maven.apache.org/maven2/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar (18 kB at 85 kB/s)
1525
+ Progress (1): 0/2.0 MB
1530
1526
 
1527
+ Progress (1): 0.2/2.0 MB
1531
1528
 
1529
+ Progress (2): 0.4/2.0 MB | 0.2/1.0 MB
1532
1530
 
1531
+ Progress (1): 0.9/2.0 MB
1533
1532
 
1533
+ Progress (1): 7.7/178 kB
1534
1534
 
1535
1535
  [INFO]
1536
1536
  [INFO] --- clean:3.5.0:clean (default-clean) @ scalar-webmvc ---
1537
1537
  [INFO]
@@ -1316,16 +1316,16 @@ Downloaded from central: https://repo.maven.apache.org/maven2/com/vaadin/externa
1316
1316
  [INFO] Running ScalarWebMvcController
1317
1317
  [INFO] Running GET /scalar/scalar.js endpoint
1318
1318
  OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
1319
- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.513 s -- in GET /scalar/scalar.js endpoint
1319
+ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.479 s -- in GET /scalar/scalar.js endpoint
1320
1320
  [INFO] Running GET /scalar endpoint
1321
- [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in GET /scalar endpoint
1322
- [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.667 s -- in ScalarWebMvcController
1321
+ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in GET /scalar endpoint
1322
+ [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.688 s -- in ScalarWebMvcController
1323
1323
  [INFO] Running ScalarWebMvcActuatorEndpoint
1324
1324
  [INFO] Running JavaScript Endpoint
1325
- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in JavaScript Endpoint
1325
+ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in JavaScript Endpoint
1326
1326
  [INFO] Running Scalar UI Endpoint
1327
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in Scalar UI Endpoint
1328
- [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in ScalarWebMvcActuatorEndpoint
1327
+ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in Scalar UI Endpoint
1328
+ [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in ScalarWebMvcActuatorEndpoint
1329
1329
  [INFO]
1330
1330
  [INFO] Results:
1331
1331
  [INFO]
@@ -1340,107 +1340,107 @@ OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader clas
1340
1340
  [INFO] from scalar-webflux/pom.xml
1341
1341
  [INFO] --------------------------------[ jar ]---------------------------------
1342
1342
  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
1343
- Progress (1): 956 B
1344
1343
 
1344
+ Progress (1): 956 B
1345
1345
 
1346
1346
  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
1347
- Progress (1): 972 B
1348
1347
 
1348
+ Progress (1): 972 B
1349
1349
 
1350
1350
  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
1351
- Progress (1): 1.1 kB
1352
1351
 
1352
+ Progress (1): 1.1 kB
1353
1353
 
1354
1354
  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
1355
- Progress (1): 809 B
1356
1355
 
1356
+ Progress (1): 809 B
1357
1357
 
1358
1358
  Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.128.Final/netty-parent-4.1.128.Final.pom
1359
- Progress (1): 737 B
1360
1359
 
1360
+ Progress (1): 737 B
1361
1361
 
1362
1362
  Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.128.Final/netty-common-4.1.128.Final.pom
1363
- Progress (1): 1.3 kB
1364
1363
 
1364
+ Progress (1): 1.3 kB
1365
1365
 
1366
1366
  Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.128.Final/netty-buffer-4.1.128.Final.pom
1367
- Progress (1): 876 B
1368
1367
 
1368
+ Progress (1): 876 B
1369
1369
 
1370
1370
  Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.128.Final/netty-transport-4.1.128.Final.pom
1371
- Progress (1): 850 B
1372
1371
 
1372
+ Progress (1): 850 B
1373
1373
 
1374
1374
  Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.128.Final/netty-resolver-4.1.128.Final.pom
1375
- Progress (1): 876 B
1376
1375
 
1376
+ Progress (1): 876 B
1377
1377
 
1378
1378
  Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.128.Final/netty-codec-4.1.128.Final.pom
1379
- Progress (1): 807 B
1380
1379
 
1380
+ Progress (1): 807 B
1381
1381
 
1382
1382
  Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.128.Final/netty-handler-4.1.128.Final.pom
1383
- Progress (1): 801 B
1384
1383
 
1384
+ Progress (1): 801 B
1385
1385
 
1386
1386
  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
1387
- Progress (1): 767 B
1388
1387
 
1388
+ Progress (1): 767 B
1389
1389
 
1390
1390
  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
1391
- Progress (1): 802 B
1392
1391
 
1392
+ Progress (1): 802 B
1393
1393
 
1394
1394
  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
1395
- Progress (1): 815 B
1396
1395
 
1396
+ Progress (1): 815 B
1397
1397
 
1398
1398
  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
1399
- Progress (1): 815 B
1400
1399
 
1400
+ Progress (1): 815 B
1401
1401
 
1402
1402
  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
1403
- Progress (1): 765 B
1404
1403
 
1404
+ Progress (1): 765 B
1405
1405
 
1406
1406
  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
1407
- Progress (1): 850 B
1408
1407
 
1408
+ Progress (1): 850 B
1409
1409
 
1410
1410
  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
1411
- Progress (1): 749 B
1412
1411
 
1412
+ Progress (1): 749 B
1413
1413
 
1414
1414
  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
1415
- Progress (1): 850 B
1416
1415
 
1416
+ Progress (1): 850 B
1417
1417
 
1418
1418
  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
1419
- Progress (1): 1.1 kB
1420
1419
 
1420
+ Progress (1): 1.1 kB
1421
1421
 
1422
1422
  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
1423
- Progress (1): 810 B
1424
1423
 
1424
+ Progress (1): 810 B
1425
1425
 
1426
1426
  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
1427
- Progress (1): 850 B
1428
1427
 
1428
+ Progress (1): 850 B
1429
1429
 
1430
1430
  Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-core/3.7.12/reactor-core-3.7.12.pom
1431
- Progress (1): 1.1 kB
1432
1431
 
1432
+ Progress (1): 1.1 kB
1433
1433
 
1434
1434
  Downloading from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom
1435
- Progress (1): 1.1 kB
1436
1435
 
1436
+ Progress (1): 1.1 kB
1437
1437
 
1438
1438
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webflux/6.2.12/spring-webflux-6.2.12.pom
1439
- Progress (1): 1.0 kB
1440
1439
 
1440
+ Progress (1): 1.0 kB
1441
1441
 
1442
1442
  Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-test/3.7.12/reactor-test-3.7.12.pom
1443
- Progress (1): 1.0 kB
1444
1443
 
1444
+ Progress (1): 1.0 kB
1445
1445
 
1446
1446
  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
1447
- Progress (1): 4.8 kB
1448
1447
 
1448
+ Progress (1): 4.8 kB
1449
1449
 
1450
1450
  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
1451
1451
  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
1452
1452
  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
1453
1453
  Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.128.Final/netty-common-4.1.128.Final.jar
1454
1454
  Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.128.Final/netty-buffer-4.1.128.Final.jar
1455
- Progress (1): 16/725 kB
1456
1455
 
1456
+ Progress (1): 4.8 kB
1457
1457
 
1458
1458
  Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.128.Final/netty-transport-4.1.128.Final.jar
1459
- Progress (1): 508/725 kB
1460
1459
 
1461
- Progress (2): 307/681 kB | 74/605 kB
1462
1460
 
1463
- Progress (2): 307/681 kB | 139/605 kB
1464
1461
 
1462
+ Progress (1): 7.7/681 kB
1465
1463
 
1464
+ Progress (2): 229/354 kB | 122/605 kB
1466
1465
 
1466
+ Progress (2): 245/354 kB | 122/605 kB
1467
1467
 
1468
1468
  Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.128.Final/netty-handler-4.1.128.Final.jar
1469
- Progress (2): 557/681 kB | 393/605 kB
1470
1469
 
1471
- Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.128.Final/netty-codec-http2-4.1.128.Final.jar
1472
- Progress (1): 549/605 kB
1473
1470
 
1471
+ Progress (2): 282/605 kB | 7.7/725 kB
1474
1472
 
1473
+ Progress (1): 458/725 kB
1475
1474
 
1475
+ Progress (1): 524/725 kB
1476
1476
 
1477
1477
  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
1478
- Progress (2): 598/605 kB | 24/357 kB
1479
1478
 
1480
- Downloaded from central: https://repo.maven.apache.org/maven2/io/projectreactor/netty/reactor-netty-http/1.2.11/reactor-netty-http-1.2.11.jar (605 kB at 16 MB/s)
1481
- Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.128.Final/netty-resolver-4.1.128.Final.jar
1479
+ Progress (1): 7.7/522 kB
1482
1480
 
1481
+ Progress (1): 328/357 kB
1483
1482
 
1483
+ Progress (1): 344/357 kB
1484
1484
 
1485
1485
  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
1486
- Progress (1): 7.7/500 kB
1487
1486
 
1488
- Progress (1): 155/581 kB
1489
1487
 
1490
- Progress (1): 172/581 kB
1491
1488
 
1492
- Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver-dns-classes-macos/4.1.128.Final/netty-resolver-dns-classes-macos-4.1.128.Final.jar
1493
- Progress (1): 8.2/188 kB
1494
1489
 
1490
+ Progress (1): 7.7/500 kB
1495
1491
 
1492
+ 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
1493
+ Progress (1): 7.7/581 kB
1496
1494
 
1495
+ Progress (1): 377/581 kB
1497
1496
 
1497
+ Progress (1): 393/581 kB
1498
1498
 
1499
1499
  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
1500
- Progress (1): 7.7/67 kB
1501
1500
 
1501
+ Progress (1): 7.7/67 kB
1502
1502
 
1503
1503
  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
1504
- Progress (1): 7.7/38 kB
1505
1504
 
1505
+ Progress (1): 7.7/38 kB
1506
1506
 
1507
1507
  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
1508
- Progress (1): 7.7/20 kB
1509
1508
 
1509
+ Progress (1): 7.7/20 kB
1510
1510
 
1511
1511
  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
1512
- Progress (1): 7.7/41 kB
1513
1512
 
1513
+ Progress (1): 7.7/41 kB
1514
1514
 
1515
1515
  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
1516
- Progress (1): 7.7/44 kB
1517
1516
 
1517
+ Progress (1): 7.7/44 kB
1518
1518
 
1519
1519
  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
1520
- Progress (1): 7.4/9.2 kB
1521
1520
 
1521
+ Progress (1): 44 kB
1522
1522
 
1523
1523
  Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webflux/6.2.12/spring-webflux-6.2.12.jar
1524
- Progress (1): 7.7/536 kB
1525
1524
 
1525
+ Progress (1): 53/148 kB
1526
1526
 
1527
1527
  Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-test/3.7.12/reactor-test-3.7.12.jar
1528
- Progress (1): 7.7/148 kB
1529
1528
 
1529
+ Progress (1): 7.7/26 kB
1530
1530
 
1531
1531
  Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-core/3.7.12/reactor-core-3.7.12.jar
1532
- Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-classes-epoll/4.1.128.Final/netty-transport-classes-epoll-4.1.128.Final.jar (148 kB at 1.9 MB/s)
1532
+ Progress (1): 7.7/536 kB
1533
1533
 
1534
1534
  Downloading from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar
1535
- Progress (1): 26 kB
1536
1535
 
1537
- Progress (1): 7.7/142 kB
1538
1536
 
1539
- Progress (2): 115/142 kB | 0.2/1.0 MB
1540
1537
 
1541
- Progress (1): 0.3/1.0 MB
1542
1538
 
1543
- Progress (1): 0/1.9 MB
1544
1539
 
1540
+ Progress (1): 7.7/121 kB
1545
1541
 
1542
+ Progress (1): 0/1.9 MB
1546
1543
 
1544
+ Progress (1): 0.4/1.9 MB
1547
1545
 
1546
+ Progress (1): 1.4/1.9 MB
1548
1547
 
1548
+ Progress (1): 1.9 MB
1549
1549
 
1550
1550
  [INFO]
1551
1551
  [INFO] --- clean:3.5.0:clean (default-clean) @ scalar-webflux ---
1552
1552
  [INFO]
@@ -1479,16 +1479,16 @@ Progress (1): 0/1.9 MB
1479
1479
  [INFO] Running ScalarWebFluxController
1480
1480
  [INFO] Running GET /scalar/scalar.js endpoint
1481
1481
  OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
1482
- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.405 s -- in GET /scalar/scalar.js endpoint
1482
+ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.521 s -- in GET /scalar/scalar.js endpoint
1483
1483
  [INFO] Running GET /scalar endpoint
1484
- [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in GET /scalar endpoint
1485
- [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.603 s -- in ScalarWebFluxController
1484
+ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in GET /scalar endpoint
1485
+ [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.738 s -- in ScalarWebFluxController
1486
1486
  [INFO] Running ScalarWebFluxActuatorEndpoint
1487
1487
  [INFO] Running JavaScript Endpoint
1488
- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in JavaScript Endpoint
1488
+ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in JavaScript Endpoint
1489
1489
  [INFO] Running Scalar UI Endpoint
1490
- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in Scalar UI Endpoint
1491
- [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in ScalarWebFluxActuatorEndpoint
1490
+ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in Scalar UI Endpoint
1491
+ [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in ScalarWebFluxActuatorEndpoint
1492
1492
  [INFO]
1493
1493
  [INFO] Results:
1494
1494
  [INFO]
@@ -1552,15 +1552,15 @@ OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader clas
1552
1552
  [INFO] ------------------------------------------------------------------------
1553
1553
  [INFO] Reactor Summary for Scalar API Reference Parent 0.0.0:
1554
1554
  [INFO]
1555
- [INFO] Scalar API Reference Parent ........................ SUCCESS [ 0.254 s]
1556
- [INFO] Scalar API Reference Core .......................... SUCCESS [ 16.344 s]
1557
- [INFO] Scalar API Reference Spring Boot WebMVC ............ SUCCESS [ 5.797 s]
1558
- [INFO] Scalar API Reference Spring Boot WebFlux ........... SUCCESS [ 4.950 s]
1559
- [INFO] Scalar API Reference Playground (WebMVC) ........... SUCCESS [ 0.419 s]
1560
- [INFO] Scalar API Reference Playground (WebFlux) .......... SUCCESS [ 0.114 s]
1555
+ [INFO] Scalar API Reference Parent ........................ SUCCESS [ 0.355 s]
1556
+ [INFO] Scalar API Reference Core .......................... SUCCESS [ 17.584 s]
1557
+ [INFO] Scalar API Reference Spring Boot WebMVC ............ SUCCESS [ 7.125 s]
1558
+ [INFO] Scalar API Reference Spring Boot WebFlux ........... SUCCESS [ 5.596 s]
1559
+ [INFO] Scalar API Reference Playground (WebMVC) ........... SUCCESS [ 0.410 s]
1560
+ [INFO] Scalar API Reference Playground (WebFlux) .......... SUCCESS [ 0.115 s]
1561
1561
  [INFO] ------------------------------------------------------------------------
1562
1562
  [INFO] BUILD SUCCESS
1563
1563
  [INFO] ------------------------------------------------------------------------
1564
- [INFO] Total time: 35.068 s
1565
- [INFO] Finished at: 2026-04-06T01:39:29Z
1564
+ [INFO] Total time: 39.275 s
1565
+ [INFO] Finished at: 2026-04-06T02:02:26Z
1566
1566
  [INFO] ------------------------------------------------------------------------