micronaut-core icon indicating copy to clipboard operation
micronaut-core copied to clipboard

Remove deprecated code for Micronaut 4

Open sdelamo opened this issue 2 years ago • 2 comments

Per module tasks:

  • [ ] Create a Mayor version branch
  • [ ] Target that branch to 4.0.x by setting githubCoreBranch
  • [ ] Remove deprecated code in that branch.
  • [ ] Set micronaut version to 4.0.0-SNAPSHOT
  • [ ] Set micronautTest version to 3.5.0
  • [ ] Add snapshot repos where necessary (this might include dependencyResolutionManagement in settings.gradle, and make sure docs and testCodeCoverageReport tasks also work)
  • [ ] use buildSrc scripts to expose snapshot repos to avoid unnecessary duplication

sdelamo avatar Jul 22 '22 07:07 sdelamo

See https://github.com/micronaut-projects/micronaut-neo4j/issues/269

Micronaut-Neo4j is blocked by a Java17 compatible version (5.x) of neo4jj/neo4j-java-driver

wetted avatar Aug 19 '22 17:08 wetted

@melix @alvarosanchez will handle the micronaut-gradle-plugin and micronaut-maven-plugin separately

wetted avatar Sep 08 '22 14:09 wetted