5 Commits

Author SHA1 Message Date
Chris Bono
c241e69237 [Apps Plugin] Add HttpClientProperties.Factory to enum list 2024-12-22 13:02:00 -06:00
Chris Bono
437684839a Update apps generator plugin dependencies
This commit updates all library and plugin dependencies
in the `spring-cloud-dataflow-apps-plugin` modules to
the latest versions.

Additionally:
- performs a general cleanup of build and README files.
- updates to maven 3.9.9

Resolves #498

* Address code review comments:

- Use `1.1.0-SNAPSHOT` as version in metadata plugin README.adoc
  to be consistent w/ other examples
2024-12-10 13:57:28 -05:00
Chris Bono
5ef97cc996 [Apps Plugin] Allow bad enum constants (take 2) (#546)
Improving on the previous commit, this adds a set of expected
problematic enum classes and only continues processing when an enum
is unable to load if the enum is in the list.
2024-06-02 19:56:59 -05:00
Chris Bono
294e807439 [Apps Plugin] Allow bad enum constants (#545)
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.
2024-06-02 13:58:14 -05:00
Christian Tzolov
a3c8cb4fc6 merged in main from project spring-cloud-dataflow-apps-plugin 2023-06-13 12:38:10 +02:00