spring-cloud / stream-applications

Functions and Spring Cloud Stream Applications for data driven microservices
https://spring.io/projects/spring-cloud-stream-applications
247 stars 106 forks source link

[Apps Plugin] Allow bad enum constants #545

Closed onobc closed 2 months ago

onobc commented 2 months ago

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.