-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
HHH-19916 - More drop JUnit 4 usage work #11212
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
Conversation
46132ac to
ecf402a
Compare
...est/java/org/hibernate/orm/test/id/usertype/json/PostgreSQLMultipleTypesContributorTest.java
Fixed
Show fixed
Hide fixed
...rnate/orm/test/schemaupdate/foreignkeys/crossschema/CrossSchemaForeignKeyGenerationTest.java
Fixed
Show fixed
Hide fixed
...test/java/org/hibernate/orm/test/schemaupdate/uniqueconstraint/UniqueConstraintDropTest.java
Fixed
Show fixed
Hide fixed
...test/java/org/hibernate/orm/test/schemaupdate/uniqueconstraint/UniqueConstraintDropTest.java
Fixed
Show fixed
Hide fixed
hibernate-core/src/test/java/org/hibernate/orm/test/schemavalidation/EnumValidationTest.java
Fixed
Show fixed
Hide fixed
hibernate-core/src/test/java/org/hibernate/orm/test/schemavalidation/InstantValidationTest.java
Fixed
Show fixed
Hide fixed
hibernate-core/src/test/java/org/hibernate/orm/test/schemavalidation/NumericValidationTest.java
Fixed
Show fixed
Hide fixed
e258e99 to
23634be
Compare
| } | ||
|
|
||
| public Set getUsers() { | ||
| public Set<User> getUsers() { |
Check notice
Code scanning / CodeQL
Exposing internal representation Note test
after this call to getUsers
| } | ||
|
|
||
| public Set getGroups() { | ||
| public Set<Group> getGroups() { |
Check notice
Code scanning / CodeQL
Exposing internal representation Note test
after this call to getGroups
getGroups exposes the internal representation stored in field groups. The value may be modified
after this call to getGroups
| } | ||
|
|
||
| public Set getPermissions() { | ||
| public Set<Permission> getPermissions() { |
Check notice
Code scanning / CodeQL
Exposing internal representation Note test
after this call to getPermissions
getPermissions exposes the internal representation stored in field permissions. The value may be modified
after this call to getPermissions
ee42350 to
17b4cc5
Compare
HHH-19916 - More drop JUnit 4 usage work
Not converted...
[Please describe here what your change is about]
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.
https://hibernate.atlassian.net/browse/HHH-19916