Skip to content

Release 0.15.0

Compare
Choose a tag to compare
@acoburn acoburn released this 20 Aug 21:23
· 701 commits to main since this release
trellis-0.15.0
3c328a4

This is the first release of the 0.15 series.

The noteworthy changes with this release include

#1000 Rename NameBinding annotation to LdpResource
#1001 Move http.core package from trellis-http component into a new trellis-common component

Any downstream code using the org.trellisldp.http.Trellis annotation should instead use org.trellisldp.common.LdpResource. And any classes from org.trellisldp.http.core.* should use the org.trellisldp.common.* equivalents.

A full list of issues resolved in this release is described at https://github.com/trellis-ldp/trellis/milestone/14?closed=1