quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.83k stars 2.7k forks source link

Keep old GlobalDevServicesConfig to not break downstream projects #44614

Closed radcortez closed 13 hours ago

radcortez commented 19 hours ago

With https://github.com/quarkusio/quarkus/pull/44079, the GlobalDevServicesConfig moved from class to interface, which broke some downstream projects that consumed the DevServices configuration.

This reintroduces GlobalDevServicesConfig as a class to avoid breaking downstream consumers and moves the interface to a new name, DevServicesConfig, keeping both styles (the old style is now deprecated).

quarkus-bot[bot] commented 19 hours ago

/cc @gsmet (elasticsearch), @loicmathieu (elasticsearch), @marko-bekhta (elasticsearch), @yrodiere (elasticsearch)

quarkus-bot[bot] commented 13 hours ago

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit b60f3d66b89f3a5ba3bffae1347647fbe22b2756.

:white_check_mark: The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.