Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 7441b720ead7147bee7cb28fa93b74537c496298
https://github.com/hibernate/hibernate-search/commit/7441b720ead7147bee7c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4521 De-duplicate forbiddenapis configuration
Commit: cca44b58f2d2e8eecc3cad4a928f7387d07a535f
https://github.com/hibernate/hibernate-search/commit/cca44b58f2d2e8eecc3c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4521 Add @Generated annotation to JBoss logging classes
We can affort that now that we always compile the main code with JDK 11,
and it simplifies forbiddenapis configuration.
This annotation has a retention policy of SOURCE, so it won't affect
produced binaries.
Commit: 65685d8c610feb0c7bbe049a3815c977439857f4
https://github.com/hibernate/hibernate-search/commit/65685d8c610feb0c7bbe...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M build/config/src/main/resources/forbidden-tests.txt
M pom.xml
Log Message:
-----------
HSEARCH-4521 Remove unnecessary forbiddenapis rules and exclusions
These rules weren't doing anything, and they are not useful anymore in
Hibernate Search 6.
Commit: 764224e0ab0a8465b18addd0504fb4435d61c2f2
https://github.com/hibernate/hibernate-search/commit/764224e0ab0a8465b18a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
A build/config/src/main/resources/forbidden-internal.txt
A build/config/src/main/resources/forbidden-public.txt
R build/config/src/main/resources/forbidden-runtime.txt
R build/config/src/main/resources/forbidden-tests.txt
M pom.xml
Log Message:
-----------
HSEARCH-4521 Clarify what each forbidden-apis signature file really is for
Commit: 1fcb744fd43fe4176519174ffb97786c511f33c0
https://github.com/hibernate/hibernate-search/commit/1fcb744fd43fe4176519...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M parents/internal/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4521 Use a cleaner trick to enable different forbiddenapis rules in internal
modules
Commit: 5ef7552c1047286be81c919e772b5931afd29abb
https://github.com/hibernate/hibernate-search/commit/5ef7552c1047286be81c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4521 Disable forbiddenapis when compiling tests with a different JDK than
Maven's
Commit: 47a7c6b7bffbcf7a194875cce117dc79e8a0b6ec
https://github.com/hibernate/hibernate-search/commit/47a7c6b7bffbcf7a1948...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4521 Bump forbiddenapis from 3.2 to 3.3
Bumps [
forbiddenapis](https://github.com/policeman-tools/forbidden-apis) from 3.2 to
3.3.
- [Release
notes](https://github.com/policeman-tools/forbidden-apis/releases)
- [
Commits](https://github.com/policeman-tools/forbidden-apis/compare/3.2......
---
updated-dependencies:
- dependency-name: de.thetaphi:forbiddenapis
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: 75a079b0737f682350d28065600573308fd1a19d
https://github.com/hibernate/hibernate-search/commit/75a079b0737f682350d2...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4521 Add JDK 18 signatures for forbiddenapis configuration
Compare:
https://github.com/hibernate/hibernate-search/compare/36ef18f1be18...75a0...