Releases: eclipse/microprofile-starter
Releases · eclipse/microprofile-starter
BuildTools [Gradle, Maven] visible in REST API
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
Fixes, Gradle support, version upgrades.
v1.6.0, MicroProfile 4.0
v1.6.0
v1.5.0, GraphQL example, runtimes updates, UI updates...
- 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
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
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
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
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
- 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
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