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

Add AbstractArrayUserType #393

Closed
sleberknight opened this issue Nov 3, 2020 · 0 comments · Fixed by #401
Closed

Add AbstractArrayUserType #393

sleberknight opened this issue Nov 3, 2020 · 0 comments · Fixed by #401
Assignees
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Milestone

Comments

@sleberknight
Copy link
Member

sleberknight commented Nov 3, 2020

Base class for several other Hibernate UserType classes for array types

@sleberknight sleberknight added the new feature A new feature such as a new class, method, package, group of classes, etc. label Nov 3, 2020
@sleberknight sleberknight added this to the 0.14.0 milestone Nov 3, 2020
This was referenced Nov 3, 2020
sleberknight added a commit that referenced this issue Nov 4, 2020
* Add Hibernate to the pom as provided scope
* Add test dependencies embedded-postgres and liquibase-core
* Update postgresql version to 42.2.18
* Add AbstractArrayUserType base class
* Add BigintArrayUserType
* Add TextArrayUserType
* Add unit test for the array user types which tests methods that are
  not called when the integration test runs: ArrayUserTypesUnitTest
* Add integration test for the array user types:
  ArrayUserTypesIntegrationTest
* Add SampleEntity, a Hibernate entity class for the integration test
* Add array-usertype-migration.xml, a Liquibase migration for the
  user types integration test

Fixes #393
Fixes #394
Fixes #395
chrisrohr added a commit that referenced this issue Nov 4, 2020
* Add Hibernate array UserTypes

* Add Hibernate to the pom as provided scope
* Add test dependencies embedded-postgres and liquibase-core
* Update postgresql version to 42.2.18
* Add AbstractArrayUserType base class
* Add BigintArrayUserType
* Add TextArrayUserType
* Add unit test for the array user types which tests methods that are
  not called when the integration test runs: ArrayUserTypesUnitTest
* Add integration test for the array user types:
  ArrayUserTypesIntegrationTest
* Add SampleEntity, a Hibernate entity class for the integration test
* Add array-usertype-migration.xml, a Liquibase migration for the
  user types integration test

Fixes #393
Fixes #394
Fixes #395

Co-authored-by: Chris Rohr <51920+chrisrohr@users.noreply.github.com>
@sleberknight sleberknight self-assigned this Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant