Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Propose we release updated 17 parent and re-lock everything to that to stablize javadoc mess

    1. Unless we’ve decided to start leaving everything unlocked and letting dependency updates bleed into all the CI jobs?

    2. If there are additional release profile changes we want to make, might be a good time.

    3. 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.

  2. Overall backlog of new work / release planning

    1. 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.

  3. Board update

Attendees:

Brent

...

  • Jira Legacy
    serverSystem JIRA
    serverIdf52c7d31-6eab-3f0e-93c3-231b5754d506
    keyGEN-333

    Problem being bin/install.sh is not being made executable if the sign-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 the sign-snapshots plugin calls make-files-in-bin-executable after the assembly is built
    Workarounds ? maybe use the assembly plugin to change the filemode

...