Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package refactoring #64

Merged
merged 2 commits into from
Nov 3, 2015
Merged

Package refactoring #64

merged 2 commits into from
Nov 3, 2015

Conversation

pith
Copy link
Member

@pith pith commented Nov 3, 2015

Apply the new package conventions.

  • Remove the api package
  • Reduce the number of packages
  • Enforce the package unicity across modules

@pith pith self-assigned this Nov 3, 2015
@pith pith added this to the 2.1.0 milestone Nov 3, 2015
- org.seedstack.business.api.domain -> org.seedstack.business
- org.seedstack.business.api.interfaces.assembler -> org.seedstack.business.assembler
- org.seedstack.business.api.interfaces.finder -> org.seedstack.business.finder
- org.seedstack.business.api.interfaces.view -> org.seedstack.business.view
- org.seedstack.business.api -> org.seedstack.business
- org.seedstack.business.api.interfaces.assembler.ModelMapperAssembler -> org.seedstack.business.assembler.modelmapper.ModelMapperAssembler
- org.seedstack.business.api.interfaces.assembler.ModelMapperTupleAssembler -> org.seedstack.business.assembler.modelmapper.ModelMapperTupleAssembler
- org.seedstack.business.test.event
- org.seedstack.business.test

Then,

Refactor tests
Flatten internal package
pith added a commit that referenced this pull request Nov 3, 2015
@pith pith merged commit 89487e3 into seedstack:master Nov 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants