Area(s)
area:code
Is your change request related to a problem? Please describe.
The code.stacktrace is currently experimental, and we think it would make sense to make it stable.
Current known usages:
Making this attribute stable would allow making features that rely on it stable, relying on an experimental/incubating attribute transitively forces the feature as experimental/incubating.
Describe the solution you'd like
Making the code.stacktrace attribute stable, or making the whole code.* namespace stable.
Describe alternatives you've considered
Making the whole code.* attributes stable would be an alternative as most of those fields are not ambiguous even if some of their values are platform-specific (the code.stacktrace being a good example).
For now keeping the scope to code.stacktrace is a way to reduce the scope as an attempt to making this change easier.
Additional context
Making this attribute stable was discussed in August 29th Java SIG Meeting where the topic was "how to make a component in java contrib stable".
Steps and progress
Area(s)
area:code
Is your change request related to a problem? Please describe.
The
code.stacktraceis currently experimental, and we think it would make sense to make it stable.Current known usages:
Making this attribute stable would allow making features that rely on it stable, relying on an experimental/incubating attribute transitively forces the feature as experimental/incubating.
Describe the solution you'd like
Making the
code.stacktraceattribute stable, or making the wholecode.*namespace stable.Describe alternatives you've considered
Making the whole
code.*attributes stable would be an alternative as most of those fields are not ambiguous even if some of their values are platform-specific (thecode.stacktracebeing a good example).For now keeping the scope to
code.stacktraceis a way to reduce the scope as an attempt to making this change easier.Additional context
Making this attribute stable was discussed in August 29th Java SIG Meeting where the topic was "how to make a component in java contrib stable".
Steps and progress
code.function.nameandcode.namespace#1677stable