[hibernate/hibernate-orm] 1c73be: remove use of deprecated method
by Gavin King
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 1c73be8ba43f6699fd0ebce59291c89570c03004
https://github.com/hibernate/hibernate-orm/commit/1c73be8ba43f6699fd0ebce...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/bytecode/enhance/spi/interceptor/LazyAttributesMetadata.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractLockUpgradeEventListener.java
Log Message:
-----------
remove use of deprecated method
Commit: ef391bf64452c0ad1ad1a6cd797023a9488f34c3
https://github.com/hibernate/hibernate-orm/commit/ef391bf64452c0ad1ad1a6c...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M documentation/src/test/java/org/hibernate/userguide/persister/CollectionPersister.java
M hibernate-core/src/main/java/org/hibernate/bytecode/enhance/spi/interceptor/LazyAttributesMetadata.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/AbstractCollectionPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/BasicCollectionPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/OneToManyPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/EntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/SingleTableEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/UnionSubclassEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/tuple/PropertyFactory.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/BytecodeEnhancementMetadataPojoImpl.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/persister/PersisterTest.java
Log Message:
-----------
get rid of warnings about use of deprecated PersisterCreationContext
Compare: https://github.com/hibernate/hibernate-orm/compare/3f563087e659...ef391bf...
2 years, 10 months
[hibernate/hibernate-orm] 033235: remove use of deprecated method
by Gavin King
Branch: refs/heads/pcc_deprecated
Home: https://github.com/hibernate/hibernate-orm
Commit: 0332354674564aa4a4c819602848360b9ce6be3e
https://github.com/hibernate/hibernate-orm/commit/0332354674564aa4a4c8196...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/bytecode/enhance/spi/interceptor/LazyAttributesMetadata.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractLockUpgradeEventListener.java
Log Message:
-----------
remove use of deprecated method
Commit: 5f418af60afd29ed6dfd0f9e7e2fc49743d0c3cf
https://github.com/hibernate/hibernate-orm/commit/5f418af60afd29ed6dfd0f9...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M documentation/src/test/java/org/hibernate/userguide/persister/CollectionPersister.java
M hibernate-core/src/main/java/org/hibernate/bytecode/enhance/spi/interceptor/LazyAttributesMetadata.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/AbstractCollectionPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/BasicCollectionPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/OneToManyPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/EntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/SingleTableEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/UnionSubclassEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/tuple/PropertyFactory.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/BytecodeEnhancementMetadataPojoImpl.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/persister/PersisterTest.java
Log Message:
-----------
get rid of warnings about use of deprecated PersisterCreationContext
Compare: https://github.com/hibernate/hibernate-orm/compare/033235467456%5E...5f41...
2 years, 10 months
[hibernate/hibernate-search] 25c5c4: HSEARCH-4465 Bump jakarta.interceptor-api from 2.0...
by dependabot[bot]
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-search
Commit: 25c5c46eb30e6e6c2fdf185a9e0b7116f54c65eb
https://github.com/hibernate/hibernate-search/commit/25c5c46eb30e6e6c2fdf...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4465 Bump jakarta.interceptor-api from 2.0.0 to 2.0.1
Bumps [jakarta.interceptor-api](https://github.com/eclipse-ee4j/interceptor-api) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/eclipse-ee4j/interceptor-api/releases)
- [Commits](https://github.com/eclipse-ee4j/interceptor-api/commits)
---
updated-dependencies:
- dependency-name: jakarta.interceptor:jakarta.interceptor-api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: d7a260408d36d7a5de185f4a1de96b946b60c51e
https://github.com/hibernate/hibernate-search/commit/d7a260408d36d7a5de18...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4467 Bump japicmp-maven-plugin from 0.15.4 to 0.15.6
Bumps [japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.15.4 to 0.15.6.
- [Release notes](https://github.com/siom79/japicmp/releases)
- [Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
- [Commits](https://github.com/siom79/japicmp/compare/japicmp-base-0.15.4......
---
updated-dependencies:
- dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: 786c266106bfca0f4fc420719b77e4e254a25930
https://github.com/hibernate/hibernate-search/commit/786c266106bfca0f4fc4...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4467 Bump checkstyle from 9.2.1 to 9.3
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.2.1 to 9.3.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.2....
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: b818764e7657119742306aef0eeacbc36fca9223
https://github.com/hibernate/hibernate-search/commit/b818764e765711974230...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4467 Bump asciidoctor-maven-plugin from 2.2.1 to 2.2.2
Bumps [asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-mave... from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/m...
- [Commits](https://github.com/asciidoctor/asciidoctor-maven-plugin/compare/...
---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctor-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: 54dd9d3e66d1640a8a2aea1e420d9189b77ad4ec
https://github.com/hibernate/hibernate-search/commit/54dd9d3e66d1640a8a2a...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4467 Bump mockito-core from 4.2.0 to 4.3.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.2.0 to 4.3.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.2.0...v4.3.1)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: 307ae7f1e4fa14ee2a9d9840cae732a247d42ada
https://github.com/hibernate/hibernate-search/commit/307ae7f1e4fa14ee2a9d...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4467 Adapt pom.xml for the checkstyle CI
The checkstyle CI needs to be able to run a newer version of checkstyle
against our project.
They used to override puppycrawl.checkstyle.version, and we had a hack
to make this property the default for
version.com.puppycrawl.tools.checkstyle, but that doesn't work well with
dependabot, so this will have to change.
Additionally, since their CI job was (unknowingly) still using an old
version of checkstyle, it didn't detect a problem that made the build
fail because of deprecations; I detected that now, and fixed it by
updating their CI job to not fail on compiler warnings.
Commit: fb26037f4eef7ef17525bba4990333f0f0af48a5
https://github.com/hibernate/hibernate-search/commit/fb26037f4eef7ef17525...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M build/config/src/main/java/org/hibernate/checkstyle/checks/regexp/DoubleSpacesCheck.java
Log Message:
-----------
HSEARCH-4467 Suppress unactionable deprecation warning on a checkstyle method
Commit: 4a389f4d27e079c65afbfa46848db43472c6943f
https://github.com/hibernate/hibernate-search/commit/4a389f4d27e079c65afb...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4468 Bump version.org.slf4j from 1.7.33 to 1.7.35
Bumps `version.org.slf4j` from 1.7.33 to 1.7.35.
Updates `slf4j-api` from 1.7.33 to 1.7.35
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.33...v_1.7.35)
Updates `jcl-over-slf4j` from 1.7.33 to 1.7.35
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.33...v_1.7.35)
Updates `slf4j-jdk14` from 1.7.33 to 1.7.35
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.33...v_1.7.35)
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:jcl-over-slf4j
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-jdk14
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Compare: https://github.com/hibernate/hibernate-search/compare/43663db15cb5...4a38...
2 years, 10 months
[hibernate/hibernate-orm] 385cba: remove PowerReturnTypeResolver
by Gavin King
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 385cba79d8ae6fcb031d2f2bc39231c31ca65aee
https://github.com/hibernate/hibernate-orm/commit/385cba79d8ae6fcb031d2f2...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/function/CommonFunctionFactory.java
R hibernate-core/src/main/java/org/hibernate/dialect/function/PowerReturnTypeResolver.java
Log Message:
-----------
remove PowerReturnTypeResolver
You can't do "exact decimal" exponentiation. For the same reason that
sqrt() is of type Double in the JPA, pow(decimal, 0.5) is also of type
Double.
Yes, yes, I know that some dbs (Postgres!) claim that the return type is
NUMERIC for NUMERIC arguments. But go on, try it: yes, the return type of
typed NUMERIC, but then it has a very suspicious number of digits. Hrrm....
17 decimal digits, now why does that specific number ring a bell?
Commit: c9015bcd8d4b7204af262aece0cdfa74610d4257
https://github.com/hibernate/hibernate-orm/commit/c9015bcd8d4b7204af262ae...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/function/CommonFunctionFactory.java
Log Message:
-----------
make ln() and exp() have the return type Double
Commit: 3f563087e65995d4d44621a6d68e1f7d4ab5a6b5
https://github.com/hibernate/hibernate-orm/commit/3f563087e65995d4d44621a...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
Log Message:
-----------
add a couple of comments
Compare: https://github.com/hibernate/hibernate-orm/compare/5b5c76abfd65...3f56308...
2 years, 10 months
[hibernate/hibernate-search] d66298: HSEARCH-4463 Escape table/column names that also a...
by Yoann Rodière
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-search
Commit: d6629892c72451b25312cb1d8fe8e6c98855c7f7
https://github.com/hibernate/hibernate-search/commit/d6629892c72451b25312...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M documentation/src/test/java/org/hibernate/search/documentation/mapper/orm/entityindexmapping/User.java
M documentation/src/test/java/org/hibernate/search/documentation/mapper/orm/reindexing/reindexonupdate/no/correct/Sensor.java
M documentation/src/test/java/org/hibernate/search/documentation/mapper/orm/reindexing/reindexonupdate/no/incorrect/Sensor.java
M integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/bytype/manytomany/ownedbycontaining/AutomaticIndexingManyToManyOwnedByContainingMapKeysBaseIT.java
M integrationtest/v5migrationhelper/orm/src/test/java/org/hibernate/search/test/query/nullValues/Value.java
M integrationtest/v5migrationhelper/orm/src/test/java/org/hibernate/search/test/query/validation/QueryValidationTest.java
M integrationtest/v5migrationhelper/orm/src/test/java/org/hibernate/search/test/spatial/SpatialSearchSortByDistanceAndPagingTest.java
Log Message:
-----------
HSEARCH-4463 Escape table/column names that also are SQL keywords
Commit: 43663db15cb563e4bee240fdcfb77b03a6ee9c31
https://github.com/hibernate/hibernate-search/commit/43663db15cb563e4bee2...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4463 Upgrade to H2 2.1.210 in tests
Compare: https://github.com/hibernate/hibernate-search/compare/69d7a1ea0c83...4366...
2 years, 10 months