Giter Club home page Giter Club logo

spring-build-gradle's Introduction

spring-build-gradle's People

Contributors

cbeams avatar trevormarshall avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

spring-build-gradle's Issues

Documentation improvement for version release

The below link provides information about the different versions of Spring Release. It has covered most of the versions however, it doesn't mention about a version like currently there are different versions available for GA e.g

  • 2.4.5
  • 2.3.10.RELEASE
    Here 2.4.5 is not clear when this should be used instead of a .RELEASE version.
    Please update the documentation to provide more details about this.

Link to documentation:

https://github.com/spring-projects/spring-build-gradle/wiki/Spring-project-versioning

mavin-plugin pom generator doesn't handle map gradle dynamic dependency correctly to maven dynamic dependency

For gradle dependencies like this:
compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.+'

the maven plugin maps it to:

org.slf4j
slf4j-api
1.7.+
compile

But the contents of the version tag should look like this:
[1.7.+)

See http://www.maestrodev.com/better-builds-with-maven/creating-applications-with-maven/resolving-dependency-conflicts-and-using-version-ranges/

The code here:
https://github.com/spring-projects/spring-build-gradle/blob/master/maven-deployment.gradle
seems to copy the version info verbatim w/o checking for this case:
https://github.com/spring-projects/spring-build-gradle/blob/master/maven-deployment.gradle

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.