Download Latest Version 5.1.0 source code.zip (1.8 MB)
Email in envelope

Get an email when there's a new version of Bastillion

Home / v4.0.1
Name Modified Size InfoDownloads / Week
Parent folder
4.0.1 source code.tar.gz 2025-11-06 125.6 kB
4.0.1 source code.zip 2025-11-06 197.1 kB
README.md 2025-11-06 2.0 kB
Totals: 3 Items   324.7 kB 0

🚀 Bastillion Release Notes

What’s New

  • ✅ Upgraded to Java 21 and Jakarta EE 11 — modern language features, improved performance, and long-term support.
  • 🔐 Added full support for Ed25519 and Ed448 SSH key generation, with Ed25519 now set as the default key type.
  • 📦 Updated all libraries and dependencies to their latest stable releases for enhanced security, stability, and compatibility.

Migration Guide (from v3.10.00)

To migrate from a previous installation:

  1. Ensure Java 21 is installed
    Bastillion now requires Java 21. Confirm it's installed and available in your environment: bash java --version On Ubuntu, you can install it via: bash sudo apt update sudo apt install -y openjdk‑21‑jdk

  2. Backup your existing database
    The H2 data store is usually named: text bastillion.h2.db (Older versions may use keybox.h2.db.)

  3. Copy the following files and directories from your old installation:

  4. jetty/bastillion/WEB-INF/classes/keydb/ → copy the entire folder and its contents
  5. jetty/bastillion/WEB-INF/classes/bastillion.jceks
  6. jetty/bastillion/WEB-INF/classes/BastillionConfig.properties

  7. Review and migrate configuration files as needed:

  8. jaas.conf
  9. log4j2.xml
  10. keystore
  11. jetty-ssl.xml
  12. jetty-http.xml

  13. Restart Bastillion
    Confirm that the application is connected to its previous database and that all services start cleanly under Jetty.


Additional Notes

  • Ed25519 keys (256-bit) are now the default for improved speed and security.
  • Ed448 keys (448-bit) are supported for environments requiring extended cryptographic strength.
  • Migration preserves existing authorized keys and stored credentials if configuration paths are copied correctly.
Source: README.md, updated 2025-11-06