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

Split HTTP module into core and implementation #1001

Closed
acoburn opened this issue Aug 4, 2020 · 0 comments · Fixed by #1012
Closed

Split HTTP module into core and implementation #1001

acoburn opened this issue Aug 4, 2020 · 0 comments · Fixed by #1012
Labels
area/http HTTP module
Milestone

Comments

@acoburn
Copy link
Member

acoburn commented Aug 4, 2020

There are instances where modules depend on org.trellisldp.http.core types but don't need the JAX-RS matchers themselves. It would be cleaner to split off everything in the org.trellisldp.http.core package into its own module: trellis-http-core. The @Trellis (or @LdpResource) NameBinding annotation should go there, too. (ref: #1000)

@acoburn acoburn added the area/http HTTP module label Aug 4, 2020
@acoburn acoburn added this to the 0.15 Release milestone Aug 4, 2020
acoburn added a commit that referenced this issue Aug 12, 2020
acoburn added a commit that referenced this issue Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/http HTTP module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant