| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for providing this PR. I agree that a BOM is a useful addition to the library making it easier to consume. I have some proposals to the PR.
Sorry, something went wrong.
| <!-- unclear if this is good to manage, as it is mainly agent/runtime-extension specific --> | ||
| <dependency> | ||
| <groupId>com.sap.hcp.cf.logging</groupId> | ||
| <artifactId>cf-java-logging-support-opentelemetry-agent-extension</artifactId> | ||
| <version>${project.version}</version> | ||
| </dependency> |
There was a problem hiding this comment.
This should not be managed in the BOM. It is a separate extension with a different use-case.
| <!-- unclear if this is good to manage, as it is mainly agent/runtime-extension specific --> | |
| <dependency> | |
| <groupId>com.sap.hcp.cf.logging</groupId> | |
| <artifactId>cf-java-logging-support-opentelemetry-agent-extension</artifactId> | |
| <version>${project.version}</version> | |
| </dependency> |
Sorry, something went wrong.
| </dependencyManagement> | ||
| ``` | ||
|
|
||
| Then you can control the version of all features by just changing the property `cf-java-logging-support.version` in your POM an omitting any version in your `cf-java-logging-support` dependencies. Please note that our BOM manages solely the versions of the `cf-java-logging-support` features, but not the versions of the logging implementation backends or other used libraries (e.g. logback or log4j2). |
There was a problem hiding this comment.
| Then you can control the version of all features by just changing the property `cf-java-logging-support.version` in your POM an omitting any version in your `cf-java-logging-support` dependencies. Please note that our BOM manages solely the versions of the `cf-java-logging-support` features, but not the versions of the logging implementation backends or other used libraries (e.g. logback or log4j2). | |
| You can control the version of all features by just changing the property `cf-java-logging-support.version` in your POM an omitting any version in your `cf-java-logging-support` dependencies. Please note that our BOM manages solely the versions of the `cf-java-logging-support` features, but not the versions of the logging implementation backends or other used libraries (e.g. logback or log4j2). |
Sorry, something went wrong.
|
|
||
| <artifactId>cf-java-logging-support-bom</artifactId> | ||
| <packaging>pom</packaging> | ||
|
|
There was a problem hiding this comment.
Let's add a specific description.
| <description>Bill of Materials for cf-java-logging-support dependencies</description> |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Hi @KarstenSchnitter ,
I am proposing this to make consumption via starters or parents in bigger projects easier.
Let me know your thoughts on this.
See Feature Request #417 417