Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

59 lines (43 loc) · 2.75 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

TODO

3.0.0 - 2018-12-07

New Features

  • Java: Java 11 support! Uses Maven 3.6 instead of 3.5. (#160)
  • Java: EXPOSE 8080 by default (#115)

Improvements

  • Camel: Add LastProcessingTime and DeltaProcessingTime to Prometheus Metrics (ENTESB-9524)
  • Java & Karaf: yum update (#172)
  • Java & Karaf: FROM centos:7 instead centos:7.5.1804 (#172)
  • Java: EXPOSE 8080 by default (#115)
  • Java & Karaf: yum clean all - reduces image sizes, and aligns RHEL and CentOS community images
  • Java: yum install --setopt=skip_missing_names_on_install=False (#206)

Bug Fixes

  • Java: Add unzip back again (#184)
  • Java & Karaf: Fix broken build by ditching Java 8 package minor version number (#206)
  • Camel: Metric label values enclosed in double quotes (ENTESB-9818)

Testing

  • Java: Make container image to test flexible in test.sh
  • Java: Add test coverage for JVM metrics exposure (#200)

2.3.1 - 2018-08-10

Bug Fixes

  • Java: Set working directory back to /home/jboss (#169)

2.3.0 - 2018-07-31

New Features

  • Java: Gradle support! (#118)
  • Java: Maven wrapper support (./mvnw)

Improvements

  • Java & Karaf: FROM centos:7.5.1804 instead jboss/base-jdk:8
  • Java: Bump to Jolokia 1.5.0

Bug Fixes

  • Karaf: Added --jit option for Karaf options to add TieredStopAtLevel (OSFUSE-754)
  • Karaf: make all Karaf *.cfg files under etc directory writable (OSFUSE-778)

Doc, Examples & Testing

  • Java: Add examples illustrating Maven, Binary & Gradle use cases
  • Java: Add full image end-to-end self test