question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Publish recent FoundationDB Record layer version to maven repository

See original GitHub issue

Is there any plan to release an updated version of the record layer jar to a public maven repository? As we speak the latest version released is 2.8.110.0 which is more than one year old. The instructions in Record Layer Versions suggest that the latest version should be available…

  <groupId>org.foundationdb</groupId>
  <artifactId>fdb-record-layer-core</artifactId>
  <version>3.0.+</version>

Thanks for such a nice piece of software 😃

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:5
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
calaveracommented, Nov 9, 2021

I just did a quick test and adding this to my repositories in build.gradle allowed me to compile against the most recent version published there:

    maven {
      url "https://ossartifacts.jfrog.io/artifactory/fdb-record-layer/"
    }

full section:

  repositories {
    mavenCentral()
    maven {
      url "https://ossartifacts.jfrog.io/artifactory/fdb-record-layer/"
    }
  }

Thanks for the tip @alecgrieser

1reaction
sebastienhcommented, Sep 18, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Record Layer Versions
New versions are typically cut off of the main branch of the Record Layer repository. In that case, the major and minor versions...
Read more >
fdb-record-layer/GettingStarted.md at main - GitHub
Replace VERSION_NUMBER with a recent version of the artifact from Maven Central (See mvnrepository for a listing of published versions).
Read more >
FDB Record Layer Core - org.foundationdb - Maven Repository
A record-oriented layer built for FoundationDB (proto2). License, Apache 2.0. Tags, layerrecord. Ranking, #101721 in MvnRepository (See Top Artifacts).
Read more >
org.foundationdb : fdb-record-layer-core : 2.5.47.0 - Maven Central ...
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" ...
Read more >
fdb-pubsub - Scaladex
Maven Central Build Status codecov Scala Steward badge. FDB-PubSub is a publish subscribe layer for FoundationDB, built on top of Akka Streams and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found