Commit Graph

  • 793f8611f8
    Merge d537d62f29 into de6aa69fb0 Jan Schatteman 2024-11-06 23:37:18 +0100
  • 94066d37ce HHH-16216 - add test for issue Jan Schatteman 2024-11-06 23:36:15 +0100
  • 8680064839 Informix tests fixes Vladimír Kuruc 2024-07-09 23:01:13 +0200
  • f709b7cbe1 HHH-18644 - New and improved hibernate-maven-plugin - Some cleanup of forgotten System.out.println() statements - Removal of unneeded dependencies in pom.xml Koen Aers 2024-11-06 18:48:24 +0100
  • ac11573c82 HHH-18644 - New and improved hibernate-maven-plugin - Remove the 'tooling/hibernate-maven-plugin/.gitignore' - Add Maven wrapper properties Koen Aers 2024-11-05 10:50:33 +0100
  • 1a64567dcc HHH-18644 - New and improved hibernate-maven-plugin - Add and configure a class 'org.hibernate.build.maven.embedder.logging.Slf4jConfiguration' to be able to have the calls to Maven provide usable logging - Add a Maven wrapper executable to the integration test project and configure the Maven invoker plugin to use that executable - Add the .mvn folder to .gitignore Koen Aers 2024-11-05 09:25:36 +0100
  • e272488eda HHH-18644 - New and improved hibernate-maven-plugin - Implement the verification script so that it properly verifies that the class enhancement - Add a script variable definition to pom.xml for use in the verification script Koen Aers 2024-10-29 14:25:50 +0100
  • cf3a5dedef HHH-18644 - New and improved hibernate-maven-plugin - Add plugin installation to MavenInvokerRunTask - Remove use of MavenInstallArtifactTask in MavenEmbedderPlugin - Use version 7.0.0.Beta1 of hibernate-core for now (to make the integration test work using mvn) - Add 'run' goal to the execution of the invoker plugin in pom.xml Koen Aers 2024-10-29 12:34:42 +0100
  • 3f1cdf8a5f HHH-18644 - New and improved hibernate-maven-plugin - Add needed dependencies to pom.xml so that the 'mvn invoker:run' invocation does not complain anymore - Add dependency on jarkarta persistence to 'it/enhance/pom.xml' so that the project compiles when 'mvn invoker:run' is called Koen Aers 2024-10-28 14:47:31 +0100
  • 86356e4c7a HHH-18644 - New and improved hibernate-maven-plugin - Add MavenInstallTask to install artifacts in local repo - Add MavenInvokerRunTask to run the integration tests - Integrate both tasks in MavenEmbedderPlugin - Add the hibernate-maven-plugin implementation Koen Aers 2024-10-28 13:24:49 +0100
  • de6aa69fb0 HHH-18633 Split Jandex-based scanning into new module/artifact Andrea Boriero 2024-09-24 12:00:11 +0200
  • 5280e15ba0 HHH-18522 Drop hard requirements on Jandex Andrea Boriero 2024-09-13 16:21:58 +0200
  • cf0ab77cf2 HHH-18815 introduce Generator.generatedBeforeExecution() Gavin King 2024-11-06 13:09:23 +0100
  • 5fca1206b2 HHH-18815 @Generated should not imply @Immutable Gavin King 2024-11-06 00:27:41 +0100
  • 51254568df HHH-18815 add Generator.allowMutation() Gavin King 2024-11-05 21:02:41 +0100
  • 731a5dbdd5 HHH-18815 clarify and test semantics of @Generated and @Immutable Gavin King 2024-11-05 19:40:16 +0100
  • 00f6115b42 version reset should not be affected by the id being assigned or generated Gavin King 2024-11-05 13:38:49 +0100
  • b948fde3b3 HHH-18815 allow update of @Generated fields Gavin King 2024-11-05 13:36:11 +0100
  • b83a7fef80 HHH-18809 improve the test Gavin King 2024-11-05 11:20:55 +0100
  • 835f7dcbff HHH-18815 introduce Generator.generatedBeforeExecution() Gavin King 2024-11-06 13:09:23 +0100
  • ebb4b32089
    Merge 14827c5eac into 9886b7acf9 wytzevanderploeg 2024-11-06 13:43:02 +0100
  • 685fda03d1 HHH-18815 @Generated should not imply @Immutable Gavin King 2024-11-06 00:27:41 +0100
  • 38f6f86606
    Merge 0cdf1816f7 into ab9e671761 Stephen Allen 2024-11-06 10:56:15 +0100
  • 348efd0c56
    Merge 14d4232755 into ab9e671761 Vladimír Kuruc 2024-11-06 10:13:12 +0100
  • beea390f6d HHH-18815 add Generator.allowMutation() Gavin King 2024-11-05 21:02:41 +0100
  • 6fed553c1f HHH-18815 clarify and test semantics of @Generated and @Immutable Gavin King 2024-11-05 19:40:16 +0100
  • 7c6280cd14
    Merge 70332f1174 into ab9e671761 Christian Beikov 2024-11-05 18:55:25 +0100
  • 548da11161 HHH-18714 add support for inheritance in entity graph Lansana DIOMANDE 2024-11-05 18:20:36 +0100
  • ab9e671761 HHH-18564 Handle attribute converters for query literals Marco Belladelli 2024-09-09 11:01:14 +0200
  • 6017ae4c69 HHH-18564 Add test for issue Marco Belladelli 2024-09-09 10:58:17 +0200
  • 9886b7acf9 HHH-18564 Handle attribute converters for query literals Marco Belladelli 2024-09-09 11:01:14 +0200
  • d1980cba14 HHH-18564 Add test for issue Marco Belladelli 2024-09-09 10:58:17 +0200
  • c43c8b0a8b version reset should not be affected by the id being assigned or generated Gavin King 2024-11-05 13:38:49 +0100
  • b56c1a851b HHH-18815 allow update of @Generated fields Gavin King 2024-11-05 13:36:11 +0100
  • dd5513c867 HHH-18809 improve the test Gavin King 2024-11-05 11:20:55 +0100
  • 4169c8bcd0
    HHH-18564 Handle attribute converters for query literals Marco Belladelli 2024-09-09 11:01:14 +0200
  • 535d3a08b6
    Merge fbb2df79aa into 412bfed842 Khurelkhuyag 2024-11-05 15:40:00 +0100
  • 4033997968
    HHH-18564 Add test for issue Marco Belladelli 2024-09-09 10:58:17 +0200
  • 3c8214f365 HHH-18770 Check if the monitoring event was null Andrea Boriero 2024-10-29 10:17:04 +0100
  • f58d5af27a HHH-18770 Check if the monitoring event was null gtoison 2024-10-27 08:27:25 +0100
  • bdc44dbf4c HHH-18770 test with the jfr module on the classpath but jfr disabled gtoison 2024-10-27 08:25:23 +0100
  • 412bfed842 HHH-18770 Check if the monitoring event was null Andrea Boriero 2024-10-29 10:17:04 +0100
  • 46cb14089b HHH-18770 Check if the monitoring event was null gtoison 2024-10-27 08:27:25 +0100
  • aad5355ad0 HHH-18770 test with the jfr module on the classpath but jfr disabled gtoison 2024-10-27 08:25:23 +0100
  • 9e6f547873
    Merge 67b7de5bf9 into 3153bce9b5 Marco Belladelli 2024-11-05 14:49:10 +0100
  • 3153bce9b5 HHH-18808 remove logging when keyword is used as identifier in HqlParser.g4 nathan.xu 2024-11-04 01:44:13 -0500
  • 935c00cb19 HHH-18808 remove logging when keyword is used as identifier in HqlParser.g4 nathan.xu 2024-11-04 01:44:13 -0500
  • f7c5ff28f0 HHH-18792 Add JSON aggregate support for H2 Christian Beikov 2024-10-31 18:05:45 +0100
  • 4f31630ced improve some JDBC related Javadocs nathan.xu 2024-11-03 09:55:30 -0500
  • 7fec477bc2 HHH-18809 update Javadoc with this usage Gavin King 2024-11-04 22:10:21 +0100
  • e4b52c2cf1 HHH-18809 auto-disable use of getGeneratedKeys() when there is a @Formula Gavin King 2024-11-04 22:01:35 +0100
  • fc1d0f5456 minor changes Gavin King 2024-11-04 20:49:16 +0100
  • e60d674bfe HHH-18809 support @Formula @Generated Gavin King 2024-11-04 20:48:58 +0100
  • a07ba508dd HHH-18809 update Javadoc with this usage Gavin King 2024-11-04 22:10:21 +0100
  • 9b10a49a9a HHH-18809 auto-disable use of getGeneratedKeys() when there is a @Formula Gavin King 2024-11-04 22:01:35 +0100
  • 18ccd6ed80 HHH-18783 some cleanups, and leave a big TODO Gavin King 2024-11-04 20:09:47 +0100
  • 050da72ae9 HHH-18783 test for trailing space handling in cast() Gavin King 2024-11-04 17:41:12 +0100
  • 4fbade6076 HHH-18783 Removed @SkipForDialect from test case Method getSqlType for java.lang.Character without length should return "char(1)", not "char" Čedomir Igaly 2024-11-03 16:06:02 +0100
  • b732a409e5 minor changes Gavin King 2024-11-04 20:49:16 +0100
  • 8a78cf6b30 HHH-18809 support @Formula @Generated Gavin King 2024-11-04 20:48:58 +0100
  • 58c42e627b HHH-18783 some cleanups, and leave a big TODO Gavin King 2024-11-04 20:09:47 +0100
  • fd6578a355 HHH-16572 Add InvalidPropertyNameTest Scott Marlow 2024-11-04 12:32:47 -0500
  • 472a0a1de3 HHH-16572 Add InvalidPropertyNameTest Scott Marlow 2024-11-04 12:32:47 -0500
  • c0a14334d1 some misc cleanups to mapping package Gavin King 2024-11-04 17:01:58 +0100
  • d56a523962 HHH-18783 test for trailing space handling in cast() Gavin King 2024-11-04 17:41:12 +0100
  • e5a38701e1 HHH-18532 Suggested fix to conversion of epoch time in milliseconds to java.sql.Time Čedomir Igaly 2024-09-19 11:10:11 +0200
  • bdb52c6d8a HHH-18532 Good/Bad/ugly Test case Čedomir Igaly 2024-09-02 16:22:35 +0200
  • d6959e0465 HHH-18532 Using 'module one day' logic to convert epoch time in milliseconds into java.sql.TiMe Čedomir Igaly 2024-08-28 16:24:27 +0200
  • 860a898ecf HHH-18532 - Update hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/java/DateSubclassesUnwrapTest.java Čedomir Igaly 2024-08-28 14:44:56 +0200
  • 2a23311cdf HHH-18532 Fixed two things: - reordered matching in unwrap methods to push java.util.Date after java.sql.{Date,Time,Timestamp} - use new java.sql.{Date,Time}(instant.toEpochMilli()) instead of java.sql.{Date,Time}.from(instant); later method is not subclasses so it is always returning instance of java.util.Date Čedomir Igaly 2024-08-28 12:55:48 +0200
  • a4a918fb46 HHH-18532 Test cases checking that value is unwrapped to requested type Čedomir Igaly 2024-08-11 14:12:57 +0200
  • c6502240b7 HHH-18693 Adapted org.hibernate.processor.test.util.TestUtil#getMetaModelClassName(java.lang.String) to handle metamodel classes generated from inner class Čedomir Igaly 2024-10-25 13:28:41 +0200
  • 5140caaaa2 HHH-18693 Add underscore as prefix to single upper case letter in org.hibernate.processor.util.StringUtil#getUpperUnderscoreCaseFromLowerCamelCase Čedomir Igaly 2024-10-24 09:38:53 +0200
  • 8d56868c38 HHH-18693 Exclude private classes from metamodel class generation Čedomir Igaly 2024-10-24 08:26:58 +0200
  • 44527ad8f1 HHH-18693 Fixed name generation for metamodel classes and sources Čedomir Igaly 2024-10-16 13:21:29 +0200
  • ed757248cf HHH-18693 Fixed code to allow creation of metadata for inner static non-private classes Čedomir Igaly 2024-10-16 13:19:46 +0200
  • 806b95f6e5 HHH-18693 Test case Čedomir Igaly 2024-10-16 13:11:09 +0200
  • 5d7315689d
    HHH-18564 Handle attribute converters for query literals Marco Belladelli 2024-09-09 11:01:14 +0200
  • d1e1740d1b HHH-18783 Removed @SkipForDialect from test case Method getSqlType for java.lang.Character without length should return "char(1)", not "char" Čedomir Igaly 2024-11-03 16:06:02 +0100
  • 8980ac4696 some misc cleanups to mapping package Gavin King 2024-11-04 17:01:58 +0100
  • b90730785f HHH-16572 LazyLoadingByEnhancerSetterTest is expected to pass now Scott Marlow 2024-11-03 18:34:29 -0500
  • ec3f430aea HHH-16572 Incorrect enhancement for PROPERTY attributes with mismatched field and method names Scott Marlow 2024-11-03 18:31:45 -0500
  • f09fecd7f5 HHH-16572 Incorrect enhancement for PROPERTY attributes with mismatched field and method names Scott Marlow 2024-11-04 08:33:52 -0500
  • 4dcfdb57e5 add missing @Override annotations, light refactoring Gavin King 2024-11-04 15:35:42 +0100
  • f9e544e394 improve javadoc Gavin King 2024-11-04 12:57:03 +0100
  • 35b97a040e package reorg for some Blob/Clob-related types Gavin King 2024-11-04 12:00:20 +0100
  • d4b2d0fb9f fix a bug in ClobProxy Gavin King 2024-11-04 11:16:14 +0100
  • 2d9f58ae4b HHH-18806 attempt to make handling of Clob/NClob more robust Gavin King 2024-11-01 22:26:30 +0100
  • 1ef22c01f3 HHH-18806 fix nationalized strings on Sybase jTDS Gavin King 2024-11-01 20:26:35 +0100
  • 08aa9a21c0 add missing @Override annotations, light refactoring Gavin King 2024-11-04 15:35:42 +0100
  • c62689a8da
    Merge 2e6f5455e5 into 1c87d73d2e vladimirmartinek 2024-11-04 15:32:05 +0100
  • 42c9d190eb
    Merge f67d0b46ed into 1c87d73d2e Gavin King 2024-11-04 15:32:05 +0100
  • 0e4ff2334a
    Merge 4624cd6058 into 1c87d73d2e ettavolt 2024-11-04 15:32:05 +0100
  • 8de7b9dc96 improve javadoc Gavin King 2024-11-04 12:57:03 +0100
  • e3abc24490 package reorg for some Blob/Clob-related types Gavin King 2024-11-04 12:00:20 +0100
  • bf20b73636 HHH-16572 LazyLoadingByEnhancerSetterTest is expected to pass now Scott Marlow 2024-11-04 08:31:01 -0500
  • c2db56c80b
    Merge 15a630c3f6 into 1c87d73d2e Jan Schatteman 2024-11-04 14:16:14 +0100
  • 14d4232755 HHH-18369 Support Informix matches() function Vladimír Kuruc 2024-07-10 11:56:16 +0200
  • 772d576491 HHH-18367 Fix for Informix sum on case expression error Vladimír Kuruc 2024-07-10 09:05:15 +0200
  • e8cf42134b fix a bug in ClobProxy Gavin King 2024-11-04 11:16:14 +0100