Versions Compared

Key

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

Shibboleth Developer's Meeting, 2020-08-07

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-08-21. 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

  • Ian Young:Time to talk about branches again? See Renaming HEAD in Git.
  • Rod Widdowson Scott Cantor Plugin installations that require XML changes:
    • How much manual intervention do we want? and if not what else?
    • Jira Legacy
      serverShibboleth JIRA
      serverId180d847f-bce4-36b2-9964-771bff586829
      keyJDUO-10
  • Plugin POMs - any open issues?

Attendees:


Brent

  • Jira Legacy
    serverShibboleth JIRA
    columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
    serverId180d847f-bce4-36b2-9964-771bff586829
    keyOSJ-304
    - Some unit tests left to complete.
  • Jira Legacy
    serverShibboleth JIRA
    columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
    serverId180d847f-bce4-36b2-9964-771bff586829
    keyOSJ-321
    - Thinking at least fixing the clone() method to conditionally only marshall if DOM is null is a relatively innocuous start.


Daniel

  • ldaptive v2 updates for IDP v4


Henri

...

  • Jira Legacy
    serverShibboleth JIRA
    serverId180d847f-bce4-36b2-9964-771bff586829
    keyIDP-1640
  • Jira Legacy
    serverShibboleth JIRA
    serverId180d847f-bce4-36b2-9964-771bff586829
    keyIDP-1642
  • Jira Legacy
    serverShibboleth JIRA
    serverId180d847f-bce4-36b2-9964-771bff586829
    keyIDP-1014

Tom

  • integ test failures (still) due to IDP-1642 ?

    Code Block
    languagebash
    collapsetrue
    idp.home=Volumes/workspaces/shib/shib-master/java-idp-integration-tests/test-distributions/20200805-10524508
    
    Caused by: org.springframework.webflow.engine.builder.FlowBuilderException: Unable to get the model for this flow
    at net.shibboleth.idp.profile.spring.factory.FlowModelFlowBuilder.doInit(FlowModelFlowBuilder.java:168)
    Caused by: org.springframework.webflow.engine.model.builder.FlowModelBuilderException: Could not access the XML flow definition at file [/idp.home/flows/idp.home/conf/intercept/intercept-events-flow.xml]
    at org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder.init(XmlFlowModelBuilder.java:121)
    Caused by: java.io.FileNotFoundException: /idp.home/flows/idp.home/conf/intercept/intercept-events-flow.xml
    at org.springframework.core.io.FileSystemResource.getInputStream(FileSystemResource.java:189)
    
    

...