Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Beyond Higgins 1.0"

(SVN Branch Structure)
Line 1: Line 1:
 
== SVN Branch Structure ==
 
== SVN Branch Structure ==
  HEAD
+
Existing:
  |
+
* HEAD -- ongoing development
 +
* M0-8 -- at the end 1.0M8
 +
* B1-0M9 -- at the end of 1.0M9
 +
* B1-0-0 -- Higgins 1.0.0 release (2008-2-21) [Branch off of HEAD]
 +
Planned:
 +
* T1-0-1 -- Higgins 1.0.1 release [Tagged version on R1-0-0 branch]
 +
* T1-0-2 -- Higgins 1.0.2 release
 +
* B1-1M1 -- Higgins 1.1M1 [Branch off of HEAD]
 +
* B1-1M2 -- Higgins 1.2M2 [Branch off of HEAD]
 +
 
 +
Graphically:
 +
 
 
   |
 
   |
   +----+<-R1-0-0 (aka Higgins 1.0) [Branch off of HEAD]
+
   +-- B1-0M9 --
  |    |
+
  |    |
+
  |    |<-V1-0-1 (aka Higgins 1.0.1) [Tagged version on R1-0-0 branch]
+
  |    |
+
  |    |
+
 
   |
 
   |
 
   |
 
   |
   +----+<-B1-1M1 (aka Higgins 1.1M1) [Branch off of HEAD]
+
   +-- B1-0-0 --+
 +
  |            |
 +
  |            |
 +
  |            |<-T1-0-1
 +
  |            |
 +
  |            |<-T1-0-2
 +
  |            |
 
   |
 
   |
 +
  +-- B1-1M1
 
   |
 
   |
 
   |  
 
   |  
   +----+<-B1-1M2 (aka Higgins 1.1M2) [Branch off of HEAD]
+
   +-- B1-1M2
 
   |
 
   |
 
   |
 
   |
 
+
HEAD
 +
 
 +
===SVN branches===
 +
 
 
== 1.0 ==
 
== 1.0 ==
 
=== 1.0.1 Release April 2008 ===
 
=== 1.0.1 Release April 2008 ===

Revision as of 14:18, 12 March 2008

SVN Branch Structure

Existing:

  • HEAD -- ongoing development
  • M0-8 -- at the end 1.0M8
  • B1-0M9 -- at the end of 1.0M9
  • B1-0-0 -- Higgins 1.0.0 release (2008-2-21) [Branch off of HEAD]

Planned:

  • T1-0-1 -- Higgins 1.0.1 release [Tagged version on R1-0-0 branch]
  • T1-0-2 -- Higgins 1.0.2 release
  • B1-1M1 -- Higgins 1.1M1 [Branch off of HEAD]
  • B1-1M2 -- Higgins 1.2M2 [Branch off of HEAD]

Graphically:

 |
 +-- B1-0M9 --
 |
 |
 +-- B1-0-0 --+
 |            |
 |            |
 |            |<-T1-0-1  
 |            |
 |            |<-T1-0-2 
 |            |
 |
 +-- B1-1M1 
 |
 | 
 +-- B1-1M2
 |
 |
HEAD

SVN branches

1.0

1.0.1 Release April 2008

Open issues

Bugs fixed

  • 216488: FF-embedded selector: UI bug on Mac prevented closing/moving card edit window
  • 222142: Firefox-Embedded Selector: Workaround for Firefox bug preventing login to some RP sites (e.g. Kim's blog).

1.1

1.1M1 (Stable) March 28th

NOTE: it is important to list bug fixes, new features, API changes, etc. here as this list will become the associated notes for this version. The goal is for every line to quote a Bugzilla item#

Open Issues

Bugs fixed

  • All fixes from 1.0.1 (see above)

Features added

  • 192592
  • IdAS API changes
    • 222143: IdAS: Rename INode->IEntity
    • Remove metadata, change to attributes on attribute instances?
    • Notification changes?
    • Authorization query method? e.g. "boolean isAllowed(URI attributeType, <operation>)"
  • 216743: Add an ability to auto-build feature projects
  • 192252: Add .crds import functionality (FF-embedded selector)
  • 222134: Revised HOWL
  • 222136: New Hibernate-based CP (supports new HOWL).
  • 222139: AIR-based selector
  • 222141: Higgins Selector Selector
  • 188961: Update I-Card interfaces and I-Card Registry to support batch import-export operations

Mike, are these still planned?

  • X509
  • Kerberos
  • SAML 2.0
  • WS-Trust 1.3
  • SOAP 1.2, etc.
  • WS-Federation Passive Interop
  • De-Axisify the STS IdP

Related event

  • April 7-11 - RSA Conference

1.1M2 (Stable) May 2

Related event:

  • May 12-14 IIWa 2008 Unconference
  • WS-Federation Active Interop

Features added:

  • ISAP Support
    • Extending RPPS
    • Extending AIR Selector

1.1M3 (Stable) June 13

Features added:

  • UN/PW-Card

Related event:

  • Approximate alignment with Eclipse release

1.1M4 (Stable) July 25

  • Relationship Card support

See Also

Links

Back to the top