Jason Harris
Jason Harris
Any plans to revisit using the hibernate native multi-tenancy?
Our use case for this functionality is that our application supports the concept of plugins which are represented by JAR files. The plugins that a particular instance of the application...
If I can include just a directory path in thin.properties that would work fine. Having to edit the thin.properties file to include each plugin JAR and plugin JAR dependencies is...
It could be related to this bug in JGIT: https://bugs.eclipse.org/bugs/show_bug.cgi?id=548682
Were you able to resolve this? I get a similar "IllegalArgumentException: Unable to locate Attribute with the the given name " when running the following query on UserRole ` UserRole...
I have the same usecase where I have a number of inhouse plugins that contribute domain objects. It is desirable for the migration code to be owned by the plugins...
Has there been any way to exclude h2 from the built war file? The 1.4.200 version of H2 now has security vulnerabilities hence having it the production war file is...
@yuri1969 I haven't yet. I am on Grails 5.2.4 and I had upgraded asset-pipeline to 4.0.0 but H2 was still appearing in the WAR. I will try upgrading Grails and...
@yuri1969 That solved it coming in through Grails itself, however some Grails plugins drag it in as well: ``` +--- org.grails.plugins:spring-security-ui:4.0.0-RC1 | +--- org.grails.plugins:spring-security-core:4.0.4 -> 5.1.1 | | +--- org.grails:grails-dependencies...
Thanks @yuri1969. I think "io.github.gpc:jms" may also have a similar problem. grails-dependencies is set as a runtime dependency.