Move Query Language (RSQL) in separate package and add Entity Matcher (#2531)
* Move Query Language (RSQL) in separate package - hawkbit-repository-ql * Add Entity Matcher which match an entity object agains filter * Spec to string utils now in runtime (as a library) - could be used in tests or to dump something in runtimes * Move eclipselink/hibernate profiles in new QL module, this way provided / set to hawkbit-repository-jpa * Remove unused javax.el imports
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
<modules>
|
||||
<module>hawkbit-repository-api</module>
|
||||
<module>hawkbit-repository-core</module>
|
||||
<module>hawkbit-repository-ql</module>
|
||||
<module>hawkbit-repository-jpa-api</module>
|
||||
<module>hawkbit-repository-jpa-eclipselink</module>
|
||||
<module>hawkbit-repository-jpa-hibernate</module>
|
||||
|
||||
Reference in New Issue
Block a user