hibernate-redis icon indicating copy to clipboard operation
hibernate-redis copied to clipboard

hibernate 2nd level cache privder using redis

Results 64 hibernate-redis issues
Sort by recently updated
recently updated
newest added

Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 4.3.6.RELEASE to 5.3.18. Release notes Sourced from spring-beans's releases. v5.3.18 :star: New Features Restrict access to property paths on Class references #28261 Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask...

dependencies

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.2.11.Final to 5.4.24.Final. Changelog Sourced from hibernate-core's changelog. Changes in 5.4.24.Final (November 17, 2020) https://hibernate.atlassian.net/projects/HHH/versions/31892 ** Bug * [HHH-14333] - Pessimistic Lock causes FOR UPDATE on outer...

dependencies

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.2.11.Final to 5.4.24.Final. Changelog Sourced from hibernate-core's changelog. Changes in 5.4.24.Final (November 17, 2020) https://hibernate.atlassian.net/projects/HHH/versions/31892 ** Bug * [HHH-14333] - Pessimistic Lock causes FOR UPDATE on outer...

dependencies

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.1.10.Final to 5.4.24.Final. Release notes Sourced from hibernate-core's releases. Hibernate ORM 5.2.0 5.2.0 includes many improvements and bug-fixes. For a complete list of changes, see https://hibernate.atlassian.net/projects/HHH/versions/23150/tab/release-report-done. Many...

dependencies

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 4.3.11.Final to 5.4.24.Final. Release notes Sourced from hibernate-core's releases. Hibernate ORM 5.2.0 5.2.0 includes many improvements and bug-fixes. For a complete list of changes, see https://hibernate.atlassian.net/projects/HHH/versions/23150/tab/release-report-done. Many...

dependencies

Bumps log4j-core from 2.7 to 2.16.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core&package-manager=maven&previous-version=2.7&new-version=2.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps log4j-api from 2.7 to 2.16.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-api&package-manager=maven&previous-version=2.7&new-version=2.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps `log4j.version` from 2.7 to 2.14.1. Updates `log4j-api` from 2.7 to 2.14.1 Updates `log4j-core` from 2.7 to 2.14.1 Updates `log4j-slf4j-impl` from 2.7 to 2.14.1 Updates `log4j-jcl` from 2.7 to 2.14.1...

dependencies

[Parallel builds in Maven 3](https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3) Maven 3.x has the capability to perform parallel builds. ===================== If there are any inappropriate modifications in this PR, please give me a reply and...

Hi, it seems that Hibernate Redis is not compatible with the latest versions of Hibernate (5.3.X). Due to this, I get the exception whenever I execute a query. Thanks for...