[CONJ-761] version 2.5.4 requires com.zaxxer:HikariCP and ch.qos.logback:logback-classic Created: 2020-02-14  Updated: 2020-03-06  Resolved: 2020-03-06

Status: Closed
Project: MariaDB Connector/J
Component/s: Other
Affects Version/s: None
Fix Version/s: 2.6.0

Type: Task Priority: Major
Reporter: Ondrej Dubaj Assignee: Diego Dupin
Resolution: Fixed Votes: 0
Labels: None


 Description   

Hi,
I am facing a situation in fedora, where I need to build version 2.5.4 with
com.zaxxer:HikariCP
and
ch.qos.logback:logback-classic.

Unfortunatelly, these dependencies are no more supported in fedora and are already orhpaned. Is there an option to remove these dependencies, or somehow bundle necessary .jars to tarball?

Link to issue in bugzilla here:
https://bugzilla.redhat.com/show_bug.cgi?id=1799633

Thank you.



 Comments   
Comment by Diego Dupin [ 2020-03-04 ]

This is corrected in develop branch of driver.
Have you any way to validate correction using snapshot version ?

from maven :

<repositories>
    <repository>
        <id>sonatype-nexus-snapshots</id>
        <name>Sonatype Nexus Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
</repositories>
 
<dependencies>
    <dependency>
        <groupId>org.mariadb.jdbc</groupId>
        <artifactId>mariadb-java-client</artifactId>
        <version>2.6.0-SNAPSHOT</version>
    </dependency>
</dependencies>

or direct link : https://oss.sonatype.org/content/repositories/snapshots/org/mariadb/jdbc/mariadb-java-client/2.6.0-SNAPSHOT/

Comment by Ondrej Dubaj [ 2020-03-05 ]

I already solved this issue.

Thank you!

Generated at Thu Feb 08 03:18:07 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.