michael-simons / neo4j-migrations

Automated script runner aka "Migrations" for Neo4j. Inspired by Flyway.
https://michael-simons.github.io/neo4j-migrations/
Apache License 2.0
113 stars 22 forks source link

fix: Check for `!/BOOT-IN/` vs `/!BOOT-INF/`at all relevant places of resource loading. #1254

Closed michael-simons closed 6 months ago

michael-simons commented 6 months ago

The ResourceContext now has a centralised way of getting an InputStream for resources and checks if it runs on a Spring Boot > 3.2.0 modern nested Jar. The factory methods for the Cypher resources that take a raw URL have been deprecated and will be removed in 3.x. All other factory methods of resources have been internal anyway.

Fixes #1248.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
88.6% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud