davetcc / tcMenu

Menu library for Arduino, mbed and ESP with designer UI and remote control capabilities.
https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/
Apache License 2.0
272 stars 25 forks source link

Embedded Java creation for RPI should not use spring and should copy over i18n files #393

Closed davetcc closed 6 months ago

davetcc commented 10 months ago

Describe the bug The embedded Java creator should not use Spring to configure the app as unfortunately, Spring does not work with JLink, and the most likely way that such an app would be distributed is with JLink. Further, I noticed that the I18N files do not get copied automatically during Java code generation.

To Reproduce Create any localized embedded Java project.

Expected behavior It would not have a dependency on spring, and would include the resource bundle in the distribution.

Screenshots - optional None needed

Embedded environment - if applicable Embedded Java

davetcc commented 6 months ago

Fully tested now both unit/integration level and full UI test too.