DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Table of Contents |
|---|
This page is meant as a template for writing a KIP. To create a KIP choose Tools->Copy on this page and modify with your content and replace the heading with the next KIP number and a description of your issue. Replace anything in italics with your own description.
Status
Current state: "Under DiscussionAccepted"
Discussion thread: here [Change the link from the KIP proposal email archive to your own email thread]
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.
...