Shibboleth Developer's Meeting, 2021-06-18
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 2021-07-02. Any reason to deviate from this?
60 to 90 minute call window.
This week's call will use the Zoom system at OSU:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
Join Zoom Meeting https://osu.zoom.us/j/92557958432?pwd=V2h1dlVTQ2h6QkZFRjBhdWp4b3ZZQT09 Meeting ID: 925 5795 8432 Password: 227875 One tap mobile +13017158592,,92557958432#,,,,0#,,227875# US (Washington DC) +13126266799,,92557958432#,,,,0#,,227875# US (Chicago) Dial by your location +1 301 715 8592 US (Washington DC) +1 312 626 6799 US (Chicago) +1 646 876 9923 US (New York) +1 651 372 8299 US (Minnesota) +1 253 215 8782 US (Tacoma) +1 346 248 7799 US (Houston) +1 408 638 0968 US (San Jose) +1 669 900 6833 US (San Jose) Meeting ID: 925 5795 8432 Password: 227875 Find your local number: https://osu.zoom.us/u/adAeNFvmmn |
AGENDA
Add items for discussion here
Attendees:
Brent
Daniel
Henri
Ian
- Java 17 has reached "Rampdown Phase One", so we know what it will look like. Testing vs. the current EA soon.
...
- Finishing up logout improvements and other 4.2 odds and ends
- Issue review for backlog, started adding label to some things, scheduling a couple of others for 4.2
- "Kickoff" of Atlassian migration, not much more done yet other than announcement
Jira Legacy server Shibboleth JIRA serverId 180d847f-bce4-36b2-9964-771bff586829 key GEN-292 - Thinking we should consider targeting SP 3.3 to get OpenSSL 3.0 support and add deprecations, switch to new build process
Tom
- Browser tests via Jenkins and Sauce Labs :
java-idp-integration-tests-v4-sauce
- iOS
- macOS : Safari, Firefox, Chrome (latest versions)
- Windows 10 : Firefox, Chrome, Edge (latest versions)
- Not all tests are passing, probably looking at lots of trial-and-error to adjust timing, etc.
- Fun to login to Sauce Labs and watch videos of the browsers running the tests, let me know if you want an account
- Probably need to spin up extra nodes just for Sauce Labs tests (they are slow, but we have 5 parallel sessions)
- Comments :
- API impls in Java should use Strings not Enums for things that change like OS or browser names and versions
- Using "old" (read-only) Sauce API impl, the "new" looks unfinished and does not allow setting browser preferences
- Sauce documentation refers to the new impl, not old
- Inconsistency between old and new Sauce API impls and Sauce On-Demand Plugin for Jenkins ('Mac 11' > 'macOS 11')
- Should be straightforward to upgrade to Selenium 4 when it is official
...