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

[Java client v4] Misc fixes #280

Merged
merged 6 commits into from
Oct 9, 2024
Merged

Conversation

jmigueprieto
Copy link
Contributor

@jmigueprieto jmigueprieto commented Oct 9, 2024

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • WHOSUSING.md
  • Other (please describe):

Changes in this PR

Misc fixes before v4.0.0 release

  1. Changed coordinates of orkes modules
  2. Disable publication of conductor metrics module
  3. Fix conductor-client fat jar file name
  4. Null check in ApiClient builder
  5. Allow config of timeout and verify-ssl when creating default ApiClient in Spring AutoConfiguration
  6. Support both "pollingInterval" and "poll_interval" for consistency in Annotated workers config

@jmigueprieto jmigueprieto self-assigned this Oct 9, 2024
@jmigueprieto jmigueprieto requested review from c4lm, ystxn and v1r3n October 9, 2024 15:36
@@ -1,16 +1,16 @@
plugins {
id 'java-library'
id 'idea'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the module that has a concrete implementation of MetricsCollector, PrometheusMetricsCollector.

I'm going to publish the java client and sdk modules today. I'll uncomment this and publish this module when it's ready. There are a few TODOs.

…ent in Spring AutoConfiguration

- Support both "pollingInterval" and "poll_interval" for consistency in Annotated workers config
@jmigueprieto jmigueprieto merged commit 0f23965 into main Oct 9, 2024
6 checks passed
@jmigueprieto jmigueprieto deleted the fix/java-client-v4-misc-fixes branch October 9, 2024 17:04
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.

2 participants