Add Javadoc for WildFly Elytron 2.2.2.Final for EAP8 #2238
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Description:
This PR includes the addition of the Javadoc for WildFly Elytron 2.2.2.Final for EAP8. Below are the steps taken to generate and include the Javadoc in the WildFly Elytron website:
Checkout the 2.2.2.Final Tag:
The wildfly-elytron repository was checked out to the 2.2.2.Final tag to generate the Javadoc for this specific release.
Build WildFly Elytron:
The project was built using Maven with the mvn clean install -DskipTests=true command to skip tests and generate the necessary build artifacts.
Generate the Public API Javadoc:
The public API Javadoc was generated using the mvn javadoc:aggregate@api-javadoc command, and the built Javadoc files were located in the target/site/apidocs/api-javadoc directory.
Update WildFly Elytron Website:
Forked and cloned the WildFly Elytron website repository from GitHub.
The wildfly-elytron repository was checked out to the develop branch.
Created a new directory under documentation/api named eap8 to store the generated Javadoc for EAP8.
Copy Javadoc Files:
The generated Javadoc files were copied from the target/site/apidocs/api-javadoc directory into the newly created documentation/api/eap8 directory in the WildFly Elytron website repository.
Commit and Push Changes:
After copying the files, the changes were committed and pushed to the develop branch of the forked repository.
Summary of Changes:
Added Javadoc for WildFly Elytron 2.2.2.Final for EAP8 to the documentation/api/eap8 directory in the WildFly Elytron website repository.
The changes include the full Javadoc documentation for the public API.
Please review the PR for the updates to the website documentation for EAP8 Javadoc.