Versions Compared

Key

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

Shibboleth Developer's Meeting, 2020-12-04

Call Administrivia

09:00 Central US / 10:00 Eastern US / 15:00 UK / 17:00 FI

Calls are normally the 1st and 3rd Fridays of each month. Next call would be Friday 2020-12-18. Any reason to deviate from this?

60 to 90 minute call window.


Call Details

This week's call will use the Zoom system at GU, see ZoomGU for access info.


AGENDA

Add items for discussion here

Attendees:


Brent

  • Jira Legacy
    serverShibboleth JIRA
    columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
    serverId180d847f-bce4-36b2-9964-771bff586829
    keyOSJ-82

    • Did some low-hanging fruit, like XMLObject providers.  Working on modeling KDF-related components.


Daniel


Henri


Ian

  • xmlsectool v3: GA mid-month, 15th-ish
    • UKf confirms drop-in replacement (modulo Java 8/11, CLI tweaks) on their production HSM
  • IdP V3.last:
    • Jira Legacy
      serverShibboleth JIRA
      serverId180d847f-bce4-36b2-9964-771bff586829
      keyIDP-1720
       (Spring Framework .30 early next week)
    • build environment
    • schedule?
  • Java 16 enters Rampdown Phase One next week
    • Confirmed: 396: Strongly Encapsulate JDK Internals by Default
    • Proposed: 390: Warnings for Value-Based Classes
      • new Integer(73) would move from Deprecated (since Java 9) to Deprecated for Removal
      • Warnings will get louder
      • Full details in https://openjdk.java.net/jeps/390
      • In theory could result in removal in Java 17, which we'd care about. I'd guess not, but who can say.
      • We don't use these a lot outside of tests, and they are easy to fix up except in cases where you're looking for an object with an identity rather than a wrapped primitive. I suspect we don't have any of those, though.

...