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

add support for loading a customAuthenticator class #1001 - needs cli… #1002

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gtully
Copy link

@gtully gtully commented Oct 3, 2024

…ent_java 1.4

requires prometheus/client_java#1088

@gtully
Copy link
Author

gtully commented Oct 3, 2024

Is there a branch where the snapshot versions are referenced? I have tweaked the pom.xml (which cannot correct) to have this work. thanks!

@dhoard
Copy link
Collaborator

dhoard commented Oct 3, 2024

The main branch build version is generic 1.x.x (no -SNAPSHOT version.)

@@ -24,7 +24,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<prometheus.metrics.version>1.3.1</prometheus.metrics.version>
<prometheus.metrics.version>1.4.0-SNAPSHOT</prometheus.metrics.version>
Copy link
Author

Choose a reason for hiding this comment

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

@dhoard thanks, for this change, I guess there is no other option, the client_java project uses snapshots.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@gtully to clarify, by design, the jmx_exporter project only uses client_java release artifacts. There is no snapshot dependency between the projects.

It does become cumbersome when there are dependencies, but it only occurs rarely.

Copy link
Author

Choose a reason for hiding this comment

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

thanks, that makes sense, this will have to wait for prometheus/client_java#1088

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