All notable changes to this project will be documented in this file.
- Change Postgres version to 42.2.23.
- Add globally trusted CAs to truststore.
- Add timestamp to route error log messages.
- Change Camel Spring Boot version to 3.11.0.
- Log errors during route execution to the Configuration Manager.
- Change Spring Boot version to 2.5.2.
- Change Postgres version to 42.2.22.
- Remove custom connection manager for HTTP component, to allow using HTTP URLs.
- Add custom truststore for Camel HTTP component (configurable via
application.properties
).
- Change Spring Boot version to 2.5.1.
- Change Postgres version to 42.2.21.
- RollingFileAppender in
log4j2.xml
.
- Change Camel Spring Boot version to 3.10.0.
- Change Spring Boot version to 2.5.0.
- Setup a basic Spring Boot application.
- Integrate Camel Springboot starter and component starters (HTTP, SQL, Paho, File) v3.9.0.
- Provide REST endpoint for adding and removing Camel routes and Spring beans.
- Add basic authentication for the backend API.
- Provide example routes.