FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

cf-java-logging-support Bill of Materials (BOM) added by aamotharald · Pull Request #415 · SAP/cf-java-logging-support · GitHub

cf-java-logging-support Bill of Materials (BOM) added - #415

Open
aamotharald wants to merge 1 commit into
SAP:mainfrom
aamotharald:add/bom
Open

cf-java-logging-support Bill of Materials (BOM) added#415
aamotharald wants to merge 1 commit into
SAP:mainfrom
aamotharald:add/bom

Conversation

aamotharald commented Aug 14, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

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

aamotharald changed the title BOM added cf-java-logging-support Bill of Materials (BOM) added Aug 17, 2026

KarstenSchnitter left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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.

Comment on lines +44 to +49
<!-- 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>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This should not be managed in the BOM. It is a separate extension with a different use-case.

Suggested change
<!-- 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>

Comment thread README.md
</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).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Suggested change
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).


<artifactId>cf-java-logging-support-bom</artifactId>
<packaging>pom</packaging>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Let's add a specific description.

Suggested change
<description>Bill of Materials for cf-java-logging-support dependencies</description>

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL