On Wednesday 07 March 2018 14:19:49 Radu Cotescu wrote: > Hi, Hi Radu,
> We solved 1 issue in this release: > https://issues.apache.org/jira/projects/SLING/versions/12342876 while looking at the fix for SLING-7476 I stumbled upon those hardcoded values for min and max, e.g. -2000000000 and 2000000000 (which seem to be arbitrary) and wondered why we do not use Integer.MIN_VALUE and Integer.MAX_VALUE instead. Any reason for this? Thanks, O. > Staging repository: > https://repository.apache.org/content/repositories/orgapachesling-1882 > > You can use this UNIX script to download the release and verify the > signatures: > https://raw.githubusercontent.com/apache/sling-tooling-release/master/check_ > staged_release.sh > > Usage: > curl > https://raw.githubusercontent.com/apache/sling-tooling-release/master/check_ > staged_release.sh > | bash -s 1882 > > 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. > > Cheers, > Radu
