Vlad Mihalcea
Vlad Mihalcea
Thanks for the workaround.
Check out [this test case](https://github.com/vladmihalcea/hibernate-types/blob/master/hibernate-types-55/src/test/java/com/vladmihalcea/hibernate/type/array/MultiDimensionalStringArrayTypeTest.java) that shows what's supported since it rund just fine. You can compare it to your use case and see why mine works and yours doesn't.
Then, it could be an issue. Unfortunately, I don't have time at the moment to investigate it in my spare time, but thanks to OSS, this could be fixed by...
The library should not need any istack-common library or NetBeans repository. Try running Maven from the command line instead. Most likely, it's a Maven issue.
Looks very good. You should definitely consider porting it.
Thanks, I'll review it when I have some time. Unfortunately, I don't have too much time at the moment.
The docker-compose option is also a good option.
Support for Testcontainers was added by [this commit](https://github.com/vladmihalcea/hibernate-types/commit/a571dbe03c04991361ace4eaeaeeee2352e81921). Thanks for your PR.
I don't know when or whether I'll have time to implement it. It's not very complicated, it's just that I have other priorities this year. If you need this feature,...
@cec If it's important to your company, I could implement it via [consulting](https://vladmihalcea.com/consulting/). It will take around 4h of consulting to develop it and release a new version.