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
- 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)
- 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)
- 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
- Java: Set working directory back to /home/jboss (#169)
2.3.0 - 2018-07-31
- Java: Gradle support! (#118)
- Java: Maven wrapper support (
./mvnw
)
- Java & Karaf: FROM centos:7.5.1804 instead jboss/base-jdk:8
- Java: Bump to Jolokia 1.5.0
- Karaf: Added --jit option for Karaf options to add TieredStopAtLevel (OSFUSE-754)
- Karaf: make all Karaf *.cfg files under etc directory writable (OSFUSE-778)
- Java: Add examples illustrating Maven, Binary & Gradle use cases
- Java: Add full image end-to-end self test