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.
at 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 [...]
This branch includes the following new commits:
new 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 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.