trellis-ldp / trellis

Trellis is a platform for building scalable Linked Data applications
https://www.trellisldp.org
Apache License 2.0
105 stars 21 forks source link

Relocate ServiceBundler from api to http layer #442

Closed acoburn closed 5 years ago

acoburn commented 5 years ago

All uses of the ServiceBundler are at the HTTP layer or higher, and in order to use the interfaces defined at the HTTP layer (e.g. TimemapGenerator, EtagGenerator) we would either need to bring those interface into the API layer or move the ServiceBundler into the HTTP layer.

I propose moving ServiceBundler into the org.trellisldp.http.core package.

This would be a prerequisite to working on #441

ajs6f commented 5 years ago

👍