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

fixed compliance logs, nonnull annotations, testing #53

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

san-zrl
Copy link
Member

@san-zrl san-zrl commented Oct 16, 2024

Only minor changes:

  • Fixed issue Suppress unrelated log messages in BasicQuantumSafeComplianceService #52.
  • Dropped final attribute for entity classes. This caused warnings such as 2024-10-16 14:45:48,431 WARN [io.qua.hib.orm.run.pro.ProxyDefinitions] (main) Could not generate an enhanced proxy for entity 'com.ibm.model.Identifiers' (class='com.ibm.model.Identifiers') as it's final. Your application might perform better if we're allowed to extend it.
  • Use only javax.annotation.Nonnull (not jetbrains Notnull)
  • Clear db after ScannerResourceTest

@san-zrl san-zrl self-assigned this Oct 16, 2024
@n1ckl0sk0rtge n1ckl0sk0rtge merged commit 4768885 into main Oct 16, 2024
3 checks passed
@n1ckl0sk0rtge n1ckl0sk0rtge deleted the compliance-log branch October 16, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants