๐ Bug Fixes
- b4e3cbd fix: Adapt to Spring Boot 3.2.0 revamped support for nested jars.
- 5b8e1aa fix: Track visited classes in catalog generator. (1117)
๐๏ธ Refactorings
- d1e42c6 refactor: Add unit tests for the nested jar checker, too.
- d238a71 refactor: Use the charset instead of the name and delete superflous exception handling.
๐ Documentation
- f877770 docs: add alexanoid as a contributor for bug (1154)
- 0382e61 docs: Update local changelog.
๐งน Housekeeping
- c972cee Bump commons-io:commons-io from 2.15.0 to 2.15.1 (1157)
- 7ce21a7 Bump org.neo4j.driver:neo4j-java-driver from 5.14.0 to 5.15.0 (1158)
- 3632e60 build(deps-dev): Bump com.tngtech.archunit:archunit from 1.2.0 to 1.2.1 (1159)
- fa8388c Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (1160)
- 1d2a077 Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0 (1151)
- a828ab7 Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (1150)
- b371b2f Bump org.neo4j.test:neo4j-harness from 5.13.0 to 5.14.0 (1149)
- 0c0da71 Bump byte-buddy.version from 1.14.9 to 1.14.10 (1148)
- ff7bf87 Bump testcontainers.version from 1.19.2 to 1.19.3 (1147)
- e65cf91 Bump spring-boot.version from 3.1.5 to 3.2.0 (1146)
- 903dcca Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.5 to 3.5.0 (1145)
- 163e1a7 Bump quarkus.version from 3.5.2 to 3.6.0 (1144)
- 4c23484 Bump org.neo4j:neo4j-cypher-dsl-schema-name-support from 2023.8.1 to 2023.9.0 (1143)
- c6f82dd Bump io.github.classgraph:classgraph from 4.8.164 to 4.8.165 (1140)
- 147b1d9 Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 (1142)
- c93a2ab build(deps-dev): Bump org.springframework.data:spring-data-neo4j from 7.1.5 to 7.2.0 (1141)
- a220b54 Bump com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5 (1139)
- 67ee667 Bump quarkus.version from 3.5.1 to 3.5.2 (1138)
- 0cffe88 Bump testcontainers.version from 1.19.1 to 1.19.2 (1137)
- 3bc81ea Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.10.1 to 3.10.2 (1135)
- 61caa2b Bump quarkus.version from 3.5.0 to 3.5.1 (1134)
- ea8a2aa build(deps-dev): Bump com.tngtech.archunit:archunit from 1.1.0 to 1.2.0 (1133)
- 646e795 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (1132)
- 7e6cabd Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.1 to 3.2.2 (1131)
- deaaa98 Bump org.neo4j:neo4j-cypher-dsl-schema-name-support from 2023.7.1 to 2023.8.1 (1130)
- 321adcd Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 (1129)
- d582be2 Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.1 to 3.10.2 (1128)
- 0c535d4 Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.18.1 to 0.18.3 (1125)
- abe52d2 build(deps-dev): Bump org.checkerframework:checker-qual from 3.39.0 to 3.40.0 (1127)
- db76898 Bump io.github.classgraph:classgraph from 4.8.163 to 4.8.164 (1126)
- ba31880 Bump org.moditect:moditect-maven-plugin from 1.0.0.Final to 1.1.0 (1124)
- 938a249 Bump jacoco-maven-plugin.version from 0.8.10 to 0.8.11 (1123)
- 92461c1 Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 (1122)
- 751f344 Bump org.neo4j.test:neo4j-harness from 5.12.0 to 5.13.0 (1121)
- f028676 Bump org.neo4j.driver:neo4j-java-driver from 5.13.0 to 5.14.0 (1120)
- 3bc3097 Bump org.junit:junit-bom from 5.10.0 to 5.10.1 (1119)
- 85f2b56 build(deps-dev): Bump com.google.errorprone:error_prone_annotations from 2.22.0 to 2.23.0 (1118)
๐ Build
- ee47de6 build: Disable cluster tests by default, takes too long.
- 75de2b1 build: Extract cluster tests into separate module, use correct config location and user/group settings.
- 4dae630 build: Use correct conf location.
- 681f70a build: Replace causal-cluster-extension with docker-compose approach. (1136)
- 68f4849 build: Improve stability.