Commit Graph

16694 Commits

Author SHA1 Message Date
Hibernate-CI 2811e2439f Post-steps for release : `6.2.20.Final` 2024-01-16 13:29:28 +00:00
Hibernate-CI 304709db89 Pre-steps for release : `6.2.20.Final` 2024-01-16 13:29:27 +00:00
Christian Beikov 43950c1e96 HHH-17536 Update MySQL JDBC driver to 8.2.0 2024-01-16 13:26:33 +00:00
Hibernate-CI a0dcf2e7b1 Post-steps for release : `6.2.19.Final` 2024-01-10 11:48:01 +00:00
Hibernate-CI 8fe95d5d6b Pre-steps for release : `6.2.19.Final` 2024-01-10 11:48:01 +00:00
Christian Beikov d7b72cfa2a Exclude docs from Quarkus build 2024-01-10 12:46:45 +01:00
Christian Beikov 3f8e696dc3 HHH-17106 Fix ClassCastException when using length 1 named enum mapping 2024-01-10 12:46:45 +01:00
Christian Beikov 66a723e251 HHH-17623 Test and fix use of association in @OrderBy 2024-01-10 12:46:45 +01:00
Hibernate-CI 7f12b50f79 Post-steps for release : `6.2.18.Final` 2024-01-05 15:56:47 +00:00
Hibernate-CI f830c5bd8b Pre-steps for release : `6.2.18.Final` 2024-01-05 15:56:47 +00:00
Marco Belladelli 7c5e419c29 HHH-17606 Fix nested generic join path resolution 2024-01-05 16:41:40 +01:00
Marco Belladelli d41981e621 HHH-17606 Add test for issue 2024-01-05 16:41:40 +01:00
mgarcia.devinuesa 9c65a2299c HHH-16881 - Fix conditional when CDI extensions are enabled 2024-01-05 16:41:40 +01:00
Yanming Zhou 3564717876 HHH-16935 Fix inconsistent method name 2024-01-05 16:41:40 +01:00
Andrea Boriero ed107f8436 HHH-17380 Persisting an entity with a non generated id and @MapsId throws PropertyValueException 2024-01-05 16:41:40 +01:00
Andrea Boriero a4762886fd HHH-17380 Add test for issue 2024-01-05 16:41:40 +01:00
Hibernate-CI 3413b47a81 Post-steps for release : `6.2.17.Final` 2023-12-19 14:34:00 +00:00
Hibernate-CI f870eeba8d Pre-steps for release : `6.2.17.Final` 2023-12-19 14:34:00 +00:00
Marco Belladelli 1633b2d2c7 HHH-17405 Fix failing generic MappedSuperclass comparison test 2023-12-19 15:31:59 +01:00
Marco Belladelli da89662241 HHH-17405 Handle generic mapped superclass path sources 2023-12-19 15:31:59 +01:00
Marco Belladelli 234908136c HHH-17405 Add test for issue 2023-12-19 15:31:59 +01:00
Hibernate-CI d829329242 Post-steps for release : `6.2.16.Final` 2023-12-15 18:48:09 +00:00
Hibernate-CI 5616317a06 Pre-steps for release : `6.2.16.Final` 2023-12-15 18:48:09 +00:00
dependabot[bot] 98c2805ea4 Bump com.gradle.enterprise from 3.15.1 to 3.16
Bumps com.gradle.enterprise from 3.15.1 to 3.16.

---
updated-dependencies:
- dependency-name: com.gradle.enterprise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 19:42:07 +01:00
dependabot[bot] e316571b05 Bump com.gradle.common-custom-user-data-gradle-plugin
Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.12 to 1.12.1.

---
updated-dependencies:
- dependency-name: com.gradle.common-custom-user-data-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 19:42:07 +01:00
dependabot[bot] 80e6ae7a2a Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 19:42:07 +01:00
dependabot[bot] c3bdfb131c Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 19:42:07 +01:00
Gavin 7b7ad92a39 mark parameter as deprecated since it is always null
leaving the parameter there seems to have been a mistake,
since it was _was_ removed from nullSafeSet()
2023-12-15 19:42:07 +01:00
Gavin 89d0a5715d HHH-16593 allow mappedBy to refer to a non-association property
(get rid of a totally unnecessary error)
2023-12-15 19:42:07 +01:00
Hibernate-CI a394370e99 Post-steps for release : `6.2.15.Final` 2023-12-05 14:42:14 +00:00
Hibernate-CI 94cf67a3d8 Pre-steps for release : `6.2.15.Final` 2023-12-05 14:42:14 +00:00
Marco Belladelli 605886b636 HHH-17491 Fix checking subtype attribute declared in MappedSuperclass 2023-12-05 15:40:22 +01:00
Marco Belladelli 67af47a66f HHH-17491 Add test for issue 2023-12-05 15:40:22 +01:00
dependabot[bot] 7e72a43caf Bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 15:40:22 +01:00
Christian Beikov 67c4a36c96 Don't run CI jobs on pushes to branch 2023-12-05 15:40:22 +01:00
Hibernate-CI ab56a44a49 Post-steps for release : `6.2.14.Final` 2023-12-01 17:19:45 +00:00
Hibernate-CI 3c34869f9d Pre-steps for release : `6.2.14.Final` 2023-12-01 17:19:45 +00:00
marko-bekhta 447049b2c1 Add Hibernate Search Update Dependency job execution to the build 2023-12-01 18:16:48 +01:00
Christian Beikov e95e067fb9 Adapt Quarkus build to test only necessary ORM bits 2023-12-01 18:16:48 +01:00
Christian Beikov ac3b5281c3 HHH-17445 Don't force initialization of correlated joined table group 2023-12-01 18:16:48 +01:00
Marco Belladelli e369015b4d HHH-17384 Fix `@NotFound` to-one association nullness handling 2023-12-01 18:16:48 +01:00
Steve Ebersole 3e96ddce40 HHH-17143 - More not-found fix ups
https://hibernate.atlassian.net/browse/HHH-17143
2023-12-01 18:16:48 +01:00
Christian Beikov f7709e7610 HHH-17102 Fix @SqlResultSetMapping issue for joined inheritance entity result 2023-12-01 18:16:48 +01:00
The-Huginn 47e827200e [HHH-17294] DeepCopy non-Embedded JSON or XML JdbcTypCode attribute using FormatMapper 2023-12-01 18:16:48 +01:00
Leandro Taveras 2e0f0c5b58 [HHH-17294] Test verifying issue where Entity is not marked as dirty if one of its JSON children is modified 2023-12-01 18:16:48 +01:00
Andrea Boriero d6e695055e HHH-17108 Error In Native Query when adding two Entity's and using composite key. Error: Unable to find column position by name. 2023-12-01 18:16:48 +01:00
Andrea Boriero d5e3f44479 HHH-17108 Add test for issue 2023-12-01 18:16:48 +01:00
Jan Schatteman 3ef3a80cfe HHH-17367 - Add links to the tutorial's example source code
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-12-01 18:16:48 +01:00
dependabot[bot] bb98e9ea2a Bump com.gradle.common-custom-user-data-gradle-plugin
Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.11.3 to 1.12.

---
updated-dependencies:
- dependency-name: com.gradle.common-custom-user-data-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 18:16:48 +01:00
Marco Belladelli fc5b184284 HHH-17329 Resolve state for query cache for initialized proxies 2023-12-01 18:16:48 +01:00