Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove @Deprecated Java SDK members #1587

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

lunaris
Copy link
Contributor

@lunaris lunaris commented Jan 13, 2025

As part of the 1.0.0 release, this change removes parts of the Java SDK that have been marked as deprecated and are no longer in use by internal Pulumi functions. The Config.of method has been left as it looks like we might still be generating code that uses it -- this will be addressed in a future piece of work if so.

@lunaris lunaris requested a review from a team as a code owner January 13, 2025 13:17
@lunaris lunaris force-pushed the wjones/deprecations branch 4 times, most recently from d751700 to f05ee65 Compare January 14, 2025 10:32
As part of the 1.0.0 release, this change removes parts of the Java SDK that
have been marked as deprecated and are no longer in use by internal Pulumi
functions. The `Config.of` method has been left as it looks like we might still
be generating code that uses it -- this will be addressed in a future piece of
work if so.

> [!NOTE]
> This is incompatible with some old SDKs that use annotations or annotation
> fields that are no longer present (or searched for), such as the `type` and
> `parameters` fields of the `Export` annotation. Some rough checking seems that
> we made this change a few years ago, so it should be relatively safe, but it is
> still breaking nonetheless (as is to be expected, arguably).
@lunaris lunaris force-pushed the wjones/deprecations branch from f05ee65 to 98344ac Compare January 15, 2025 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants