Commit Graph

  • 4870c99ad3
    Merge 93dc0aecf3 into 4fbc8f96ef Khurelkhuyag 2024-09-18 10:30:04 +0000
  • 5cc6859e97
    Merge a7aafff515 into 4fbc8f96ef Byounghee kim 2024-09-18 10:29:57 +0000
  • 98b21d06ee
    Merge e69bdaf971 into 4fbc8f96ef Gavin King 2024-09-18 10:29:53 +0000
  • 100e456b3f
    Merge d778d728ae into 4fbc8f96ef Steve Ebersole 2024-09-18 10:28:39 +0000
  • 9b558ded51
    Merge d14dcdfc35 into 4fbc8f96ef FULaBUla 2024-09-18 10:28:35 +0000
  • d812c9125f
    Merge 954742b383 into 4fbc8f96ef Gavin King 2024-09-18 10:28:33 +0000
  • 9ea14e66a9
    Merge f6189056eb into 4fbc8f96ef Jan Schatteman 2024-09-18 10:28:29 +0000
  • d490ec15c4
    Merge c6222fef00 into fbdec58da2 Akshit97 2024-09-18 10:28:22 +0000
  • f259e43bff
    Merge 934057e57e into 4fbc8f96ef Jan Schatteman 2024-09-18 10:28:18 +0000
  • f240450e68
    Merge b42c7dbd25 into 4fbc8f96ef Yanming Zhou 2024-09-18 10:28:16 +0000
  • 3321e6a17f
    Merge eb9125acbe into 4fbc8f96ef Christian Beikov 2024-09-18 10:28:07 +0000
  • 2810d6f5c6
    Merge f2a0b2d257 into 4fbc8f96ef Emily O 2024-09-18 10:26:55 +0000
  • 30d26e5be9
    Merge 72be7b9ac4 into 4fbc8f96ef Jan Schatteman 2024-09-18 10:26:45 +0000
  • abea3ee561
    Merge 6969e64777 into 4fbc8f96ef Gavin King 2024-09-18 10:26:42 +0000
  • 14c30c5589
    Merge e7857c2485 into 4fbc8f96ef Manuel Siggen 2024-09-18 10:26:39 +0000
  • 858d2cd07f
    Merge af9ac115ee into 4fbc8f96ef Nathan Xu 2024-09-18 10:26:33 +0000
  • 784e612030
    Merge b5f3d2cb13 into 4fbc8f96ef Christian Bürgi 2024-09-18 10:26:32 +0000
  • 84663f2214
    Merge 8ae4f1b0d1 into 4fbc8f96ef Steve Ebersole 2024-09-18 10:26:27 +0000
  • 29e961aae5
    Merge adbafbf127 into 4fbc8f96ef Emily O 2024-09-18 10:25:22 +0000
  • c8a981bbb7
    Merge 681dc7c9bb into 4fbc8f96ef ettavolt 2024-09-18 10:25:20 +0000
  • 7243c8d64a
    Merge 4624cd6058 into 4fbc8f96ef ettavolt 2024-09-18 10:25:18 +0000
  • 1538d9c0c7
    Merge 91627440a3 into 4fbc8f96ef Philippe Marschall 2024-09-18 10:25:03 +0000
  • b8562f295a
    Merge c4a60fbe4c into 4fbc8f96ef Nathan Xu 2024-09-18 10:24:59 +0000
  • 537f72e091
    Merge 036822ce1b into 4fbc8f96ef Nathan Xu 2024-09-18 10:24:53 +0000
  • 4fbc8f96ef Create `git blame` ignore file and mention it in CONTRIBUTING.md Marco Belladelli 2024-09-17 13:48:26 +0200
  • 384bdbc19c Exclude generated sources from spotless Marco Belladelli 2024-09-17 13:47:59 +0200
  • 58e55ec2dd
    HHH-18337 Avoid calling `Configurable#create` for `null` creation context Marco Belladelli 2024-09-18 11:40:03 +0200
  • 7a0bbd63cb Remove JDK 22 testing Christian Beikov 2024-09-18 09:32:02 +0200
  • 6a3fee83fa Remove JDK 22 testing Christian Beikov 2024-09-18 09:30:51 +0200
  • 7d5aa0ab21 HHH-18610 Add test for issue Yanming Zhou 2024-09-18 15:07:04 +0800
  • 42790fb8fd HHH-18515 Unrecognized discriminator value exception when running native query on entity with discriminator column Andrea Boriero 2024-09-17 15:32:09 +0200
  • 95b890defa HHH-18515 Add test for issue Andrea Boriero 2024-09-17 14:50:41 +0200
  • 77804230c8 HHH-18471 Since 6.2.2 Dialect SybaseAnywhereDialect does not render table names in the selection query Andrea Boriero 2024-09-17 18:32:48 +0200
  • 06abea5486 HHH-18471 Since 6.2.2 Dialect SybaseAnywhereDialect does not render table names in the selection query Andrea Boriero 2024-09-17 18:32:48 +0200
  • 34ca6d47ba HHH-18629 Fix inconsistent column alias generated while result class is used for placeholder Yanming Zhou 2024-09-18 11:58:44 +0800
  • 6edd770015 Polishing JakartaPublishingPlugin Yanming Zhou 2024-09-18 10:34:38 +0800
  • 0684c6e300 HHH-18629 add test for issue Yanming Zhou 2024-09-18 09:50:29 +0800
  • 779a53b4a5 HHH-18610 add test for issue Yanming Zhou 2024-09-18 09:50:29 +0800
  • fc2b1b9854 HHH-18626 fix error for @Id annotation in @Embeddable class Gavin King 2024-09-17 18:28:26 +0200
  • a2e6bebdfa HHH-18626 fix error for @Id annotation in @Embeddable class Gavin King 2024-09-17 18:28:26 +0200
  • e9bf523ce1 clean up some obsolete code in AbstractEntityPersister Gavin King 2024-09-17 10:37:21 +0200
  • cf25307dc1 HHH-18522 Drop hard requirements on Jandex Andrea Boriero 2024-09-13 16:21:58 +0200
  • 94f809c32f HHH-18515 Unrecognized discriminator value exception when running native query on entity with discriminator column Andrea Boriero 2024-09-17 15:32:09 +0200
  • dbfc7e04b5 HHH-18515 Add test for issue Andrea Boriero 2024-09-17 14:50:41 +0200
  • 631ae2e853 Post-steps for release : `6.6.1.Final` Hibernate-CI 2024-09-17 13:08:44 +0000
  • 2c6b91d84f Pre-steps for release : `6.6.1.Final` 6.6.1 Hibernate-CI 2024-09-17 13:01:11 +0000
  • 0846543290
    Create `git blame` ignore file and mention it in CONTRIBUTING.md Marco Belladelli 2024-09-17 13:48:26 +0200
  • d7d412b799
    Exclude generated sources from spotless Marco Belladelli 2024-09-17 13:47:59 +0200
  • d893d1d511 clean up some obsolete code in AbstractEntityPersister Gavin King 2024-09-17 10:37:21 +0200
  • d81b2842b7 really disable checkstyle Gavin King 2024-09-17 08:47:10 +0200
  • 14ada8fecf really disable checkstyle Gavin King 2024-09-17 08:47:10 +0200
  • 79c8b41298 remove two useless @FailureExpected tests Gavin King 2024-09-16 21:43:40 +0200
  • 49a3ecd2c0 moar header updates Gavin King 2024-09-16 21:41:32 +0200
  • 8205506104 deal with some warnings Gavin King 2024-09-16 10:35:39 +0200
  • 9f59f93b6e mark an override @Deprecated Gavin King 2024-09-16 10:35:24 +0200
  • cb8b03d392 report a limitation sooner Gavin King 2024-09-15 11:57:07 +0200
  • af9ac115ee HHH-16283 revert back LimitHandler related code changes nathan.xu 2024-09-16 17:23:03 -0400
  • 7fc85c604f HHH-16283 - Integrate ParameterMarkerStrategy into NativeQuery nathan.xu 2024-08-19 18:53:27 -0400
  • 2c607e4bd6 HHH-18322 Fixed compilation error in test case Čedomir Igaly 2024-08-30 10:52:54 +0200
  • 289ab0e6ca HHH-18322 Immediately throw InstantiationException when resolving constructor for single null argument Čedomir Igaly 2024-07-03 12:41:37 +0200
  • 8bec334ab2 HHH-18322 Fix : when exact constructor is not found, try finding matching one Čedomir Igaly 2024-06-24 11:03:23 +0200
  • ab09c672a3 HHH-18322 Test cases showing the problem Cedomir Igaly 2024-03-22 17:39:38 +0100
  • 3e215b5cee HHH-18337 - SequenceStyleGenerator not respecting physical naming strategy Steve Ebersole 2024-09-16 16:08:13 -0500
  • be9c8396ec remove two useless @FailureExpected tests Gavin King 2024-09-16 21:43:40 +0200
  • f911339f54 moar header updates Gavin King 2024-09-16 21:41:32 +0200
  • 24434a4df0 deal with some warnings Gavin King 2024-09-16 10:35:39 +0200
  • 428512d77d mark an override @Deprecated Gavin King 2024-09-16 10:35:24 +0200
  • efd45288d9 HHH-18337 - SequenceStyleGenerator not respecting physical naming strategy Steve Ebersole 2024-09-16 15:17:15 -0500
  • 744732b726 HHH-18174 Fix junction entity name uses algorithm for subqueries Marco Belladelli 2024-06-05 13:51:51 +0200
  • 0e9577a4d6 HHH-18174 Add test for issue Marco Belladelli 2024-06-05 13:01:44 +0200
  • 95ef45bef8 HHH-18174 Fix junction entity name uses algorithm for subqueries Marco Belladelli 2024-06-05 13:51:51 +0200
  • a33ae2d580 HHH-18174 Add test for issue Marco Belladelli 2024-06-05 13:01:44 +0200
  • 5626c1a910 report a limitation sooner Gavin King 2024-09-15 11:57:07 +0200
  • bcde12c8e5 update checkstyle rule Gavin King 2024-09-16 17:49:09 +0200
  • f0f96916ad abbreviated source header Gavin King 2024-09-16 17:20:23 +0200
  • 23084dd16c indentWithTabs Gavin King 2024-09-16 10:54:50 +0200
  • bbc325c26f spaces to tabs! Gavin King 2024-09-16 10:54:40 +0200
  • 27db2668b4 disable checkstyle because we have spotless now Gavin King 2024-09-14 19:10:52 +0200
  • a43bcd80a8 enable spotless Gavin King 2024-09-14 19:10:26 +0200
  • de921ad473 cleanups by spotless Gavin King 2024-09-14 18:54:44 +0200
  • 9c5cf75111 HHH-18447 Try using native cast for string to boolean Christian Beikov 2024-08-12 17:21:32 +0200
  • 723e18d30a HHH-18337 - SequenceStyleGenerator not respecting physical naming strategy Steve Ebersole 2024-09-16 13:57:53 -0500
  • 5fa8b81a2e
    Documentation fix for Maven BOM import instructions Jacques-Etienne Beaudet 2024-09-16 14:03:29 -0400
  • 937eaf5aea
    Merge 214581f370 into 2f2dbbe2e6 Jan Schatteman 2024-09-16 14:01:15 -0400
  • 73aa329251
    Merge b80d21b233 into 2f2dbbe2e6 Yanming Zhou 2024-09-16 14:01:14 -0400
  • c2af33475d
    Merge d9e8a693e1 into 2f2dbbe2e6 Andrea Boriero 2024-09-16 14:01:14 -0400
  • 66ce00f532 update checkstyle rule Gavin King 2024-09-16 17:49:09 +0200
  • a6d1c675be abbreviated source header Gavin King 2024-09-16 17:20:23 +0200
  • 077527c1f8 indentWithTabs Gavin King 2024-09-16 10:54:50 +0200
  • 4d63ffd98c spaces to tabs! Gavin King 2024-09-16 10:54:40 +0200
  • de3b8edae0 disable checkstyle because we have spotless now Gavin King 2024-09-14 19:10:52 +0200
  • 83ac16053a enable spotless Gavin King 2024-09-14 19:10:26 +0200
  • 59731c089e cleanups by spotless Gavin King 2024-09-14 18:54:44 +0200
  • 88bcc7140d HHH-18337 Account for physical naming strategy when querying db sequence Marco Belladelli 2024-08-01 10:53:55 +0200
  • 7c66788c93 HHH-18337 Add test for issue Marco Belladelli 2024-08-01 10:53:29 +0200
  • b09b27c7d6 HHH-18625 - Add Configurable#create(GeneratorCreationContext) Gavin King 2024-09-11 19:42:14 +0200
  • a1d0b82c8a HHH-18489 Lazy, unowned one-to-one associations get loaded eagerly in queries - even with bytecode enhancement Andrea Boriero 2024-08-22 14:04:17 +0200
  • 51fd19f055 HHH-18489 Test initialization of unowned, lazy one-to-one associations Andrea Boriero 2024-08-22 14:02:16 +0200
  • c900702e3d HHH-18489 Test initialization of unowned, lazy one-to-one associations (and more) in queries Yoann Rodière 2024-08-14 17:07:44 +0200
  • 2f2dbbe2e6 HHH-18489 Lazy, unowned one-to-one associations get loaded eagerly in queries - even with bytecode enhancement Andrea Boriero 2024-08-22 14:04:17 +0200