bcgov / nr-spar

SPAR app from FDS (Forestry Digital Services)
https://www2.gov.bc.ca/gov/content/industry/forestry/managing-our-forest-resources/tree-seed/seed-planning-use/spar
Apache License 2.0
2 stars 0 forks source link

Investigate warnings on Postgres Backend #1223

Open RMCampos opened 3 months ago

RMCampos commented 3 months ago

Describe the task There are some warnings showing up when running backend locally and running unit tests.

[INFO] Compiling 218 source files with javac [debug release 17] to target/classes
Warning:  unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
Warning:  unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
Warning:  unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
Warning:  unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
Warning:  unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found

[WARNING] The artifact org.hibernate:hibernate-spatial:jar:6.4.4.Final has been relocated to org.hibernate.orm:hibernate-spatial:jar:6.4.4.Final

Acceptance Criteria

Additional context