-
Notifications
You must be signed in to change notification settings - Fork 40.9k
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
Can't fetch/build javadoc after upgrading to 3.3.x #41207
Comments
I think you can change your javadoc configuration (most likely in your maven or gradle build) to use the following URL now: https://docs.spring.io/spring-boot/3.3.0/api/java/ Please let us know if this works for you. |
I tried to add javadoc links to 3.3.0 and latest, but error is the same: https://github.com/1c-syntax/bsl-language-server/pull/3315/files |
This is still using the wrong URL. Any idea where this can come from?
|
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
Sorry for a big delay.
I'll try to specify links to javadoc.io for those libraries and check if it will help cc @bclozel |
Thanks for your feedback. I couldn't find any reference to this URL in our repository nor any link to a Gradle task that would log this message. Maybe this is a custom task being applied in your project. |
I found a log line. it comes from frefair.javadoc-links plugin. I'll continue my investigations and will post my findings. But once again it works well with spring-boot 3.2 and breaks with 3.3, so I guess something was changed in infra/pom/jar/whatever. I'll try to find what causes the plugin failure. |
@bclozel I check the javadoc logs for SB 3.2, and this is interesting. Link for 3.2.5 actually works: but not for 3.3.5: |
I think you should raise this against the project providing the task, not Spring Boot. |
Ok, got it, thank you. |
3.3.x is located here: https://docs.spring.io/spring-boot/api/java/ |
Thanks again, Brian. |
The issue was fixed in freefair plugins version 8.11 Thanks. |
Hello. I have an application based on spring boot that also produces the javadoc (both html and jar) with external links (to dependencies javadoc site) during the build.
After upgrading dependency to spring boot 3.3.0/3.3.1 this build started to fail with error:
Broken build logs: https://github.com/1c-syntax/bsl-language-server/actions/runs/9611169437/job/26509211579?pr=3315
Normal build logs: https://github.com/1c-syntax/bsl-language-server/actions/runs/9534713350/job/26279577391#step:4:37
Was it an intended change? Any tips on what should he configured to make it work again?
The text was updated successfully, but these errors were encountered: