Skip to content

MLE-12345 Updating NOTICE file #1792

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

Merged
merged 1 commit into from
Jul 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MarkLogic® for Java Client

Copyright © 2025 MarkLogic Corporation. All Rights Reserved.
Copyright (c) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.

To the extent required by the applicable open-source license, a complete machine-readable copy of the source code
corresponding to such code is available upon request. This offer is valid to anyone in receipt of this information and
Expand All @@ -19,17 +19,17 @@ okhttp-digest 2.7 (Apache-2.0)
jakarta.xml.bind-api 3.0.1 (EPL-1.0)
javax.ws.rs-api 2.1.1 (CDDL-1.1)
jaxb-runtime 3.0.2 (CDDL-1.1)
slf4j-api 2.0.16 (Apache-2.0)
slf4j-api 2.0.17 (Apache-2.0)

Common Licenses

Apache License 2.0 (Apache-2.0)
Common Development and Distribution License 1.1 (CDDL-1.1)
Eclipse Public License 1.0 (EPL-1.0)
Common Development and Distribution License 1.1 (CDDL-1.1)
Eclipse Public License 1.0 (EPL-1.0)

Third-Party Components

The following is a list of the third-party components used by the MarkLogic® for Java Client 7.1.0 (last updated January 6, 2025):
The following is a list of the third-party components used by the MarkLogic® for Java Client 7.2.0 (last updated July 21, 2025):

jackson-databind 2.19.0 (Apache-2.0)
https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/
Expand Down Expand Up @@ -67,13 +67,13 @@ jaxb-runtime 3.0.2 (Apache-2.0)
https://repo1.maven.org/maven2/org/glassfish/jaxb/jaxb-runtime/
For the full text of the Apache-2.0 license, see Apache License 2.0 (Apache-2.0)

slf4j-api 2.0.16 (Apache-2.0)
slf4j-api 2.0.17 (Apache-2.0)
https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
For the full text of the Apache-2.0 license, see Apache License 2.0 (Apache-2.0)

Common Licenses

The following is a list of the third-party components used by the MarkLogic® for Java Client 7.1.0 (last updated January 6, 2025):
The following is a list of the third-party components used by the MarkLogic® for Java Client 7.2.0 (last updated July 21, 2025):

Apache License 2.0 (Apache-2.0)
https://spdx.org/licenses/Apache-2.0.html
Expand Down
2 changes: 1 addition & 1 deletion marklogic-client-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation "com.sun.mail:jakarta.mail:2.0.1"

implementation 'javax.ws.rs:javax.ws.rs-api:2.1.1'
implementation 'org.slf4j:slf4j-api:2.0.16'
implementation 'org.slf4j:slf4j-api:2.0.17'
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-csv:${jacksonVersion}"

Expand Down
16 changes: 2 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It is not intended to be used to build this project.
<modelVersion>4.0.0</modelVersion>
<groupId>com.marklogic</groupId>
<artifactId>marklogic-client-api</artifactId>
<version>7.0.0</version>
<version>7.2.0</version>
<dependencies>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand Down Expand Up @@ -63,19 +63,7 @@ It is not intended to be used to build this project.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.19.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.19.0</version>
<version>2.0.17</version>
Copy link
Preview

Copilot AI Jul 21, 2025

Choose a reason for hiding this comment

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

The slf4j-api version update appears to be applied to the wrong dependency block. Based on the diff context, this version change is being applied where Jackson dependencies were removed, but slf4j-api should have its own dependency block.

Copilot uses AI. Check for mistakes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Bro it's good.

<scope>runtime</scope>
</dependency>
<dependency>
Expand Down