+1 Conditionally on there being some documentation somewhere that states that this version is not quite a drop in replacement for the previous release. The o.a.s.auth.core bundle now requires the [1] and [2] bundles and those bundles should have a start level that is even or below the o.a.s.auth.core bundle start level.
1. org.apache.sling:org.apache.sling.commons.metrics:1.2.8 2. io.dropwizard.metrics:metrics-core:3.2.6 For example, the starter project currently has those two metrics bundles at start level 15 which results in errors during the "Analyzing feature" build with messages like below when switching to this o.a.s.auth.core release: [ERROR] org.apache.sling:org.apache.sling.auth.core:1.5.2: is importing package(s) org.apache.sling.commons.metrics in start level 5 but no bundle is exporting these for that start level. and later after fixing the first error by changing the start level of o.a.s.commons.metrics to 5: [ERROR] org.apache.sling:org.apache.sling.commons.metrics:1.2.8: is importing package(s) com.codahale.metrics in start level 5 but no bundle is exporting these for that start level. Other than those configuration troubles, I didn't see any obvious regressions in the runtime functionality so it is ok for me. Regards, -Eric On Sun, Apr 18, 2021 at 7:57 AM Carsten Ziegeler <[email protected]> wrote: > Hi, > > We solved 10 issues in this release: > https://issues.apache.org/jira/projects/SLING/versions/12348715 > > Staging repository: > https://repository.apache.org/content/repositories/orgapachesling-2431/ > > You can use this UNIX script to download the release and verify the > signatures: > > https://gitbox.apache.org/repos/asf?p=sling-tooling-release.git;a=blob;f=check_staged_release.sh;hb=HEAD > > Usage: > sh check_staged_release.sh 2431 /tmp/sling-staging > > Please vote to approve this release: > > [ ] +1 Approve the release > [ ] 0 Don't care > [ ] -1 Don't release, because ... > > This majority vote is open for at least 72 hours. > > Regards > Carsten > -- > Carsten Ziegeler > Adobe Research Switzerland > [email protected] >
