[hibernate/hibernate-search] 7a0e5c: Bump version.org.apache.lucene from 9.12.1 to 10.2.0
by dependabot[bot]
Branch: refs/heads/dependabot/maven/version.org.apache.lucene-10.2.0
Home: https://github.com/hibernate/hibernate-search
Commit: 7a0e5cb721ba0747679746b381804b21f654e03c
https://github.com/hibernate/hibernate-search/commit/7a0e5cb721ba07476797...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2025-04-15 (Tue, 15 Apr 2025)
Changed paths:
M build/parents/build/pom.xml
Log Message:
-----------
Bump version.org.apache.lucene from 9.12.1 to 10.2.0
Bumps `version.org.apache.lucene` from 9.12.1 to 10.2.0.
Updates `org.apache.lucene:lucene-core` from 9.12.1 to 10.2.0
Updates `org.apache.lucene:lucene-analysis-common` from 9.12.1 to 10.2.0
Updates `org.apache.lucene:lucene-queryparser` from 9.12.1 to 10.2.0
Updates `org.apache.lucene:lucene-join` from 9.12.1 to 10.2.0
Updates `org.apache.lucene:lucene-facet` from 9.12.1 to 10.2.0
Updates `org.apache.lucene:lucene-highlighter` from 9.12.1 to 10.2.0
---
updated-dependencies:
- dependency-name: org.apache.lucene:lucene-core
dependency-version: 10.2.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.apache.lucene:lucene-analysis-common
dependency-version: 10.2.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.apache.lucene:lucene-queryparser
dependency-version: 10.2.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.apache.lucene:lucene-join
dependency-version: 10.2.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.apache.lucene:lucene-facet
dependency-version: 10.2.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.apache.lucene:lucene-highlighter
dependency-version: 10.2.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support(a)github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-search/settings/notifications
1 year
[hibernate/hibernate-orm] 818f52: partially address a todo in SharedSessionContractI...
by Gavin King
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 818f52ce14ca79401f20cff6ce913d759e33b650
https://github.com/hibernate/hibernate-orm/commit/818f52ce14ca79401f20cff...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-04-15 (Tue, 15 Apr 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/action/internal/EntityIncrementVersionProcess.java
M hibernate-core/src/main/java/org/hibernate/bytecode/enhance/spi/interceptor/EnhancementHelper.java
M hibernate-core/src/main/java/org/hibernate/collection/spi/AbstractPersistentCollection.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/AbstractEntityEntry.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SessionImplementor.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SharedSessionContractImplementor.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SharedSessionDelegatorBaseImpl.java
M hibernate-core/src/main/java/org/hibernate/event/spi/AutoFlushEvent.java
M hibernate-core/src/main/java/org/hibernate/id/IdentifierGeneratorHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/AbstractSharedSessionContract.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/StatelessSessionImpl.java
M hibernate-core/src/main/java/org/hibernate/proxy/AbstractLazyInitializer.java
M hibernate-core/src/main/java/org/hibernate/query/spi/AbstractSelectionQuery.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/SynchronizationTypeTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/transaction/TransactionJoinHandlingChecker.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/tm/SessionFactoryInterceptorTransactionTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/tm/SessionInterceptorTransactionTest.java
Log Message:
-----------
partially address a todo in SharedSessionContractImplementor
- remove deprecated getFlushMode()
- remove setHibernateFlushMode()
- deprecate silly methods which are much worse than safe casts
Commit: 2ef83521f1cc6b565918f3ef6b2cbae2a1f6f55c
https://github.com/hibernate/hibernate-orm/commit/2ef83521f1cc6b565918f3e...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-04-15 (Tue, 15 Apr 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/spi/SessionDelegatorBaseImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SharedSessionContractImplementor.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SharedSessionDelegatorBaseImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/StatelessSessionImpl.java
M hibernate-core/src/test/java/org/hibernate/orm/test/sharedSession/SessionWithSharedConnectionTest.java
Log Message:
-----------
remove two additional deprecated methods in SharedSessionContractImplementor
Compare: https://github.com/hibernate/hibernate-orm/compare/34fb64665825...2ef8352...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
1 year
[hibernate/hibernate-orm] 34fb64: HHH-19357 deprecate 'hibernate.discard_pc_on_close'
by Gavin King
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 34fb64665825971a806d60d1b5ad514547dfe005
https://github.com/hibernate/hibernate-orm/commit/34fb64665825971a806d60d...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-04-14 (Mon, 14 Apr 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/SessionFactoryBuilder.java
M hibernate-core/src/main/java/org/hibernate/boot/internal/SessionFactoryBuilderImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/internal/SessionFactoryOptionsBuilder.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/AbstractDelegatingSessionFactoryBuilder.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/SessionFactoryOptions.java
M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
M hibernate-core/src/main/java/org/hibernate/internal/log/DeprecationLogger.java
Log Message:
-----------
HHH-19357 deprecate 'hibernate.discard_pc_on_close'
We believe that this was once upon a time long ago used for JBoss integration,
but it's not used by WildFly anymore. Also, the property itself has a name which
is quite misleading.
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
1 year
[hibernate/hibernate-orm] e11bd5: HHH-9127 Add test showing forceIncrement leaves st...
by Christian Beikov
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: e11bd55194a86719da67a332ee3c808aad4493b9
https://github.com/hibernate/hibernate-orm/commit/e11bd55194a86719da67a33...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2025-04-14 (Mon, 14 Apr 2025)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/orm/test/cache/ForceIncrementCacheTest.java
Log Message:
-----------
HHH-9127 Add test showing forceIncrement leaves stale data in transactional cache
Commit: c90a049965846475d07082bbf8bf4dadb638afd6
https://github.com/hibernate/hibernate-orm/commit/c90a049965846475d07082b...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2025-04-14 (Mon, 14 Apr 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/action/internal/EntityIncrementVersionProcess.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticForceIncrementLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SessionDelegatorBaseImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SharedSessionContractImplementor.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SharedSessionDelegatorBaseImpl.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultPostLoadEventListener.java
A hibernate-core/src/main/java/org/hibernate/internal/OptimisticLockHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/StatelessSessionImpl.java
M hibernate-core/src/main/java/org/hibernate/loader/ast/internal/LoaderHelper.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cache/ForceIncrementCacheTest.java
Log Message:
-----------
HHH-9127 Invoked cache update and afterUpdate for forceIncrement
Compare: https://github.com/hibernate/hibernate-orm/compare/41f00b6dc012...c90a049...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
1 year