DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Table of Contents |
|---|
Status
Current state: "Under DiscussionAccepted"
Discussion thread: here
JIRA:
| Jira | ||||||
|---|---|---|---|---|---|---|
|
...
`CreateDelegationTokenOptions` has a method `maxlifeTimeMs()`, that is typo.
We should modify to `maxLifeTimeMsmaxLifetimeMs()` as a feature release.
Public Interfaces
...
We proposed to deprecate `maxlifeTimeMs()`, and add a new method `maxLifeTimeMsmaxLifetimeMs()`.
Compatibility, Deprecation, and Migration Plan
- We will add a deprecated annotation on `maxlifeTimeMs()`.
- Add a new method `maxLifeTimeMsmaxLifetimeMs()` that functions the same as `maxlifeTimeMs()`.
- Delete `maxlifeTimeMs()` at the next major release.
...