Giter Site home page Giter Site logo

renovate-confluent-test's Introduction

renovate-confluent-test

Minimal repo for reproducing Renovate bot issue with Confluent Maven repo, see renovatebot/renovate#13344

Expected vs actual behavior

Renovate bot should find the following updates:

  • kafka-avro-serializer: 6.0.2 -> 7.0.1
  • kafka-streams-avro-serde: 6.0.2 -> 7.0.1

However, no updates are found. There seems to be an issue with this specific Maven repository: https://packages.confluent.io/maven/

Relevant Logs from Renovate Bot

The relevant Confluent dependencies are not found:

DEBUG: Looking up org.scala-lang:scala-library in repository https://repo.maven.apache.org/maven2/
DEBUG: Found 194 new releases for org.scala-lang:scala-library in repository https://repo.maven.apache.org/maven2/
DEBUG: Looking up org.scala-lang:scala-library in repository https://packages.confluent.io/maven/
DEBUG: No versions found for io.confluent:kafka-avro-serializer in 2 repositories
DEBUG: No versions found for io.confluent:kafka-streams-avro-serde in 2 repositories
DEBUG: Failed to look up dependency io.confluent:kafka-avro-serializer (io.confluent:kafka-avro-serializer)(packageFile="build.sbt", dependency="io.confluent:kafka-avro-serializer")
DEBUG: Failed to look up dependency io.confluent:kafka-streams-avro-serde (io.confluent:kafka-streams-avro-serde)(packageFile="build.sbt", dependency="io.confluent:kafka-streams-avro-serde")
DEBUG: Content is not found for Maven url
{
  "url": "https://packages.confluent.io/maven/org/scala-lang/scala-library/maven-metadata.xml"
}
DEBUG: Package releases lookups complete
{
  "baseBranch": "master"
}
DEBUG: branchifyUpgrades
DEBUG: 1 flattened updates found: scala
DEBUG: Returning 1 branch(es)
DEBUG: Fetching changelog: https://github.com/scala/scala (2.13.7 -> 2.13.8)
DEBUG: config.repoIsOnboarded=true
DEBUG: packageFiles with updates
{
  "config": {
    "sbt": [
      {
        "packageFile": "build.sbt",
        "deps": [
          {
            "registryUrls": [
              "https://repo.maven.apache.org/maven2",
              "https://packages.confluent.io/maven/"
            ],
            "datasource": "maven",
            "depName": "scala",
            "lookupName": "org.scala-lang:scala-library",
            "currentValue": "2.13.7",
            "separateMinorPatch": true,
            "depIndex": 0,
            "warnings": [],
            "versioning": "ivy",
            "sourceUrl": "https://github.com/scala/scala",
            "homepage": "https://www.scala-lang.org/",
            "currentVersion": "2.13.7",
            "isSingleVersion": true,
            "fixedVersion": "2.13.7",
            "updates": [
              {
                "bucket": "latest",
                "newVersion": "2.13.8",
                "newValue": "2.13.8",
                "releaseTimestamp": "2022-01-10T18:02:28.000Z",
                "newMajor": 2,
                "newMinor": 13,
                "updateType": "patch",
                "branchName": "renovate/scala-2.13.x"
              }
            ]
          },
          {
            "registryUrls": [
              "https://repo.maven.apache.org/maven2",
              "https://packages.confluent.io/maven/"
            ],
            "depName": "io.confluent:kafka-avro-serializer",
            "lookupName": "io.confluent:kafka-avro-serializer",
            "currentValue": "6.0.2",
            "groupName": "confluentVersion for io.confluent",
            "datasource": "sbt-package",
            "depIndex": 1,
            "warnings": [
              {
                "topic": "io.confluent:kafka-avro-serializer",
                "message": "Failed to look up dependency io.confluent:kafka-avro-serializer"
              }
            ],
            "versioning": "ivy",
            "updates": []
          },
          {
            "registryUrls": [
              "https://repo.maven.apache.org/maven2",
              "https://packages.confluent.io/maven/"
            ],
            "depName": "io.confluent:kafka-streams-avro-serde",
            "lookupName": "io.confluent:kafka-streams-avro-serde",
            "currentValue": "6.0.2",
            "groupName": "confluentVersion for io.confluent",
            "datasource": "sbt-package",
            "depIndex": 2,
            "warnings": [
              {
                "topic": "io.confluent:kafka-streams-avro-serde",
                "message": "Failed to look up dependency io.confluent:kafka-streams-avro-serde"
              }
            ],
            "versioning": "ivy",
            "updates": []
          }
        ]
      }
    ]
  }
}

HTTP statistics:

http statistics
{
  "urls": {
    "https://api.github.com/graphql (POST)": 4,
    "https://api.github.com/repos/pederpansen/renovate-confluent-test/contents/default.json (GET)": 1,
    "https://api.github.com/repos/pederpansen/renovate-confluent-test/contents/renovate.json5 (GET)": 1,
    "https://api.github.com/repos/pederpansen/renovate-confluent-test/issues/1 (GET)": 2,
    "https://api.github.com/repos/pederpansen/renovate-confluent-test/pulls (GET)": 1,
    "https://api.github.com/repos/whitesource/merge-confidence/contents/beta.json (GET)": 1,
    "https://packages.confluent.io/maven/io/confluent/ (GET)": 1,
    "https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.8/scala-library-2.13.8.pom (GET)": 1
  },
  "hostStats": {
    "api.github.com": {
      "requestCount": 10,
      "requestAvgMs": 212,
      "queueAvgMs": 0
    },
    "packages.confluent.io": {
      "requestCount": 1,
      "requestAvgMs": 88,
      "queueAvgMs": 0
    },
    "repo.maven.apache.org": {
      "requestCount": 1,
      "requestAvgMs": 34,
      "queueAvgMs": 0
    }
  },
  "totalRequests": 12
}

renovate-confluent-test's People

Contributors

jurgispods avatar

Watchers

 avatar

renovate-confluent-test's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

sbt
build.sbt
  • scala 2.13.7
  • io.confluent:kafka-avro-serializer 6.0.2
  • io.confluent:kafka-streams-avro-serde 6.0.2

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.