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

[Apps Plugin] Allow bad enum constants #545

Merged
merged 1 commit into from
Jun 2, 2024

Conversation

onobc
Copy link
Collaborator

@onobc onobc commented Jun 2, 2024

The metadata plugin currently barfs when it encounters a config item with an enum field that references itself (e.g. JdbcDatabaseDialect). This commit allows processing to continue when the bad enums are encountered.

The metadata plugin currently barfs when it encounters a config item
with an enum field that references itself (e.g. `JdbcDatabaseDialect`).
This commit allows processing to continue when the bad enums are
encountered.
@onobc onobc merged commit 294e807 into spring-cloud:main Jun 2, 2024
1 of 2 checks passed
@onobc onobc deleted the fix-app-metadata-failures-during-ci branch June 2, 2024 18:58
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