Git Product home page Git Product logo

r2dbc-bom's Introduction

Reactive Relational Database Connectivity Bill of Materials Java CI with Maven Maven Central

This project contains the Bill of Materials for R2DBC.

Maven

Usage in Maven

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>io.r2dbc</groupId>
      <artifactId>r2dbc-bom</artifactId>
      <version>(trainname)-[RELEASE|SRnnn]</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

<dependencies>
  <dependency>
    <groupId>io.r2dbc</groupId>
    <artifactId>r2dbc-spi</artifactId>
  </dependency>
</dependencies>

Gradle

Usage in Gradle

dependencies {
  implementation platform("io.r2dbc:r2dbc-bom:(trainname)-[RELEASE|SRnnn]")

  implementation("io.r2dbc:r2dbc-spi") 
}

License

This project is released under version 2.0 of the Apache License.

r2dbc-bom's People

Contributors

elefeint avatar gregturn avatar mp911de avatar nebhale avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

r2dbc-bom's Issues

Release Arabba-SR9

Participating modules:

  • BOM
  • Pool (0.8.6)
  • Proxy (0.8.5)
  • Postgres (0.8.7)
  • MariaDB (1.0.0)
  • Spanner (0.3.0)

Add R2DBC MariaDB to BOM

Artifact coordinates:

<dependency>
  <groupId>org.mariadb</groupId>
  <artifactId>r2dbc-mariadb</artifactId>
  <version>0.8.3-beta1</version>
</dependency>

Prevent use of SNAPSHOT-Dependencies

Feature Request

To prevent future use of SNAPSHOT-Dependencies (see #31) you could use Maven Enforcer Plugin

Is your feature request related to a problem? Please describe

We tried using Spring Boot 2.3.1 and our Build failed because of the enforcer rule mentioned below...

Describe the solution you'd like

Maven Enforcer Plugin Rule should be configured in pom.xml

Describe alternatives you've considered

Overriding r2dbc-bom.version in our pom.xml, see Spring Boot Issue #22083

Teachability, Documentation, Adoption, Migration Strategy

see Enforcer rule Require Release Dependencies

Add R2DBC MySQL

We should add the MySQL driver dev.miku:r2dbc-mysql to the BOM.

Repurpose R2DBC BOM

We should consider repurposing the BOM for R2DBC dependency management for SPI and drivers. The idea is that we maintain a BOM release train per minor version (0.8 -> Arraba, 0.9 -> B, …). Compatible driver versions from the R2DBC organization and from the community are maintained with the BOM for easier consumption.

The BOM would release service release updates (Arabba-SR1, Arabba-SR2, …) for each increment that is either driven by the SPI or by driver updates on a regular basis (every 2-3 months)

Remove R2DBC Client from BOM

R2DBC aims to stay lean and does not want to ship its own client implementation as R2DBC is a specification for an SPI along with a few reference implementations. We don't want to get into client business ourselves but we see R2DBC as an enabler for the client eco-system.

Therefore, we should remove R2DBC Client from the BOM.

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.