Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBX-2835: Move classes from package 'org.hibernate.tool.orm.jbt.util' to package 'org.hibernate.tool.orm.jbt.internal.util' #4851

Closed
wants to merge 13 commits into from

Commits on Jun 28, 2024

  1. HBX-2835: Move classes from package 'org.hibernate.tool.orm.jbt.util'…

    … to package 'org.hibernate.tool.orm.jbt.internal.util'
    
      - Move class 'org.hibernate.tool.orm.jbt.util.ConfigurationMetadataDescriptor'
    
    Signed-off-by: Koen Aers <[email protected]>
    koentsje committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e436cec View commit details
    Browse the repository at this point in the history
  2. HBX-2835: Move classes from package 'org.hibernate.tool.orm.jbt.util'…

    … to package 'org.hibernate.tool.orm.jbt.internal.util'
    
      - Move class 'org.hibernate.tool.orm.jbt.util.DummyMetadataBuildingContext'
      - Move test class 'org.hibernate.tool.orm.jbt.util.DummyMetadataBuildingContextTest'
    
    Signed-off-by: Koen Aers <[email protected]>
    koentsje committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    984f0e5 View commit details
    Browse the repository at this point in the history
  3. HBX-2835: Move classes from package 'org.hibernate.tool.orm.jbt.util'…

    … to package 'org.hibernate.tool.orm.jbt.internal.util'
    
      - Move class 'org.hibernate.tool.orm.jbt.util.DummyMetadataDescriptor'
      - Move test class 'org.hibernate.tool.orm.jbt.util.DummyMetadataDescriptorTest'
    
    Signed-off-by: Koen Aers <[email protected]>
    koentsje committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f23f8bf View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. HBX-2835: Move classes from package 'org.hibernate.tool.orm.jbt.util'…

    … to package 'org.hibernate.tool.orm.jbt.internal.util'
    
      - Move class 'org.hibernate.tool.orm.jbt.util.HibernateToolsPersistenceProvider'
      - Move test class 'org.hibernate.tool.orm.jbt.util.HibernateToolsPersistenceProviderTest'
    
    Signed-off-by: Koen Aers <[email protected]>
    koentsje committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b2e8606 View commit details
    Browse the repository at this point in the history
  2. HBX-2835: Move classes from package 'org.hibernate.tool.orm.jbt.util'…

    … to package 'org.hibernate.tool.orm.jbt.internal.util'
    
      - Move class 'org.hibernate.tool.orm.jbt.util.JpaConfiguration'
      - Move test class 'org.hibernate.tool.orm.jbt.util.JpaConfigurationTest'
    
    Signed-off-by: Koen Aers <[email protected]>
    koentsje committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    dbd2424 View commit details
    Browse the repository at this point in the history
  3. HBX-2835: Move classes from package 'org.hibernate.tool.orm.jbt.util'…

    … to package 'org.hibernate.tool.orm.jbt.internal.util'
    
      - Move class 'org.hibernate.tool.orm.jbt.util.JpaMappingFileHelper'
      - Move test class 'org.hibernate.tool.orm.jbt.util.JpaMappingFileHelperTest'
    
    Signed-off-by: Koen Aers <[email protected]>
    koentsje committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d54fd88 View commit details
    Browse the repository at this point in the history
  4. HBX-2835: Move classes from package 'org.hibernate.tool.orm.jbt.util'…

    … to package 'org.hibernate.tool.orm.jbt.internal.util'
    
      - Move class 'org.hibernate.tool.orm.jbt.util.MetadataHelper'
      - Move test class 'org.hibernate.tool.orm.jbt.util.MetadataHelperTest'
    
    Signed-off-by: Koen Aers <[email protected]>
    koentsje committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4ea5d4a View commit details
    Browse the repository at this point in the history
  5. HBX-2835: Move classes from package 'org.hibernate.tool.orm.jbt.util'…

    … to package 'org.hibernate.tool.orm.jbt.internal.util'
    
      - Move class 'org.hibernate.tool.orm.jbt.util.MockConnectionProvider'
      - Move test class 'org.hibernate.tool.orm.jbt.util.MockConnectionProviderTest'
    
    Signed-off-by: Koen Aers <[email protected]>
    koentsje committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c8d7dc2 View commit details
    Browse the repository at this point in the history
  6. HBX-2835: Move classes from package 'org.hibernate.tool.orm.jbt.util'…

    … to package 'org.hibernate.tool.orm.jbt.internal.util'
    
      - Move class 'org.hibernate.tool.orm.jbt.util.MockDialect'
      - Move test class 'org.hibernate.tool.orm.jbt.util.MockDialectTest'
    
    Signed-off-by: Koen Aers <[email protected]>
    koentsje committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4ed9a67 View commit details
    Browse the repository at this point in the history
  7. HBX-2835: Move classes from package 'org.hibernate.tool.orm.jbt.util'…

    … to package 'org.hibernate.tool.orm.jbt.internal.util'
    
      - Move class 'org.hibernate.tool.orm.jbt.util.NativeConfiguration'
      - Move test class 'org.hibernate.tool.orm.jbt.util.NativeConfigurationTest'
    
    Signed-off-by: Koen Aers <[email protected]>
    koentsje committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    bec7523 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. HBX-2835: Move classes from package 'org.hibernate.tool.orm.jbt.util'…

    … to package 'org.hibernate.tool.orm.jbt.internal.util'
    
      - Move class 'org.hibernate.tool.orm.jbt.util.ReflectUtil'
    
    Signed-off-by: Koen Aers <[email protected]>
    koentsje committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    004e6f8 View commit details
    Browse the repository at this point in the history
  2. HBX-2835: Move classes from package 'org.hibernate.tool.orm.jbt.util'…

    … to package 'org.hibernate.tool.orm.jbt.internal.util'
    
      - Move class 'org.hibernate.tool.orm.jbt.util.RevengConfiguration'
      - Move test class 'org.hibernate.tool.orm.jbt.util.RevengConfigurationTest'
    
    Signed-off-by: Koen Aers <[email protected]>
    koentsje committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1a901b4 View commit details
    Browse the repository at this point in the history
  3. HBX-2835: Move classes from package 'org.hibernate.tool.orm.jbt.util'…

    … to package 'org.hibernate.tool.orm.jbt.internal.util'
    
      - Move class 'org.hibernate.tool.orm.jbt.util.SpecialRootClass'
      - Move test class 'org.hibernate.tool.orm.jbt.util.SpecialRootClassTest'
    
    Signed-off-by: Koen Aers <[email protected]>
    koentsje committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    71ec579 View commit details
    Browse the repository at this point in the history