[hibernate/hibernate-search] 4fd735: Bump version.log4j from 2.16.0 to 2.17.1
by dependabot[bot]
Branch: refs/heads/dependabot/maven/version.log4j-2.17.1
Home: https://github.com/hibernate/hibernate-search
Commit: 4fd7356f23ef10c6fa2840747f666e22f495f1b7
https://github.com/hibernate/hibernate-search/commit/4fd7356f23ef10c6fa28...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2022-01-03 (Mon, 03 Jan 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Bump version.log4j from 2.16.0 to 2.17.1
Bumps `version.log4j` from 2.16.0 to 2.17.1.
Updates `log4j-core` from 2.16.0 to 2.17.1
Updates `log4j-api` from 2.16.0 to 2.17.1
Updates `log4j-slf4j-impl` from 2.16.0 to 2.17.1
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-api
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support(a)github.com>
2 years, 11 months
[hibernate/hibernate-orm] c48be7: add an examples with treat() (#4552)
by Gavin King
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: c48be75d3b8106a2e6f13ec79b46c108a9556458
https://github.com/hibernate/hibernate-orm/commit/c48be75d3b8106a2e6f13ec...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-02 (Sun, 02 Jan 2022)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc
A documentation/src/main/java/org/hibernate/userguide/model/Account.java
M documentation/src/main/java/org/hibernate/userguide/model/Call.java
M documentation/src/main/java/org/hibernate/userguide/model/CreditCardPayment.java
M documentation/src/main/java/org/hibernate/userguide/model/Payment.java
M documentation/src/test/java/org/hibernate/userguide/batch/BatchTest.java
M documentation/src/test/java/org/hibernate/userguide/criteria/CriteriaTest.java
M documentation/src/test/java/org/hibernate/userguide/hql/HQLTest.java
M documentation/src/test/java/org/hibernate/userguide/sql/SQLTest.java
Log Message:
-----------
add an examples with treat() (#4552)
and slightly reorg doc
2 years, 11 months