Publish recent FoundationDB Record layer version to maven repository
See original GitHub issueIs 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:
- Created 2 years ago
- Reactions:5
- Comments:7 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I just did a quick test and adding this to my
repositories
inbuild.gradle
allowed me to compile against the most recent version published there:full section:
Thanks for the tip @alecgrieser
The lastest I have is this: