You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The pom.xml for io.micrometer:micrometer-core:1.10.5 has a SNAPSHOT depdendency in it which is causing problems for projects using the go-offine function in Maven because the SNAPSHOT version is not publicly available. Please see here;
Please update the project so that there are no SNAPSHOT dependencies in the release.
Environment
This is being encountered with a SpringBoot 3 application here and is occuring when the immutable Docker container image is built from the Dockerfile. See the line;
RUN ./mvnw clean org.apache.maven.plugins:maven-dependency-plugin:3.3.0:go-offline
To Reproduce
Clone the project and with a Java 17 JAVA_HOME run...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.3.0:go-offline (default-cli) on project haikudepotserver-core: org.eclipse.aether.resolution.DependencyResolutionException: The following artifacts could not be resolved: io.micrometer:context-propagation:jar:1.0.3-SNAPSHOT (absent): Could not find artifact io.micrometer:context-propagation:jar:1.0.3-SNAPSHOT -> [Help 1]
Expected behavior
The Maven execution will run to completion.
Additional context
The text was updated successfully, but these errors were encountered:
That was definitely not intended. Sorry we missed that in the release, and thank you for bringing it to our attention. I'm surprised validation somewhere along the release process didn't catch this either. We'll have to make some changes so it doesn't happen again. In the meantime, I've fixed it for the upcoming 1.10.6 release scheduled for next week.
Describe the bug
The
pom.xml
forio.micrometer:micrometer-core:1.10.5
has aSNAPSHOT
depdendency in it which is causing problems for projects using thego-offine
function in Maven because theSNAPSHOT
version is not publicly available. Please see here;Please update the project so that there are no
SNAPSHOT
dependencies in the release.Environment
This is being encountered with a SpringBoot 3 application here and is occuring when the immutable Docker container image is built from the Dockerfile. See the line;
To Reproduce
Clone the project and with a Java 17
JAVA_HOME
run...Finally you will see;
Expected behavior
The Maven execution will run to completion.
Additional context
The text was updated successfully, but these errors were encountered: