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

Add flag to control LegacyBindingGraphFactory usage. #4558

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

copybara-service[bot]
Copy link

Add flag to control LegacyBindingGraphFactory usage.

For now, the flag's default is set to enabled to keep the functionality the same as before. However, in a future release (likely 2.55) we will flip the default to disabled.

The new BindingGraphFactory contains many bug fixes that still exist in the LegacyBindingGraphFactory. However, the new BindingGraphFactory does have some behavior changes that may affect users. The biggest change is that we no longer allow a module binding installed in a component to float to a subcomponent to satisfy missing bindings. See the javadoc in CompilerOptions for more details.

RELNOTES=N/A

For now, the flag's default is set to enabled to keep the functionality the same as before. However, in a future release (likely 2.55) we will flip the default to `disabled`.

The new `BindingGraphFactory` contains many bug fixes that still exist in the `LegacyBindingGraphFactory`. However, the new `BindingGraphFactory` does have some behavior changes that may affect users. The biggest change is that we no longer allow a module binding installed in a component to float to a subcomponent to satisfy missing bindings. See the javadoc in `CompilerOptions` for more details.

RELNOTES=N/A
PiperOrigin-RevId: 710805160
@copybara-service copybara-service bot merged commit 0927b9a into master Dec 30, 2024
1 check passed
@copybara-service copybara-service bot deleted the test_710221159 branch December 30, 2024 23:28
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.

1 participant