Skip to content

Releases: alexjcm/jbdeploy

v1.3.0

18 Apr 19:06

Choose a tag to compare

What's changed

Changed

  • Upgraded TypeScript to 6 and updated TypeScript ESLint compatibility to the TS6-supported range.
  • Updated action labels to clearer UX wording: Build, copy & start, Copy & start, Start server.
  • Made action labels context-aware when the server is already running: Build, copy & deploy, Copy & deploy.
  • Refined deploy/start feedback messages to reduce visual noise and show the selected server more clearly.

Fixed

  • Fixed server-running detection to target the selected serverHome instead of any JBoss/WildFly instance on the machine.
  • Added contextual visibility for artifacts already present on the selected server, excluding *.undeployed entries

v1.2.0

08 Apr 13:18

Choose a tag to compare

What's New 🚀

  • ← Back Navigation: Now you can navigate back to the server selection menu from any step without restarting the CLI.
  • Performance Optimization: Switched from fast-glob to native Node.js fs APIs, resulting in faster execution and a zero-dependency-ready bundle.

v1.1.0

27 Mar 15:30

Choose a tag to compare

Release v1.1.0 - Project Memory and Smart Menu

v1.0.0

22 Mar 16:48

Choose a tag to compare

jbdeploy is a CLI tool to deploy EAR/WAR artifacts to JBoss or Wildfly with automatic build detection and interactive TUI.

Highlights:

🔍 Auto-detects Gradle or Maven wrappers and builds your project
📦 Deploys to standalone/deployments with real-time status validation
🎛️ Interactive prompts with persistent preferences
⚙️ Configurable JVM debug port and memory profiles per server