Skip to content

Upgrade to spring-cloud-function 4.2.0 #2829

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ratoaq2 opened this issue Dec 20, 2024 · 1 comment
Closed

Upgrade to spring-cloud-function 4.2.0 #2829

ratoaq2 opened this issue Dec 20, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@ratoaq2
Copy link

ratoaq2 commented Dec 20, 2024

This is a simple feature request that I'm kindly asking (if possible):

To upgrade spring-cloud-function to its final version: 4.2.0 and do a new minor springdoc-openapi release.

Latest release has a dependency to a "non-final" version: spring-cloud-function 4.2.0-M1
This is an optional dependency and usually that doesn't cause major issues.
But for some maven plugins and inside an environment with no access to repositories with "non-final" versions, this can cause issues. Bellow is just an example of such issue:

08:19:45  [ERROR] Failed to execute goal com.lazerycode.jmeter:jmeter-maven-plugin:3.8.0:configure (configuration) on project <redacted-project-name>: Failed to collect dependencies at org.springdoc:springdoc-openapi-starter-common:jar:2.7.0 -> org.springframework.cloud:spring-cloud-function-web:jar:4.2.0-M1: Failed to read artifact descriptor for org.springframework.cloud:spring-cloud-function-web:jar:4.2.0-M1: The following artifacts could not be resolved: io.micrometer:micrometer-bom:pom:1.14.0-M1 (absent): Could not find artifact io.micrometer:micrometer-bom:pom:1.14.0-M1 in <redacted-artifactory-name> (http://artifactory:8081/artifactory/maven) -> [Help 1]
08:19:45  org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.lazerycode.jmeter:jmeter-maven-plugin:3.8.0:configure (configuration) on project <redacted-project-name>: Failed to collect dependencies at org.springdoc:springdoc-openapi-starter-common:jar:2.7.0 -> org.springframework.cloud:spring-cloud-function-web:jar:4.2.0-M1
@bnasslahsen
Copy link
Collaborator

@ratoaq2,

This is duplicate of #2804
We have to wait for spring-cloud-function 4.2.1 release.

@bnasslahsen bnasslahsen added the duplicate This issue or pull request already exists label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants