@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,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" version="3.0.2" name="com.scalar.maven.core.ScalarConfigurationTest" time="0.039" tests="6" errors="0" skipped="0" failures="0" flakes="0">
2
+ <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" version="3.0.2" name="com.scalar.maven.core.ScalarConfigurationTest" time="0.04" tests="6" errors="0" skipped="0" failures="0" flakes="0">
3
3
  <properties>
4
4
  <property name="java.specification.version" value="17"/>
5
5
  <property name="sun.jnu.encoding" value="UTF-8"/>
@@ -13,7 +13,7 @@
13
13
  <property name="gpg.skip" value="true"/>
14
14
  <property name="sun.java.launcher" value="SUN_STANDARD"/>
15
15
  <property name="sun.boot.library.path" value="/usr/lib/jvm/temurin-17-jdk-amd64/lib"/>
16
- <property name="sun.java.command" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406013915590_3.jar /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire 2026-04-06T01-39-15_397-jvmRun1 surefire-20260406013915590_1tmp surefire_0-20260406013915590_2tmp"/>
16
+ <property name="sun.java.command" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406020211300_3.jar /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire 2026-04-06T02-02-11_054-jvmRun1 surefire-20260406020211300_1tmp surefire_0-20260406020211300_2tmp"/>
17
17
  <property name="jdk.debug" value="release"/>
18
18
  <property name="surefire.test.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/test-classes:/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/classes:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.19.2/jackson-databind-2.19.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.19.2/jackson-annotations-2.19.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.jar:/home/runner/.m2/repository/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.jar:/home/runner/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.jar:/home/runner/.m2/repository/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.jar:/home/runner/.m2/repository/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.jar:/home/runner/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar:/home/runner/.m2/repository/org/objenesis/objenesis/3.3/objenesis-3.3.jar:/home/runner/.m2/repository/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.jar:/home/runner/.m2/repository/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.jar:"/>
19
19
  <property name="sun.cpu.endian" value="little"/>
@@ -28,7 +28,7 @@
28
28
  <property name="line.separator" value="&#10;"/>
29
29
  <property name="java.vm.specification.vendor" value="Oracle Corporation"/>
30
30
  <property name="java.specification.name" value="Java Platform API Specification"/>
31
- <property name="surefire.real.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406013915590_3.jar"/>
31
+ <property name="surefire.real.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406020211300_3.jar"/>
32
32
  <property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
33
33
  <property name="java.runtime.version" value="17.0.18+8"/>
34
34
  <property name="user.name" value="runner"/>
@@ -54,10 +54,10 @@
54
54
  <property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
55
55
  <property name="java.class.version" value="61.0"/>
56
56
  </properties>
57
- <testcase name="testScalarConfigurationWithEnums" classname="com.scalar.maven.core.ScalarConfigurationTest" time="0.007"/>
58
- <testcase name="testEnumSerialization" classname="com.scalar.maven.core.ScalarConfigurationTest" time="0.006"/>
59
- <testcase name="testScalarConfigurationMappingWithAgentDisabled" classname="com.scalar.maven.core.ScalarConfigurationTest" time="0.004"/>
60
- <testcase name="testEnumDeserialization" classname="com.scalar.maven.core.ScalarConfigurationTest" time="0.018"/>
61
- <testcase name="testScalarConfigurationMappingIncludesAgent" classname="com.scalar.maven.core.ScalarConfigurationTest" time="0.002"/>
57
+ <testcase name="testScalarConfigurationWithEnums" classname="com.scalar.maven.core.ScalarConfigurationTest" time="0.009"/>
58
+ <testcase name="testEnumSerialization" classname="com.scalar.maven.core.ScalarConfigurationTest" time="0.004"/>
59
+ <testcase name="testScalarConfigurationMappingWithAgentDisabled" classname="com.scalar.maven.core.ScalarConfigurationTest" time="0.001"/>
60
+ <testcase name="testEnumDeserialization" classname="com.scalar.maven.core.ScalarConfigurationTest" time="0.016"/>
61
+ <testcase name="testScalarConfigurationMappingIncludesAgent" classname="com.scalar.maven.core.ScalarConfigurationTest" time="0.001"/>
62
62
  <testcase name="testScalarConfigurationMapping" classname="com.scalar.maven.core.ScalarConfigurationTest" time="0.001"/>
63
63
  </testsuite>
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" version="3.0.2" name="com.scalar.maven.core.ScalarHtmlRendererTest" time="0.122" tests="7" errors="0" skipped="0" failures="0" flakes="0">
2
+ <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" version="3.0.2" name="com.scalar.maven.core.ScalarHtmlRendererTest" time="0.055" tests="7" errors="0" skipped="0" failures="0" flakes="0">
3
3
  <properties>
4
4
  <property name="java.specification.version" value="17"/>
5
5
  <property name="sun.jnu.encoding" value="UTF-8"/>
@@ -13,7 +13,7 @@
13
13
  <property name="gpg.skip" value="true"/>
14
14
  <property name="sun.java.launcher" value="SUN_STANDARD"/>
15
15
  <property name="sun.boot.library.path" value="/usr/lib/jvm/temurin-17-jdk-amd64/lib"/>
16
- <property name="sun.java.command" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406013915590_3.jar /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire 2026-04-06T01-39-15_397-jvmRun1 surefire-20260406013915590_1tmp surefire_0-20260406013915590_2tmp"/>
16
+ <property name="sun.java.command" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406020211300_3.jar /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire 2026-04-06T02-02-11_054-jvmRun1 surefire-20260406020211300_1tmp surefire_0-20260406020211300_2tmp"/>
17
17
  <property name="jdk.debug" value="release"/>
18
18
  <property name="surefire.test.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/test-classes:/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/classes:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.19.2/jackson-databind-2.19.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.19.2/jackson-annotations-2.19.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.jar:/home/runner/.m2/repository/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.jar:/home/runner/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.jar:/home/runner/.m2/repository/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.jar:/home/runner/.m2/repository/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.jar:/home/runner/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar:/home/runner/.m2/repository/org/objenesis/objenesis/3.3/objenesis-3.3.jar:/home/runner/.m2/repository/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.jar:/home/runner/.m2/repository/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.jar:"/>
19
19
  <property name="sun.cpu.endian" value="little"/>
@@ -28,7 +28,7 @@
28
28
  <property name="line.separator" value="&#10;"/>
29
29
  <property name="java.vm.specification.vendor" value="Oracle Corporation"/>
30
30
  <property name="java.specification.name" value="Java Platform API Specification"/>
31
- <property name="surefire.real.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406013915590_3.jar"/>
31
+ <property name="surefire.real.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406020211300_3.jar"/>
32
32
  <property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
33
33
  <property name="java.runtime.version" value="17.0.18+8"/>
34
34
  <property name="user.name" value="runner"/>
@@ -54,11 +54,11 @@
54
54
  <property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
55
55
  <property name="java.class.version" value="61.0"/>
56
56
  </properties>
57
- <testcase name="shouldReturnJavaScriptContent" classname="getScalarJsContent" time="0.012"/>
58
- <testcase name="shouldRenderHtmlWithDefaultProperties" classname="render" time="0.066"/>
59
- <testcase name="shouldRenderHtmlWithCustomPageTitle" classname="render" time="0.006"/>
60
- <testcase name="shouldHandleNullPathInProperties" classname="render" time="0.006"/>
61
- <testcase name="shouldHandleNullProperties" classname="render" time="0.007"/>
62
- <testcase name="shouldRenderScriptUrlWithLastSegmentForContextPath" classname="render" time="0.004"/>
57
+ <testcase name="shouldReturnJavaScriptContent" classname="getScalarJsContent" time="0.006"/>
58
+ <testcase name="shouldRenderHtmlWithDefaultProperties" classname="render" time="0.033"/>
59
+ <testcase name="shouldRenderHtmlWithCustomPageTitle" classname="render" time="0.001"/>
60
+ <testcase name="shouldHandleNullPathInProperties" classname="render" time="0.001"/>
61
+ <testcase name="shouldHandleNullProperties" classname="render" time="0.002"/>
62
+ <testcase name="shouldRenderScriptUrlWithLastSegmentForContextPath" classname="render" time="0.001"/>
63
63
  <testcase name="shouldRenderHtmlWithCustomPath" classname="render" time="0.001"/>
64
64
  </testsuite>
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" version="3.0.2" name="com.scalar.maven.core.ScalarPropertiesTest" time="0.34" tests="47" errors="0" skipped="0" failures="0" flakes="0">
2
+ <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" version="3.0.2" name="com.scalar.maven.core.ScalarPropertiesTest" time="0.206" tests="47" errors="0" skipped="0" failures="0" flakes="0">
3
3
  <properties>
4
4
  <property name="java.specification.version" value="17"/>
5
5
  <property name="sun.jnu.encoding" value="UTF-8"/>
@@ -13,7 +13,7 @@
13
13
  <property name="gpg.skip" value="true"/>
14
14
  <property name="sun.java.launcher" value="SUN_STANDARD"/>
15
15
  <property name="sun.boot.library.path" value="/usr/lib/jvm/temurin-17-jdk-amd64/lib"/>
16
- <property name="sun.java.command" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406013915590_3.jar /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire 2026-04-06T01-39-15_397-jvmRun1 surefire-20260406013915590_1tmp surefire_0-20260406013915590_2tmp"/>
16
+ <property name="sun.java.command" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406020211300_3.jar /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire 2026-04-06T02-02-11_054-jvmRun1 surefire-20260406020211300_1tmp surefire_0-20260406020211300_2tmp"/>
17
17
  <property name="jdk.debug" value="release"/>
18
18
  <property name="surefire.test.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/test-classes:/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/classes:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.19.2/jackson-databind-2.19.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.19.2/jackson-annotations-2.19.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.jar:/home/runner/.m2/repository/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.jar:/home/runner/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.jar:/home/runner/.m2/repository/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.jar:/home/runner/.m2/repository/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.jar:/home/runner/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar:/home/runner/.m2/repository/org/objenesis/objenesis/3.3/objenesis-3.3.jar:/home/runner/.m2/repository/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.jar:/home/runner/.m2/repository/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.jar:"/>
19
19
  <property name="sun.cpu.endian" value="little"/>
@@ -28,7 +28,7 @@
28
28
  <property name="line.separator" value="&#10;"/>
29
29
  <property name="java.vm.specification.vendor" value="Oracle Corporation"/>
30
30
  <property name="java.specification.name" value="Java Platform API Specification"/>
31
- <property name="surefire.real.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406013915590_3.jar"/>
31
+ <property name="surefire.real.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406020211300_3.jar"/>
32
32
  <property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
33
33
  <property name="java.runtime.version" value="17.0.18+8"/>
34
34
  <property name="user.name" value="runner"/>
@@ -54,51 +54,51 @@
54
54
  <property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
55
55
  <property name="java.class.version" value="61.0"/>
56
56
  </properties>
57
- <testcase name="shouldMaintainPropertyIndependence" classname="property combinations" time="0.016"/>
58
- <testcase name="shouldHandleAllPropertiesBeingSetTogether" classname="property combinations" time="0.004"/>
57
+ <testcase name="shouldMaintainPropertyIndependence" classname="property combinations" time="0.009"/>
58
+ <testcase name="shouldHandleAllPropertiesBeingSetTogether" classname="property combinations" time="0.001"/>
59
59
  <testcase name="shouldSetAndGetLocalhostValue" classname="showDeveloperTools property" time="0.002"/>
60
- <testcase name="shouldHandleNullValue" classname="showDeveloperTools property" time="0.001"/>
61
- <testcase name="shouldSetAndGetNeverValue" classname="showDeveloperTools property" time="0.006"/>
62
- <testcase name="shouldSetAndGetAlwaysValue" classname="showDeveloperTools property" time="0.004"/>
60
+ <testcase name="shouldHandleNullValue" classname="showDeveloperTools property" time="0.003"/>
61
+ <testcase name="shouldSetAndGetNeverValue" classname="showDeveloperTools property" time="0.001"/>
62
+ <testcase name="shouldSetAndGetAlwaysValue" classname="showDeveloperTools property" time="0.001"/>
63
63
  <testcase name="shouldHaveNullDefaultValue" classname="showDeveloperTools property" time="0.001"/>
64
- <testcase name="shouldSetAndGetActuatorEnabledState(boolean)[1]" classname="actuatorEnabled property" time="0.011"/>
64
+ <testcase name="shouldSetAndGetActuatorEnabledState(boolean)[1]" classname="actuatorEnabled property" time="0.008"/>
65
65
  <testcase name="shouldSetAndGetActuatorEnabledState(boolean)[2]" classname="actuatorEnabled property" time="0.001"/>
66
66
  <testcase name="shouldSetAndGetHideSearchState(boolean)[1]" classname="hideSearch property" time="0.001"/>
67
67
  <testcase name="shouldSetAndGetHideSearchState(boolean)[2]" classname="hideSearch property" time="0.002"/>
68
- <testcase name="shouldHandleEmptyCustomCss" classname="customCss property" time="0.001"/>
69
- <testcase name="shouldSetAndGetCustomCss" classname="customCss property" time="0.007"/>
68
+ <testcase name="shouldHandleEmptyCustomCss" classname="customCss property" time="0.003"/>
69
+ <testcase name="shouldSetAndGetCustomCss" classname="customCss property" time="0.003"/>
70
70
  <testcase name="shouldHandleNullCustomCss" classname="customCss property" time="0.001"/>
71
71
  <testcase name="shouldSetAndGetHideDarkModeToggleState(boolean)[1]" classname="hideDarkModeToggle property" time="0.002"/>
72
- <testcase name="shouldSetAndGetHideDarkModeToggleState(boolean)[2]" classname="hideDarkModeToggle property" time="0.001"/>
73
- <testcase name="shouldSetAndGetDarkModeState(boolean)[1]" classname="darkMode property" time="0.001"/>
74
- <testcase name="shouldSetAndGetDarkModeState(boolean)[2]" classname="darkMode property" time="0.002"/>
72
+ <testcase name="shouldSetAndGetHideDarkModeToggleState(boolean)[2]" classname="hideDarkModeToggle property" time="0.002"/>
73
+ <testcase name="shouldSetAndGetDarkModeState(boolean)[1]" classname="darkMode property" time="0.002"/>
74
+ <testcase name="shouldSetAndGetDarkModeState(boolean)[2]" classname="darkMode property" time="0.001"/>
75
75
  <testcase name="shouldSetAndGetHideTestRequestButtonState(boolean)[1]" classname="hideTestRequestButton property" time="0.002"/>
76
76
  <testcase name="shouldSetAndGetHideTestRequestButtonState(boolean)[2]" classname="hideTestRequestButton property" time="0.001"/>
77
77
  <testcase name="shouldSetAndGetHideModelsState(boolean)[1]" classname="hideModels property" time="0.001"/>
78
- <testcase name="shouldSetAndGetHideModelsState(boolean)[2]" classname="hideModels property" time="0.002"/>
78
+ <testcase name="shouldSetAndGetHideModelsState(boolean)[2]" classname="hideModels property" time="0.001"/>
79
79
  <testcase name="shouldSetAndGetShowSidebarState(boolean)[1]" classname="showSidebar property" time="0.001"/>
80
- <testcase name="shouldSetAndGetShowSidebarState(boolean)[2]" classname="showSidebar property" time="0.005"/>
81
- <testcase name="shouldHandleEmptyPath" classname="path property" time="0.0"/>
82
- <testcase name="shouldSetAndGetCustomPath" classname="path property" time="0.002"/>
83
- <testcase name="shouldHandleNullPath" classname="path property" time="0.001"/>
84
- <testcase name="shouldHandleNullSources" classname="Sources property" time="0.0"/>
80
+ <testcase name="shouldSetAndGetShowSidebarState(boolean)[2]" classname="showSidebar property" time="0.001"/>
81
+ <testcase name="shouldHandleEmptyPath" classname="path property" time="0.001"/>
82
+ <testcase name="shouldSetAndGetCustomPath" classname="path property" time="0.001"/>
83
+ <testcase name="shouldHandleNullPath" classname="path property" time="0.0"/>
84
+ <testcase name="shouldHandleNullSources" classname="Sources property" time="0.001"/>
85
85
  <testcase name="shouldSetAndGetCustomSources" classname="Sources property" time="0.001"/>
86
- <testcase name="shouldSetAndGetEnabledState(boolean)[1]" classname="enabled property" time="0.004"/>
86
+ <testcase name="shouldSetAndGetEnabledState(boolean)[1]" classname="enabled property" time="0.001"/>
87
87
  <testcase name="shouldSetAndGetEnabledState(boolean)[2]" classname="enabled property" time="0.001"/>
88
88
  <testcase name="shouldSetAndGetCustomUrl" classname="URL property" time="0.001"/>
89
89
  <testcase name="shouldHandleNullUrl" classname="URL property" time="0.001"/>
90
- <testcase name="shouldHaveCorrectDefaultPath" classname="default values" time="0.002"/>
91
- <testcase name="shouldHaveCorrectDefaultTheme" classname="default values" time="0.0"/>
90
+ <testcase name="shouldHaveCorrectDefaultPath" classname="default values" time="0.0"/>
91
+ <testcase name="shouldHaveCorrectDefaultTheme" classname="default values" time="0.001"/>
92
92
  <testcase name="shouldHaveCorrectDefaultTitle" classname="default values" time="0.001"/>
93
93
  <testcase name="shouldHaveCorrectDefaultHideModels" classname="default values" time="0.001"/>
94
94
  <testcase name="shouldHaveCorrectDefaultShowSidebar" classname="default values" time="0.001"/>
95
- <testcase name="shouldHaveCorrectDefaultHideSearch" classname="default values" time="0.001"/>
95
+ <testcase name="shouldHaveCorrectDefaultHideSearch" classname="default values" time="0.0"/>
96
96
  <testcase name="shouldHaveCorrectDefaultLayout" classname="default values" time="0.001"/>
97
- <testcase name="shouldHaveCorrectDefaultDarkMode" classname="default values" time="0.002"/>
97
+ <testcase name="shouldHaveCorrectDefaultDarkMode" classname="default values" time="0.001"/>
98
98
  <testcase name="shouldHaveCorrectDefaultActuatorEnabled" classname="default values" time="0.001"/>
99
- <testcase name="shouldHaveCorrectDefaultUrl" classname="default values" time="0.001"/>
100
- <testcase name="shouldHaveCorrectDefaultHideDarkModeToggle" classname="default values" time="0.01"/>
101
- <testcase name="shouldHaveCorrectDefaultDocumentDownloadType" classname="default values" time="0.001"/>
102
- <testcase name="shouldHaveCorrectDefaultHideTestRequestButton" classname="default values" time="0.0"/>
103
- <testcase name="shouldBeDisabledByDefault" classname="default values" time="0.0"/>
99
+ <testcase name="shouldHaveCorrectDefaultUrl" classname="default values" time="0.0"/>
100
+ <testcase name="shouldHaveCorrectDefaultHideDarkModeToggle" classname="default values" time="0.0"/>
101
+ <testcase name="shouldHaveCorrectDefaultDocumentDownloadType" classname="default values" time="0.0"/>
102
+ <testcase name="shouldHaveCorrectDefaultHideTestRequestButton" classname="default values" time="0.001"/>
103
+ <testcase name="shouldBeDisabledByDefault" classname="default values" time="0.001"/>
104
104
  </testsuite>
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" version="3.0.2" name="com.scalar.maven.core.config.DefaultHttpClientTest" time="0.156" tests="4" errors="0" skipped="0" failures="0" flakes="0">
2
+ <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" version="3.0.2" name="com.scalar.maven.core.config.DefaultHttpClientTest" time="0.133" tests="4" errors="0" skipped="0" failures="0" flakes="0">
3
3
  <properties>
4
4
  <property name="java.specification.version" value="17"/>
5
5
  <property name="sun.jnu.encoding" value="UTF-8"/>
@@ -12,7 +12,7 @@
12
12
  <property name="gpg.skip" value="true"/>
13
13
  <property name="sun.java.launcher" value="SUN_STANDARD"/>
14
14
  <property name="sun.boot.library.path" value="/usr/lib/jvm/temurin-17-jdk-amd64/lib"/>
15
- <property name="sun.java.command" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406013915590_3.jar /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire 2026-04-06T01-39-15_397-jvmRun1 surefire-20260406013915590_1tmp surefire_0-20260406013915590_2tmp"/>
15
+ <property name="sun.java.command" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406020211300_3.jar /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire 2026-04-06T02-02-11_054-jvmRun1 surefire-20260406020211300_1tmp surefire_0-20260406020211300_2tmp"/>
16
16
  <property name="jdk.debug" value="release"/>
17
17
  <property name="surefire.test.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/test-classes:/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/classes:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.19.2/jackson-databind-2.19.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.19.2/jackson-annotations-2.19.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.jar:/home/runner/.m2/repository/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.jar:/home/runner/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.jar:/home/runner/.m2/repository/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.jar:/home/runner/.m2/repository/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.jar:/home/runner/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar:/home/runner/.m2/repository/org/objenesis/objenesis/3.3/objenesis-3.3.jar:/home/runner/.m2/repository/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.jar:/home/runner/.m2/repository/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.jar:"/>
18
18
  <property name="sun.cpu.endian" value="little"/>
@@ -27,7 +27,7 @@
27
27
  <property name="line.separator" value="&#10;"/>
28
28
  <property name="java.vm.specification.vendor" value="Oracle Corporation"/>
29
29
  <property name="java.specification.name" value="Java Platform API Specification"/>
30
- <property name="surefire.real.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406013915590_3.jar"/>
30
+ <property name="surefire.real.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406020211300_3.jar"/>
31
31
  <property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
32
32
  <property name="java.runtime.version" value="17.0.18+8"/>
33
33
  <property name="user.name" value="runner"/>
@@ -53,8 +53,8 @@
53
53
  <property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
54
54
  <property name="java.class.version" value="61.0"/>
55
55
  </properties>
56
- <testcase name="shouldSetAndGetClientKey" classname="properties" time="0.09"/>
56
+ <testcase name="shouldSetAndGetClientKey" classname="properties" time="0.08"/>
57
57
  <testcase name="shouldSetAndGetTargetKey" classname="properties" time="0.002"/>
58
58
  <testcase name="shouldCreateClientWithTargetAndClientKeys" classname="construction" time="0.002"/>
59
- <testcase name="shouldCreateClientWithDefaultConstructor" classname="construction" time="0.001"/>
59
+ <testcase name="shouldCreateClientWithDefaultConstructor" classname="construction" time="0.002"/>
60
60
  </testsuite>
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" version="3.0.2" name="com.scalar.maven.core.config.ScalarAgentOptionsTest" time="0.257" tests="5" errors="0" skipped="0" failures="0" flakes="0">
2
+ <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" version="3.0.2" name="com.scalar.maven.core.config.ScalarAgentOptionsTest" time="0.23" tests="5" errors="0" skipped="0" failures="0" flakes="0">
3
3
  <properties>
4
4
  <property name="java.specification.version" value="17"/>
5
5
  <property name="sun.jnu.encoding" value="UTF-8"/>
@@ -13,7 +13,7 @@
13
13
  <property name="gpg.skip" value="true"/>
14
14
  <property name="sun.java.launcher" value="SUN_STANDARD"/>
15
15
  <property name="sun.boot.library.path" value="/usr/lib/jvm/temurin-17-jdk-amd64/lib"/>
16
- <property name="sun.java.command" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406013915590_3.jar /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire 2026-04-06T01-39-15_397-jvmRun1 surefire-20260406013915590_1tmp surefire_0-20260406013915590_2tmp"/>
16
+ <property name="sun.java.command" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406020211300_3.jar /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire 2026-04-06T02-02-11_054-jvmRun1 surefire-20260406020211300_1tmp surefire_0-20260406020211300_2tmp"/>
17
17
  <property name="jdk.debug" value="release"/>
18
18
  <property name="surefire.test.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/test-classes:/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/classes:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.19.2/jackson-databind-2.19.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.19.2/jackson-annotations-2.19.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.jar:/home/runner/.m2/repository/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.jar:/home/runner/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.jar:/home/runner/.m2/repository/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.jar:/home/runner/.m2/repository/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.jar:/home/runner/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar:/home/runner/.m2/repository/org/objenesis/objenesis/3.3/objenesis-3.3.jar:/home/runner/.m2/repository/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.jar:/home/runner/.m2/repository/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.jar:"/>
19
19
  <property name="sun.cpu.endian" value="little"/>
@@ -28,7 +28,7 @@
28
28
  <property name="line.separator" value="&#10;"/>
29
29
  <property name="java.vm.specification.vendor" value="Oracle Corporation"/>
30
30
  <property name="java.specification.name" value="Java Platform API Specification"/>
31
- <property name="surefire.real.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406013915590_3.jar"/>
31
+ <property name="surefire.real.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406020211300_3.jar"/>
32
32
  <property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
33
33
  <property name="java.runtime.version" value="17.0.18+8"/>
34
34
  <property name="user.name" value="runner"/>
@@ -54,9 +54,9 @@
54
54
  <property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
55
55
  <property name="java.class.version" value="61.0"/>
56
56
  </properties>
57
- <testcase name="omitsNullFieldsFromJson" classname="JSON serialization" time="0.227"/>
57
+ <testcase name="omitsNullFieldsFromJson" classname="JSON serialization" time="0.199"/>
58
58
  <testcase name="serializesToJson" classname="JSON serialization" time="0.004"/>
59
59
  <testcase name="setsAndGetsKey" classname="properties" time="0.001"/>
60
- <testcase name="setsAndGetsDisabled" classname="properties" time="0.001"/>
60
+ <testcase name="setsAndGetsDisabled" classname="properties" time="0.002"/>
61
61
  <testcase name="createsWithDefaultConstructor" classname="construction" time="0.001"/>
62
62
  </testsuite>
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" version="3.0.2" name="com.scalar.maven.core.config.ScalarServerTest" time="0.084" tests="9" errors="0" skipped="0" failures="0" flakes="0">
2
+ <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" version="3.0.2" name="com.scalar.maven.core.config.ScalarServerTest" time="0.062" tests="9" errors="0" skipped="0" failures="0" flakes="0">
3
3
  <properties>
4
4
  <property name="java.specification.version" value="17"/>
5
5
  <property name="sun.jnu.encoding" value="UTF-8"/>
@@ -13,7 +13,7 @@
13
13
  <property name="gpg.skip" value="true"/>
14
14
  <property name="sun.java.launcher" value="SUN_STANDARD"/>
15
15
  <property name="sun.boot.library.path" value="/usr/lib/jvm/temurin-17-jdk-amd64/lib"/>
16
- <property name="sun.java.command" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406013915590_3.jar /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire 2026-04-06T01-39-15_397-jvmRun1 surefire-20260406013915590_1tmp surefire_0-20260406013915590_2tmp"/>
16
+ <property name="sun.java.command" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406020211300_3.jar /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire 2026-04-06T02-02-11_054-jvmRun1 surefire-20260406020211300_1tmp surefire_0-20260406020211300_2tmp"/>
17
17
  <property name="jdk.debug" value="release"/>
18
18
  <property name="surefire.test.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/test-classes:/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/classes:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.19.2/jackson-databind-2.19.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.19.2/jackson-annotations-2.19.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.jar:/home/runner/.m2/repository/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.jar:/home/runner/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.jar:/home/runner/.m2/repository/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.jar:/home/runner/.m2/repository/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.jar:/home/runner/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar:/home/runner/.m2/repository/org/objenesis/objenesis/3.3/objenesis-3.3.jar:/home/runner/.m2/repository/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.jar:/home/runner/.m2/repository/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.jar:"/>
19
19
  <property name="sun.cpu.endian" value="little"/>
@@ -28,7 +28,7 @@
28
28
  <property name="line.separator" value="&#10;"/>
29
29
  <property name="java.vm.specification.vendor" value="Oracle Corporation"/>
30
30
  <property name="java.specification.name" value="Java Platform API Specification"/>
31
- <property name="surefire.real.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406013915590_3.jar"/>
31
+ <property name="surefire.real.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406020211300_3.jar"/>
32
32
  <property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
33
33
  <property name="java.runtime.version" value="17.0.18+8"/>
34
34
  <property name="user.name" value="runner"/>
@@ -55,12 +55,12 @@
55
55
  <property name="java.class.version" value="61.0"/>
56
56
  </properties>
57
57
  <testcase name="shouldCreateVariableWithDefaultValue" classname="ServerVariable" time="0.001"/>
58
- <testcase name="shouldSetAndGetProperties" classname="ServerVariable" time="0.016"/>
58
+ <testcase name="shouldSetAndGetProperties" classname="ServerVariable" time="0.011"/>
59
59
  <testcase name="shouldCreateVariableWithDefaultConstructor" classname="ServerVariable" time="0.001"/>
60
- <testcase name="shouldSetAndGetUrl" classname="properties" time="0.009"/>
61
- <testcase name="shouldSetAndGetVariables" classname="properties" time="0.011"/>
62
- <testcase name="shouldSetAndGetDescription" classname="properties" time="0.004"/>
60
+ <testcase name="shouldSetAndGetUrl" classname="properties" time="0.002"/>
61
+ <testcase name="shouldSetAndGetVariables" classname="properties" time="0.005"/>
62
+ <testcase name="shouldSetAndGetDescription" classname="properties" time="0.001"/>
63
63
  <testcase name="shouldCreateServerWithDefaultConstructor" classname="construction" time="0.001"/>
64
- <testcase name="shouldCreateServerWithUrlAndDescription" classname="construction" time="0.001"/>
65
- <testcase name="shouldCreateServerWithUrl" classname="construction" time="0.001"/>
64
+ <testcase name="shouldCreateServerWithUrlAndDescription" classname="construction" time="0.002"/>
65
+ <testcase name="shouldCreateServerWithUrl" classname="construction" time="0.003"/>
66
66
  </testsuite>
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" version="3.0.2" name="com.scalar.maven.core.config.ScalarSourceTest" time="0.04" tests="7" errors="0" skipped="0" failures="0" flakes="0">
2
+ <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" version="3.0.2" name="com.scalar.maven.core.config.ScalarSourceTest" time="0.026" tests="7" errors="0" skipped="0" failures="0" flakes="0">
3
3
  <properties>
4
4
  <property name="java.specification.version" value="17"/>
5
5
  <property name="sun.jnu.encoding" value="UTF-8"/>
@@ -13,7 +13,7 @@
13
13
  <property name="gpg.skip" value="true"/>
14
14
  <property name="sun.java.launcher" value="SUN_STANDARD"/>
15
15
  <property name="sun.boot.library.path" value="/usr/lib/jvm/temurin-17-jdk-amd64/lib"/>
16
- <property name="sun.java.command" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406013915590_3.jar /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire 2026-04-06T01-39-15_397-jvmRun1 surefire-20260406013915590_1tmp surefire_0-20260406013915590_2tmp"/>
16
+ <property name="sun.java.command" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406020211300_3.jar /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire 2026-04-06T02-02-11_054-jvmRun1 surefire-20260406020211300_1tmp surefire_0-20260406020211300_2tmp"/>
17
17
  <property name="jdk.debug" value="release"/>
18
18
  <property name="surefire.test.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/test-classes:/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/classes:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.19.2/jackson-databind-2.19.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.19.2/jackson-annotations-2.19.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.jar:/home/runner/.m2/repository/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.jar:/home/runner/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.jar:/home/runner/.m2/repository/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.jar:/home/runner/.m2/repository/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.jar:/home/runner/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar:/home/runner/.m2/repository/org/objenesis/objenesis/3.3/objenesis-3.3.jar:/home/runner/.m2/repository/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.jar:/home/runner/.m2/repository/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.jar:"/>
19
19
  <property name="sun.cpu.endian" value="little"/>
@@ -28,7 +28,7 @@
28
28
  <property name="line.separator" value="&#10;"/>
29
29
  <property name="java.vm.specification.vendor" value="Oracle Corporation"/>
30
30
  <property name="java.specification.name" value="Java Platform API Specification"/>
31
- <property name="surefire.real.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406013915590_3.jar"/>
31
+ <property name="surefire.real.class.path" value="/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/surefire/surefirebooter-20260406020211300_3.jar"/>
32
32
  <property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
33
33
  <property name="java.runtime.version" value="17.0.18+8"/>
34
34
  <property name="user.name" value="runner"/>
@@ -54,11 +54,11 @@
54
54
  <property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
55
55
  <property name="java.class.version" value="61.0"/>
56
56
  </properties>
57
- <testcase name="shouldSetAndGetIsDefault" classname="properties" time="0.001"/>
58
- <testcase name="shouldSetAndGetUrl" classname="properties" time="0.001"/>
59
- <testcase name="shouldSetAndGetAgent" classname="properties" time="0.003"/>
60
- <testcase name="shouldSetAndGetTitle" classname="properties" time="0.001"/>
61
- <testcase name="shouldSetAndGetSlug" classname="properties" time="0.002"/>
62
- <testcase name="shouldCreateSourceWithDefaultConstructor" classname="construction" time="0.007"/>
63
- <testcase name="shouldCreateSourceWithAllParameters" classname="construction" time="0.004"/>
57
+ <testcase name="shouldSetAndGetIsDefault" classname="properties" time="0.002"/>
58
+ <testcase name="shouldSetAndGetUrl" classname="properties" time="0.003"/>
59
+ <testcase name="shouldSetAndGetAgent" classname="properties" time="0.001"/>
60
+ <testcase name="shouldSetAndGetTitle" classname="properties" time="0.003"/>
61
+ <testcase name="shouldSetAndGetSlug" classname="properties" time="0.003"/>
62
+ <testcase name="shouldCreateSourceWithDefaultConstructor" classname="construction" time="0.001"/>
63
+ <testcase name="shouldCreateSourceWithAllParameters" classname="construction" time="0.0"/>
64
64
  </testsuite>
@@ -1,4 +1,4 @@
1
1
  -------------------------------------------------------------------------------
2
2
  Test set: com.scalar.maven.core.ScalarConfigurationTest
3
3
  -------------------------------------------------------------------------------
4
- Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in com.scalar.maven.core.ScalarConfigurationTest
4
+ Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in com.scalar.maven.core.ScalarConfigurationTest
@@ -1,4 +1,4 @@
1
1
  -------------------------------------------------------------------------------
2
2
  Test set: com.scalar.maven.core.ScalarHtmlRendererTest
3
3
  -------------------------------------------------------------------------------
4
- Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in com.scalar.maven.core.ScalarHtmlRendererTest
4
+ Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in com.scalar.maven.core.ScalarHtmlRendererTest
@@ -1,4 +1,4 @@
1
1
  -------------------------------------------------------------------------------
2
2
  Test set: com.scalar.maven.core.ScalarPropertiesTest
3
3
  -------------------------------------------------------------------------------
4
- Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.340 s -- in com.scalar.maven.core.ScalarPropertiesTest
4
+ Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s -- in com.scalar.maven.core.ScalarPropertiesTest
@@ -1,4 +1,4 @@
1
1
  -------------------------------------------------------------------------------
2
2
  Test set: com.scalar.maven.core.config.DefaultHttpClientTest
3
3
  -------------------------------------------------------------------------------
4
- Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in com.scalar.maven.core.config.DefaultHttpClientTest
4
+ Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s -- in com.scalar.maven.core.config.DefaultHttpClientTest
@@ -1,4 +1,4 @@
1
1
  -------------------------------------------------------------------------------
2
2
  Test set: com.scalar.maven.core.config.ScalarAgentOptionsTest
3
3
  -------------------------------------------------------------------------------
4
- Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s -- in com.scalar.maven.core.config.ScalarAgentOptionsTest
4
+ Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.230 s -- in com.scalar.maven.core.config.ScalarAgentOptionsTest
@@ -1,4 +1,4 @@
1
1
  -------------------------------------------------------------------------------
2
2
  Test set: com.scalar.maven.core.config.ScalarServerTest
3
3
  -------------------------------------------------------------------------------
4
- Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in com.scalar.maven.core.config.ScalarServerTest
4
+ Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in com.scalar.maven.core.config.ScalarServerTest
@@ -1,4 +1,4 @@
1
1
  -------------------------------------------------------------------------------
2
2
  Test set: com.scalar.maven.core.config.ScalarSourceTest
3
3
  -------------------------------------------------------------------------------
4
- Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in com.scalar.maven.core.config.ScalarSourceTest
4
+ Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in com.scalar.maven.core.config.ScalarSourceTest
@@ -24,13 +24,13 @@
24
24
  -doctitle
25
25
  'Scalar API Reference Spring Boot WebFlux 0.0.0 API'
26
26
  -linkoffline
27
- 'https://github.com/scalar/scalar/scalar-core/apidocs' '/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/reports/apidocs'
27
+ 'https://github.com/ahmtydn/scalar/scalar-core/apidocs' '/home/runner/work/scalar/scalar/integrations/java/scalar-core/target/reports/apidocs'
28
28
  -use
29
29
  -version
30
30
  -windowtitle
31
31
  'Scalar API Reference Spring Boot WebFlux 0.0.0 API'
32
32
  com.scalar.maven.webflux
33
- /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/scalar-core-0.0.0.jar = 1775439558345
33
+ /home/runner/work/scalar/scalar/integrations/java/scalar-core/target/scalar-core-0.0.0.jar = 1775440933717
34
34
  /home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.19.2/jackson-databind-2.19.2.jar = 1752861007000
35
35
  /home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.19.2/jackson-annotations-2.19.2.jar = 1752860067000
36
36
  /home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.jar = 1752860478000
@@ -91,21 +91,21 @@ com.scalar.maven.webflux
91
91
  /home/runner/.m2/repository/org/springframework/spring-jcl/6.2.12/spring-jcl-6.2.12.jar = 1760599278000
92
92
  /home/runner/.m2/repository/io/projectreactor/reactor-core/3.7.12/reactor-core-3.7.12.jar = 1760419547000
93
93
  /home/runner/.m2/repository/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar = 1653252067000
94
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/src/main/java = 1775439355606
95
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/generated-sources/annotations = 1775439565059
96
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/allpackages-index.html = 1775439566580
97
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/package-search-index.js = 1775439566581
98
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/index.html = 1775439566592
99
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/type-search-index.js = 1775439566581
100
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/member-search-index.js = 1775439566581
101
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/overview-tree.html = 1775439566561
102
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/jquery-ui.overrides.css = 1775439566600
103
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/stylesheet.css = 1775439566597
104
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/help-doc.html = 1775439566595
105
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/index-all.html = 1775439566592
106
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/allclasses-index.html = 1775439566578
107
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/search.js = 1775439566598
108
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/script.js = 1775439566597
109
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/tag-search-index.js = 1775439566581
110
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/element-list = 1775439566527
111
- /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/module-search-index.js = 1775439566580
94
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/src/main/java = 1775440711887
95
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/generated-sources/annotations = 1775440941938
96
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/allpackages-index.html = 1775440943574
97
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/package-search-index.js = 1775440943575
98
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/index.html = 1775440943587
99
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/type-search-index.js = 1775440943575
100
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/member-search-index.js = 1775440943575
101
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/overview-tree.html = 1775440943561
102
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/jquery-ui.overrides.css = 1775440943596
103
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/stylesheet.css = 1775440943592
104
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/help-doc.html = 1775440943591
105
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/index-all.html = 1775440943586
106
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/allclasses-index.html = 1775440943572
107
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/search.js = 1775440943594
108
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/script.js = 1775440943592
109
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/tag-search-index.js = 1775440943576
110
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/element-list = 1775440943522
111
+ /home/runner/work/scalar/scalar/integrations/java/scalar-webflux/target/reports/apidocs/module-search-index.js = 1775440943575
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE HTML>
2
2
  <html lang>
3
3
  <head>
4
- <!-- Generated by javadoc (17) on Mon Apr 06 01:39:25 UTC 2026 -->
4
+ <!-- Generated by javadoc (17) on Mon Apr 06 02:02:22 UTC 2026 -->
5
5
  <title>All Classes and Interfaces (Scalar API Reference Spring Boot WebFlux 0.0.0 API)</title>
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1">
7
7
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE HTML>
2
2
  <html lang>
3
3
  <head>
4
- <!-- Generated by javadoc (17) on Mon Apr 06 01:39:25 UTC 2026 -->
4
+ <!-- Generated by javadoc (17) on Mon Apr 06 02:02:22 UTC 2026 -->
5
5
  <title>All Packages (Scalar API Reference Spring Boot WebFlux 0.0.0 API)</title>
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1">
7
7
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">