dadrus / jpa-unit

JUnit extension to test javax.persistence entities
Apache License 2.0
29 stars 9 forks source link

37 jpa unit rdbms extension requires the usage of #40

Closed dadrus closed 6 years ago

dadrus commented 6 years ago

solves #37 solves #36

dadrus commented 6 years ago

:+1:

Approved with PullApprove

groie commented 6 years ago

@dadrus, my colleague told me that after this change we cannot just simply import the library - it will not be able to resolve some internal versions and it will complain about "${revision}". We'll try importing the junit4-version with a bom to see if it works that way. Regardless here might be something that blocks a release.

dadrus commented 6 years ago

If you run mvn flatten:flatten deploy (flatten is currently enabled only in the release profile), you'll get properly build artifacts in your repository with all variables and placeholders resolved. If you like, you can also add -Drevision=<0.5.0-RC> to remove SNAPSHOT from the name.

The "old" BOM was broken.