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

javadoc generation for jans-orm is failing #4059

Closed
ossdhaval opened this issue Mar 9, 2023 · 0 comments · Fixed by #4088
Closed

javadoc generation for jans-orm is failing #4059

ossdhaval opened this issue Mar 9, 2023 · 0 comments · Fixed by #4088
Assignees
Labels
comp-jans-orm Component affected by issue or PR effort-1 Relative effort required for completion of issue or PR kind-bug Issue or PR is a bug in existing functionality priority-4 Minor issue or PR is not relevant to core functions, or relates to the usability of system triaged Issue or PR is fully triaged
Milestone

Comments

@ossdhaval
Copy link
Contributor

Describe the bug
When generating javadoc for jans-orm module, it reports below mentioned errors and fails.

[ERROR] /home/dhaval/IdeaProjects/Janssen/jans/jans-orm/ldap/src/main/java/io/jans/orm/ldap/operation/LdapOperationService.java:85: error: exception not thrown: com.unboundid.ldap.sdk.LDAPException
[ERROR]      * @throws LDAPException
[ERROR]                ^
[ERROR] /home/dhaval/IdeaProjects/Janssen/jans/jans-orm/ldap/src/main/java/io/jans/orm/ldap/operation/impl/LdapConnectionProvider.java:106: error: reference not found
[ERROR]      * @throws EncryptionException
[ERROR]        ^
[ERROR] /home/dhaval/IdeaProjects/Janssen/jans/jans-orm/ldap/src/main/java/io/jans/orm/ldap/operation/impl/LdapConnectionProvider.java:107: error: reference not found
[ERROR]      * @throws EncryptionException

and

[ERROR] /home/dhaval/IdeaProjects/Janssen/jans/jans-orm/core/src/main/java/io/jans/orm/operation/auth/BCrypt.java:72: error: self-closing element not allowed
[ERROR]  * String stronger_salt = BCrypt.gensalt(12)<br />
[ERROR]                                             ^

To Reproduce
Steps to reproduce the behavior:

  • go to janssen codebase root directory
  • run mvn -f jans-orm/pom.xml javadoc:javadoc

Expected behavior
Build should be successful. currently it fails.

@ossdhaval ossdhaval added kind-bug Issue or PR is a bug in existing functionality comp-jans-orm Component affected by issue or PR effort-1 Relative effort required for completion of issue or PR priority-4 Minor issue or PR is not relevant to core functions, or relates to the usability of system triaged Issue or PR is fully triaged labels Mar 9, 2023
@ossdhaval ossdhaval self-assigned this Mar 9, 2023
@moabu moabu modified the milestones: 1.0.9, 1.0.10 Mar 9, 2023
@ossdhaval ossdhaval mentioned this issue Mar 9, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-orm Component affected by issue or PR effort-1 Relative effort required for completion of issue or PR kind-bug Issue or PR is a bug in existing functionality priority-4 Minor issue or PR is not relevant to core functions, or relates to the usability of system triaged Issue or PR is fully triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants