[NAE-2009] Update actions for v7.0.0#272
Conversation
- removed unneccessary dto classes - added serialization - modified menu item
- added UriServiceConfiguration
- updated findCase queries
# Conflicts: # src/main/java/com/netgrif/application/engine/workflow/service/DataService.java # src/main/java/com/netgrif/application/engine/workflow/service/interfaces/IDataService.java # src/test/groovy/com/netgrif/application/engine/petrinet/domain/dataset/FileFieldTest.groovy
- Changed uri service for default
- serialisation
- updated template.drl
| @@ -392,35 +392,46 @@ | |||
| </dependency> | |||
|
|
|||
| <!-- Drools --> | |||
There was a problem hiding this comment.
Commented lines may be removed.
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-source-plugin</artifactId> | ||
| <version>3.3.1</version> | ||
| <!-- <executions>--> |
There was a problem hiding this comment.
There was a problem at build. Maven plugin failed, because it detected that this execution is duplicate, so I commented it out, but this must be fixed, or the sources will not be attached.
| @@ -0,0 +1,81 @@ | |||
| package com.netgrif.application.engine.integration.plugins.services | |||
There was a problem hiding this comment.
This file can be deleted.
| protected boolean ldapEnabled; | ||
|
|
||
| @Bean | ||
| @ConditionalOnMissingBean |
There was a problem hiding this comment.
For this solution may would be good to think about other solution - some kind of config, that tells, which bean to use, this could be defined with some key.
| @@ -1,72 +1,72 @@ | |||
| package com.netgrif.application.engine.configuration.drools; | |||
There was a problem hiding this comment.
This can be removed.
| @@ -1,143 +1,143 @@ | |||
| package com.netgrif.application.engine.configuration.drools; | |||
There was a problem hiding this comment.
This can be removed.
| @@ -1,51 +1,51 @@ | |||
| package com.netgrif.application.engine.configuration.drools; | |||
There was a problem hiding this comment.
This can be removed.
| @@ -1,8 +1,8 @@ | |||
| package com.netgrif.application.engine.configuration.drools.throwable; | |||
There was a problem hiding this comment.
All of these drools classes can be removed.
| @@ -0,0 +1,58 @@ | |||
| package com.netgrif.application.engine.integration.plugins.config; | |||
There was a problem hiding this comment.
This may be an old implementation of plugins. It is now solved through gRPC and with PF4J. These classes should be reviewed.
|
🎉 All dependencies have been resolved ! |
Description
Implements NAE-2009
Dependencies
No new dependencies were introduced.
Third party dependencies
No new dependencies were introduced.
Blocking Pull requests
Depends on #268
How Has Been This Tested?
This was tested manually, and with unit tests.
Test Configuration
Checklist: