forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"normalize" the package name on package rules lookup
- Loading branch information
1 parent
6974793
commit e94f9d5
Showing
18 changed files
with
34 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...io/quarkus/it/jpa/postgresql/Address.java → .../it/jpa/postgresql/defaultpu/Address.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../io/quarkus/it/jpa/postgresql/Animal.java → ...s/it/jpa/postgresql/defaultpu/Animal.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.quarkus.it.jpa.postgresql; | ||
package io.quarkus.it.jpa.postgresql.defaultpu; | ||
|
||
/** | ||
* @author Emmanuel Bernard [email protected] | ||
|
2 changes: 1 addition & 1 deletion
2
...o/quarkus/it/jpa/postgresql/Customer.java → ...it/jpa/postgresql/defaultpu/Customer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...kus/it/jpa/postgresql/EntityWithJson.java → .../postgresql/defaultpu/EntityWithJson.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/io/quarkus/it/jpa/postgresql/Human.java → ...us/it/jpa/postgresql/defaultpu/Human.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tgresql/JPAFunctionalityTestEndpoint.java → ...faultpu/JPAFunctionalityTestEndpoint.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...postgresql/JPATestReflectionEndpoint.java → .../defaultpu/JPATestReflectionEndpoint.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...arkus/it/jpa/postgresql/MyUUIDEntity.java → ...pa/postgresql/defaultpu/MyUUIDEntity.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.quarkus.it.jpa.postgresql; | ||
package io.quarkus.it.jpa.postgresql.defaultpu; | ||
|
||
import java.util.UUID; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../postgresql/NotAnEntityNotReferenced.java → ...l/defaultpu/NotAnEntityNotReferenced.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../io/quarkus/it/jpa/postgresql/Person.java → ...s/it/jpa/postgresql/defaultpu/Person.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s/it/jpa/postgresql/SequencedAddress.java → ...ostgresql/defaultpu/SequencedAddress.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../io/quarkus/it/jpa/postgresql/Status.java → ...s/it/jpa/postgresql/defaultpu/Status.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...uarkus/it/jpa/postgresql/WorkAddress.java → ...jpa/postgresql/defaultpu/WorkAddress.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...jpa-postgresql/src/main/java/io/quarkus/it/jpa/postgresql/otherpu/inner/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@FilterDef(name = "ids-over-zero-inner-package", defaultCondition = "id > 0") | ||
package io.quarkus.it.jpa.postgresql.otherpu.inner; | ||
|
||
import org.hibernate.annotations.FilterDef; |
8 changes: 8 additions & 0 deletions
8
...tests/jpa-postgresql/src/main/java/io/quarkus/it/jpa/postgresql/otherpu/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* This filter is useless in terms of filtering, but we want to be sure that | ||
* Quarkus detects and processes ORM annotations defined at a package level: | ||
*/ | ||
@FilterDef(name = "ids-over-zero", defaultCondition = "id > 0") | ||
package io.quarkus.it.jpa.postgresql.otherpu; | ||
|
||
import org.hibernate.annotations.FilterDef; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters