Skip to content

Releases: eclipse/microprofile-starter

BuildTools [Gradle, Maven] visible in REST API

10 Sep 11:47
v1.8.0
04d6c05
Compare
Choose a tag to compare

Current:

$ curl -s https://start.microprofile.io/api/supportMatrix/servers | jq
or the same:
$ curl -s https://start.microprofile.io/api/6/supportMatrix/servers | jq

Old behavior:

$ curl -s https://start.microprofile.io/api/5/supportMatrix/servers | jq

Gradle support for several runtimes

04 Aug 22:13
v1.7.0
1ce86d8
Compare
Choose a tag to compare

Fixes, Gradle support, version upgrades.

v1.6.0, MicroProfile 4.0

26 Apr 21:51
v1.6.0
9c743c9
Compare
Choose a tag to compare

v1.5.0, GraphQL example, runtimes updates, UI updates...

07 Jan 23:48
v1.5.0
330dc56
Compare
Choose a tag to compare
  • GraphQL example added (so far for Liberty runtime, more are underway)
  • runtimes versions updates
  • UI updates, links to documentation pages
  • Java 11 for all runtimes that support it
  • Dozens of other updates and fixes

v1.4.0, More MP 3.3 runtimes, links to runtimes pages

23 Jun 08:58
v1.4.0
62ac8df
Compare
Choose a tag to compare

A new release is out, v1.4.0.
Among the most noteworthy changes:

  • more MicroProfile 3.3 runtimes added
  • links to runtimes' web sites in drop down selects
  • API showing Java 11 runtime support for MicroProfile runtimes
  • small fixes

v1.3.0, MicroProfile 3.3

01 May 12:32
v1.3.0
13efb4f
Compare
Choose a tag to compare

Brings MicroProfile 3.3 release, fixes small Quarkus pom.xml bug, switches container from JRE to JDK for debugging purposes.

v.1.2.0 WildFly support, Liberty updates, Quarkus update, Test suite

30 Mar 12:37
v1.2.0
dacee8b
Compare
Choose a tag to compare

The release brings updates to Test suite coverage and stability. It also brings support for WildFly server and its bootable jar, it updates Liberty maven plugin and Quarkus version.

v1.1.0, Adds Quarkus runtime, updates KumuluzEE, updates CI

10 Feb 15:52
v1.1.0
2bec803
Compare
Choose a tag to compare

This release brings a full test suite for all runtimes. It adds Quarkus as an MP 3.2 runtime and it also updates KumuluzEE.

v1.0.0 The first GA, stable, thoroughly tested final release

21 Jan 11:41
v1.0.0
bcf063d
Compare
Choose a tag to compare
  • Support for new MP versions
  • Java 11 as compile target option
  • REST API updates to accommodate our IDEA and VSCode extensions
  • Updated runtimes and matured template generation process for MP HEALTH variants
  • Test suite ascertained the validity of all runtimes (under test)

Updated REST API, MP 3.2, MP Health annotations, logging

10 Dec 10:15
v0.9.6
71672e8
Compare
Choose a tag to compare

Highlights

Features

  • Add support for MP 3.2
  • API to generate no examples when no specs are selected
  • Log selected values early to identify issues
  • MP 3.0 Health annotations

Bug fix

  • Internal Server error after session Expired message and force refresh -> problem with randomizeSupportedServers()
  • Contents of microprofile-config.properties should be filtered
  • pom.xml for liberty profile