...
Propose we release updated 17 parent and re-lock everything to that to stablize javadoc mess
Unless we’ve decided to start leaving everything unlocked and letting dependency updates bleed into all the CI jobs?
If there are additional release profile changes we want to make, might be a good time.
Decision is to leave it all unlocked for now, and we’ll assume a full re-release next time. Patch-compatible dependencies can be updated at this point.
Overall backlog of new work / release planning
Confirmed, no outstanding V4 work right now, work on V5 is primarily feature (5.1) stuff so targeting maybe early December for that along with some minor updates to plugins for features there.
Board update
Attendees:
Brent
...
Jira Legacy server System JIRA serverId f52c7d31-6eab-3f0e-93c3-231b5754d506 key GEN-333
Problem beingbin/install.sh
is not being made executable if thesign-snapshots
profile is active
Cause seems to be that Maven plugins (in this case maven-antrun-plugin) are called once with multiple executions
So activating thesign-snapshots
plugin callsmake-files-in-bin-executable
after the assembly is built
Workarounds ? maybe use the assembly plugin to change the filemode
...