This is an automated email from the ASF dual-hosted git repository.
shuber pushed a change to branch UNOMI-250-refactor-services-impl
in repository https://gitbox.apache.org/repos/asf/unomi.git.
was 950c3d9 UNOMI-250 Refactoring services into seperate Java packages
Right now we have a bit of a mess in our services implementation sub-project.
All the service implementations are in the package:
org.apache.unomi.services.services I propose that we rename this package to:
org.apache.unomi.services.impl and that each service gets its own sub-package,
for example the RulesServiceImpl would be in:
org.apache.unomi.services.impl.rules This would make it much easier to
activate/deac [...]
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.