Skip to content

Commit

Permalink
#67 - Coordinate JPA 3.2 work in ORM
Browse files Browse the repository at this point in the history
- add dependency on `hibernate-core:7.0.0-SNAPSHOT`
- add dependency on newly externalized `hibernate-models` library
- remove local modules other than `hibernate-modules-orm`
  • Loading branch information
sebersole committed Nov 10, 2023
1 parent 0287ffa commit 5d9e336
Show file tree
Hide file tree
Showing 232 changed files with 302 additions and 8,256 deletions.
1 change: 0 additions & 1 deletion hibernate-models-common/hibernate-models-common.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 1 addition & 3 deletions hibernate-models-orm/hibernate-models-orm.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ dependencies {
api platform( libs.hibernatePlatform )
api libs.hibernateCore

implementation project( ":hibernate-models-common" )
implementation project( ":hibernate-models-source" )
implementation libs.hibernateModels
implementation libs.jandex
implementation libs.byteBuddy
implementation libs.classmate
Expand All @@ -23,7 +22,6 @@ dependencies {
annotationProcessor libs.loggingAnnotations

testImplementation platform( libs.hibernatePlatform )
testImplementation project( ":hibernate-models-testing" )
testImplementation libs.hibernateTesting

// for compile access to ReflectionManager for testing impl of BootstrapContext
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
* Copyright: Red Hat Inc. and Hibernate Authors
*/
package org.hibernate.models.internal;
package org.hibernate.internal.util;

/**
* A consumer, like {@link java.util.function.Consumer}, accepting a key and a value (Map entry e.g.)
Expand Down
Loading

0 comments on commit 5d9e336

Please sign in to comment.