Skip to content
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

Failed to generate javadoc #15566

Closed
stianst opened this issue Nov 18, 2022 · 1 comment · Fixed by #15569
Closed

Failed to generate javadoc #15566

stianst opened this issue Nov 18, 2022 · 1 comment · Fixed by #15569
Labels
kind/bug Categorizes a PR related to a bug priority/important Must be worked on very soon
Milestone

Comments

@stianst
Copy link
Contributor

stianst commented Nov 18, 2022

Area

storage

Describe the bug

Keycloak release no longer work due to failure in generating JavaDoc for model/map-hot-rod. This is currently blocking the ability to do a release, including Nightly releases.

Error:  Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:javadoc (aggregate-javadoc) on project keycloak-api-docs-dist: An error has occurred in Javadoc report generation: 
Error:  Exit code: 1 - /home/runner/work/keycloak-rel/keycloak-rel/model/map-hot-rod/target/generated-sources/annotations/org/keycloak/models/map/storage/hotRod/user/HotRodUserEntity$___Marshaller_1ca86473835481afa775515960874a2887b3c4fa81ee6cec155743567fe9b331.java:15: error: cannot find symbol
Error:  @javax.annotation.processing.Generated(
Error:                              ^
Error:    symbol:   class Generated
Error:    location: package javax.annotation.processing
Error:  /home/runner/work/keycloak-rel/keycloak-rel/model/map-hot-rod/target/generated-sources/annotations/org/keycloak/models/map/storage/hotRod/user/HotRodUserConsentEntity$___Marshaller_94f0c89a18d3b5525f6b3a9248b79b536f16a91cbd059c3be592bfb1d1394e5d.java:15: error: cannot find symbol
Error:  @javax.annotation.processing.Generated(
Error:                              ^
Error:    symbol:   class Generated
Error:    location: package javax.annotation.processing
Error:  /home/runner/work/keycloak-rel/keycloak-rel/model/map-hot-rod/target/generated-sources/annotations/org/keycloak/models/map/storage/hotRod/user/HotRodUserCredentialEntity$___Marshaller_20cea60b3d22077ccb7bf3e15c5e75dedab46990f0020c7ff267f96f8cf00bc5.java:15: error: cannot find symbol
Error:  @javax.annotation.processing.Generated(
Error:                              ^
Error:    symbol:   class Generated
Error:    location: package javax.annotation.processing
Error:  /home/runner/work/keycloak-rel/keycloak-rel/model/map-hot-rod/target/generated-sources/annotations/org/keycloak/models/map/storage/hotRod/user/HotRodUserFederatedIdentityEntity$___Marshaller_1e1ce2d49b32d4e6f3d48de84699ed86a17d11c291442dddfc60b2577f1862a3.java:15: error: cannot find symbol
Error:  @javax.annotation.processing.Generated(
Error:                              ^
Error:    symbol:   class Generated
Error:    location: package javax.annotation.processing
Error:  /home/runner/work/keycloak-rel/keycloak-rel/model/map-hot-rod/target/generated-sources/annotations/org/keycloak/models/map/storage/hotRod/user/HotRodUserEntitySchemaImpl.java:12: error: cannot find symbol
Error:  @javax.annotation.processing.Generated(

Version

main

Expected behavior

Release is successful

Actual behavior

Release fails

How to Reproduce?

Run mvn clean install -Pjboss-release

Anything else?

Failure on nightly release: https://github.com/keycloak-rel/keycloak-rel/actions/runs/3493389086

@stianst stianst added kind/bug Categorizes a PR related to a bug status/triage labels Nov 18, 2022
@ghost ghost added the area/storage Indicates an issue that touches storage (change in data layout or data manipulation) label Nov 18, 2022
@hmlnarik
Copy link
Contributor

Seems to relate to Infinispan update: #14925

hmlnarik added a commit to hmlnarik/keycloak that referenced this issue Nov 18, 2022
@hmlnarik hmlnarik added priority/important Must be worked on very soon and removed area/storage Indicates an issue that touches storage (change in data layout or data manipulation) labels Nov 18, 2022
@ghost ghost removed the status/triage label Nov 21, 2022
andre-nascimento6791 pushed a commit to andre-nascimento6791/keycloak-cnd-work that referenced this issue Dec 1, 2022
Cracky5457 pushed a commit to Cracky5457/keycloak that referenced this issue Dec 13, 2022
@stianst stianst added this to the 21.0.0 milestone Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes a PR related to a bug priority/important Must be worked on very soon
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants