common icon indicating copy to clipboard operation
common copied to clipboard

Common utilities library containing metrics, config and utils

Results 69 common issues
Sort by recently updated
recently updated
newest added

Branch 6.2.x is missing the CODEOWNERS. This PR adds the codeowners file and the appropriate teams https://confluent.slack.com/archives/C05G3CNGLF9/p1714766634744049?thread_ts=1714742333.550519&cid=C05G3CNGLF9

This PR removes the invocation of the plugin that has reached the end of life, and replaces it with an invocation of ant-run plugin.

It seems no jars for tags after `v7.5.3` are landing in https://packages.confluent.io/maven/io/confluent/common/ As reported on https://github.com/confluentinc/kafka-connect-storage-cloud/issues/704 we are unable to build downstream projects (e.g. `kafka-connect-storage-cloud`) without first building *all* confluent...

Adds kafka-connect-hdfs as a downstream repo of confluentinc/common. This step is necessary to facilitate the migration from Jenkins to Semaphore for confluentinc/kafka-connect-hdfs. Ref: [link](https://confluentinc.atlassian.net/wiki/spaces/CONNECT/pages/3232666429/Jenkins+to+Semaphore+Migration+-+Connect#:~:text=Applicable%20for%20only,Jenkinsfile%23L5.)

On the master branch: ``` mvn install ... [INFO] Reactor Summary for common 5.4.0-SNAPSHOT: [INFO] [INFO] assembly-plugin-boilerplate ........................ SUCCESS [ 0.442 s] [INFO] Build Tools ........................................ SUCCESS [ 0.358 s]...

I am on c14de12a121d7b08b81c6da709b0291f86d0096b , running the maven build results in: ``` [INFO] Resolving range for org.apache.kafka:kafka-clients::[6.1.0-0, 6.1.1-0), excluding snapshots Downloading from central: https://myarty.example.com/public-maven-virtual/org/apache/kafka/kafka-clients/maven-metadata.xml Downloaded from central: https://myarty.example.com/public-maven-virtual/org/apache/kafka/kafka-clients/maven-metadata.xml (59 kB...

The version of easymock in 7.3.x branch is 5.2.0 while all 7.3.x-post branches are 4.3. EasyMock version 4.3 isn't compatible with Jdk 17 (used in Semaphore) so upgrading it. As...

Everything works just fine on version 6.0.0. But as soon as I run ``` mvn clean install -X ``` on version 7.4.1-post, I am getting this error: ``` [ERROR] The...