Skip to content

Releases: micronaut-projects/micronaut-core

Micronaut 1.2.8

16 Dec 21:58
Compare
Choose a tag to compare

NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:

repositories {
    maven {
        url  "https://dl.bintray.com/micronaut/core-releases-local" 
    }
}

Micronaut 1.2.7

02 Dec 21:50
Compare
Choose a tag to compare

NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:

repositories {
    maven {
        url  "https://dl.bintray.com/micronaut/core-releases-local" 
    }
}

Micronaut 1.3.0 Milestone 1

21 Nov 14:36
Compare
Choose a tag to compare
Pre-release

NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:

repositories {
    maven {
        url  "https://dl.bintray.com/micronaut/core-releases-local" 
    }
}

Micronaut 1.2.6

05 Nov 19:55
Compare
Choose a tag to compare

NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:

repositories {
    maven {
        url  "https://dl.bintray.com/micronaut/core-releases-local" 
    }
}

Micronaut 1.2.5

17 Oct 20:13
Compare
Choose a tag to compare

NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:

repositories {
    maven {
        url  "https://dl.bintray.com/micronaut/core-releases-local" 
    }
}

Micronaut 1.2.4

14 Oct 20:32
Compare
Choose a tag to compare

NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:

repositories {
    maven {
        url  "https://dl.bintray.com/micronaut/core-releases-local" 
    }
}

Micronaut 1.2.3

27 Sep 14:17
Compare
Choose a tag to compare

NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:

repositories {
    maven {
        url  "https://dl.bintray.com/micronaut/core-releases-local" 
    }
}

Notable fixes:

  • A regression introduced in 1.2.2 involving cookie configuration

Micronaut 1.2.2

13 Sep 17:06
Compare
Choose a tag to compare

NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:

repositories {
    maven {
        url  "https://dl.bintray.com/micronaut/core-releases-local" 
    }
}

Notable fixes:

  • The configured Consul ACL will now be used when retrieving configuration
  • A regression introduced in 1.2.1 involving duplicate routes has been resolved
  • A regression introduced in 1.2.1 involving qualifier propagation to proxies has been resolved
  • The Eureka client will now be properly disabled if both registration and discovery are disabled

Micronaut 1.2.1

05 Sep 20:32
Compare
Choose a tag to compare

NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:

repositories {
    maven {
        url  "https://dl.bintray.com/micronaut/core-releases-local" 
    }
}

Micronaut 1.2.0

06 Aug 14:23
Compare
Choose a tag to compare

NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:

repositories {
    maven {
        url  "https://dl.bintray.com/micronaut/core-releases-local" 
    }
}