More changes for today...Use GA of org.kie.workbench.services:kie-wb-common-services-backend
If you encounter the following please change your dependencies as shown (you might need to change some imports too; depending on what you use):-
'dependencies.dependency.version' for org.kie.guvnor:guvnor-core-services-api:jar is missing.
Use GA of org.kie.workbench.services:kie-wb-common-services-api
'dependencies.dependency.version' for org.kie.guvnor:guvnor-core-services-backend:jar is missing.
'dependencies.dependency.version' for org.kie.guvnor:guvnor-commons-security:jar is missing.
Use GA of org.kie.workbench.services:kie-wb-common-security
'dependencies.dependency.version' for org.kie.guvnor:guvnor-commons-services-api:jar is missing.
This module has been merged into kie-wb-common-services-api (the same for the related backend). This dependency can be deleted.Don't forget your <compileSourceArtifacts> and gwt.xml files too....
With kind regards,
MikeOn 14 May 2013 14:55, Michael Anstis <michael.anstis@gmail.com> wrote:
MikeHi,Please note the following:-https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/commit/144cd276014d9fe63bccee4b1de3814943c3f7ea
Project Explorer
(Example changes: https://github.com/droolsjbpm/guvnor/commit/f1fc1a370f3b8eebeb5af84267f3b764de1340bf)
Search Screen
https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/commit/b43de7f31ec2e77ab8c29d61ebf93c0a374bb54c
(Example changes: https://github.com/droolsjbpm/guvnor/commit/97e1cf3a0ccffedb67accbb7c2886aa3870a2452)
Common UI componentshttps://github.com/droolsjbpm/droolsjbpm-build-bootstrap/commit/e1ce1d80c8b9911325bd0dee9647d13bdfedd21b
(Example changes: https://github.com/droolsjbpm/guvnor/commit/3af8b2bc46c44aa430d5af37f54d258fa825dc5a)
The Common UI components change is likely to hurt a little as you possibly use some of these classes. The GAV and package names have changed but class names remain the same.These could break your webapps, depending on what components you use.
I've update kie-wb and kie-drools-wb.There are ~7 modules remaining...With kind regards,