Skip to content

Release v1.0.2

Choose a tag to compare

@github-actions github-actions released this 14 Jul 20:54
· 9 commits to main since this release

[1.0.2] - 2026-07-15

Fixed

  • Embedded-DB Seed Data Corruption (Windows): Korean seed data in embedded-database WAR templates (e.g. simple-homepage's HSQLDB shtdb.sql) rendered as mojibake when Tomcat ran under the RSP backend, because Spring's <jdbc:script> reads seed SQL with the JVM default charset (MS949 on Korean Windows). The launcher now injects encoding="UTF-8" into <jdbc:script> elements across cloned WAR projects before build/deploy. MySQL-backed templates (portal, enterprise) were unaffected since their schemas are imported via the container's utf8mb4 client.