Skip to content

Releases: microprofile/microprofile-starter

BuildTools [Gradle, Maven] visible in REST API

Choose a tag to compare

@Karm Karm released this 10 Sep 11:47
v1.8.0
04d6c05

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

Choose a tag to compare

@Karm Karm released this 04 Aug 22:13
v1.7.0
1ce86d8

Fixes, Gradle support, version upgrades.

v1.6.0, MicroProfile 4.0

Choose a tag to compare

@Karm Karm released this 26 Apr 21:51
v1.6.0
9c743c9
v1.6.0

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

Choose a tag to compare

@Karm Karm released this 07 Jan 23:48
v1.5.0
330dc56
  • 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

Choose a tag to compare

@Karm Karm released this 23 Jun 08:58
v1.4.0
62ac8df

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

Choose a tag to compare

@Karm Karm released this 01 May 12:32
v1.3.0
13efb4f

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

Choose a tag to compare

@Karm Karm released this 30 Mar 12:37
v1.2.0
dacee8b

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

Choose a tag to compare

@Karm Karm released this 10 Feb 15:52
v1.1.0
2bec803

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

Choose a tag to compare

@Karm Karm released this 21 Jan 11:41
v1.0.0
bcf063d
  • 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

Choose a tag to compare

@Karm Karm released this 10 Dec 10:15
v0.9.6
71672e8

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