# Changelog

## [v4.0.3](https://github.com/DaveO-Home/dodex-helidon-mp/tree/v1.0.0) (2026-07-10)

[Full Changelog](https://github.com/DaveO-Home/dodex-helidon-mp/compare/v4.0.2..v4.0.3)

* Added missing step to Docker build. (Execute `mvn package` to build `jar` file and `libs`.)
* Added Dockerfile2 to use from the Docker.io prebuilt image instead of using the `mvn package`

## [v4.0.2](https://github.com/DaveO-Home/dodex-helidon-mp/tree/v1.0.0) (2026-07-09)

[Full Changelog](https://github.com/DaveO-Home/dodex-helidon-mp/compare/v4.0.1..v4.0.2)

* Upgraded to Helidon MP 4.5.0
* Upgraded to Gradle 9.5.1
* Upgraded java/kotlin and JavaScript dependencies
* Removed node_modules from classpath(build). See directory `..../WEB/static/test`
  * no need to install dodex `npm install` in `src/main/resources/WEB/static` included by default and package.json removed.
  * to rebuild `cd src/grpc/client` and execute `npm run dodex:build` or `npm run dodex:prod`.
* Fixed Docker build

## [v4.0.1](https://github.com/DaveO-Home/dodex-helidon-mp/tree/v1.0.0) (2026-04-22)

[Full Changelog](https://github.com/DaveO-Home/dodex-helidon-mp/compare/v4.0.0..v4.0.1)

* Upgraded to Helidon MP 4.4.1
* Upgraded to Gradle 9.4.1 

## [v4.0.0](https://github.com/DaveO-Home/dodex-helidon-mp/tree/v1.0.0) (2025-10-06)

[Full Changelog](https://github.com/DaveO-Home/dodex-helidon-mp/compare/v2.0.0..v4.0.0)

* Upgraded to Helidon MP 4.3.0
* Upgraded javascript dependencies
* Upgraded to Gradle 9.1.0
* Added mvnw
* Fixed mssql table creation syntax

## [v2.0.0](https://github.com/DaveO-Home/dodex-helidon-mp/tree/v1.0.0) (2025-03-24)

[Full Changelog](https://github.com/DaveO-Home/dodex-helidon-mp/compare/v1.0.0..v2.0.0)

* Helidon MP 4.2.0
* Removed all `@PersistentUnit` annotations - too restrictive for switching among databases
* Replaced MicroProfile `DataSources` with `jakarta`, see `persistence.xml`
* Manual instantiation of `Entity Manager Factory`
* Added `gRPC` application using `Kotlin` and `Hibernate`
* Moved the `OpenApi` code to `src/grpc/client` directory
* Reorganized packages

## [v1.0.0](https://github.com/DaveO-Home/dodex-helidon-mp/tree/v1.0.0) (2023-12-11)

[Initial Changelog](https://github.com/DaveO-Home/dodex-helidon-mp/compare/v1.0.0..v1.0.0)

* Helidon MP 4.0.1
* Hibernate 6.3.1
* Hikari wrapped by Helidon integrations 4.0.1
* Jakarta Persistence 3
* Configured with both Maven and Gradle
* Includes Dodex demo with OpenAPI grouping
* The Websocket Endpoint times out after 5 minutes idle time. All attempts to configure an extended time has failed.

*This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
