Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
* upstream/master: (71 commits) Upgrade plugin to Grails 6.2 Add insecure protocol publish using gradle properties. Upgrade plugin to Grails 5.3.6 Update README.md and add github package publish. Remove depreciated GrailsDomainClass and use PersistentEntity Upgrade hibernate-filter plugin to grails 4.1.4 Groovify isRoot method Use the deprecated way of checking if a class is a root domain class or not for now, to make the plugin compatible with grails 3.3.9 applications and multiple data sources configured. Error was obtained at startup: org.grails.datastore.mapping.model.MappingContext.getPersistentEntity(java.lang.String)] cannot be accessed before GORM has initialized, which was triggered by domainCLass.isRoot() Update version in README Commit version update Remove extra line Add sample for non persistent domain class Fix missing import #8 - Fix for mappedWith none being included #6 Update README version to 0.5.3 and add bintray gradle plugin #6 Update version to 0.5.3 #6 Only enable filters when session exists Fixing tests and jointable functionality Fixing issue with NPE Add Join Table Support ... # Conflicts: # .gitignore # .travis.yml # HibernateFilterGrailsPlugin.groovy # README.md # application.properties # grails-app/conf/BuildConfig.groovy # grails-app/conf/DataSource.groovy # grails-app/conf/org/grails/plugin/hibernate/filter/HibernateFilterFilters.groovy # grails-app/domain/test/domain/Bar.groovy # hibernate-filter-example/grails-app/assets/images/skin/database_add.png # hibernate-filter-example/grails-app/assets/images/skin/database_delete.png # hibernate-filter-example/grails-app/assets/images/skin/database_edit.png # hibernate-filter-example/grails-app/assets/images/skin/database_save.png # hibernate-filter-example/grails-app/assets/images/skin/database_table.png # hibernate-filter-example/grails-app/assets/images/skin/exclamation.png # hibernate-filter-example/grails-app/assets/images/skin/house.png # hibernate-filter-example/grails-app/assets/images/skin/information.png # hibernate-filter-example/grails-app/assets/images/skin/shadow.jpg # hibernate-filter-example/grails-app/assets/images/skin/sorted_asc.gif # hibernate-filter-example/grails-app/assets/images/skin/sorted_desc.gif # hibernate-filter-example/grails-app/assets/images/spinner.gif # hibernate-filter-example/grails-app/conf/spring/resources.groovy # hibernate-filter-example/grails-app/i18n/messages.properties # hibernate-filter-example/grails-app/i18n/messages_de.properties # hibernate-filter-example/grails-app/i18n/messages_es.properties # hibernate-filter-example/grails-app/i18n/messages_fr.properties # hibernate-filter-example/grails-app/i18n/messages_it.properties # hibernate-filter-example/grails-app/i18n/messages_nl.properties # hibernate-filter-example/grails-app/i18n/messages_pt_BR.properties # hibernate-filter-example/grails-app/i18n/messages_pt_PT.properties # hibernate-filter-example/grails-app/i18n/messages_ru.properties # hibernate-filter-example/grails-app/i18n/messages_th.properties # hibernate-filter-example/grails-app/i18n/messages_zh_CN.properties # src/groovy/org/grails/plugin/hibernate/filter/HibernateFilterBuilder.groovy # src/groovy/org/grails/plugin/hibernate/filter/HibernateFilterDomainConfiguration.groovy
- Loading branch information