Skip to content

Releases: HotswapProjects/HotswapAgent

0.2 - stable

09 Nov 20:09
Compare
Choose a tag to compare

Several bug fixes and small development:

  • Brand new Equinox/OSGI plugin (support for Eclipse RCP development)
  • ELResolver fixes
  • #42 annotation names cleanup ( @OnClassLoadEvent, @OnResourceFileEvent, ...)
  • Seam + CDI plugins cleanup

0.1-beta4 - maintenance

28 Jul 14:16
Compare
Choose a tag to compare

Added test automation for Java 1.7, 1.8 and various Spring + Hibernate versions.

See HotswapAgentExamples/plain-servlet tests for all supported containers:

  • Jetty + Tomcat - fully supported
  • JBoss/Wildfly - it works, but advanced properties (extraClasspath, watchResources, webappDir) are not supported yet.
  • Glassfish - does not start at all. See associated issue for manual setup.

0.1-beta3 - Seam, JSF, EL

02 Apr 16:19
Compare
Choose a tag to compare
  • Thanks to skybber for new plugins to support Seam and JSF/BeanELResolver.
  • Examples moved to separate project HotswapAgentExamples
  • Spring plugin now supports all 3x a 4x Spring versions
  • Several bug correction
  • New plugin for IntelliJ IDEA

See Quick Start for installation and setup notes.

0.1-beta2 - Stability fix

26 Jan 20:18
Compare
Choose a tag to compare
Pre-release

Quick update to 0.1-beta1, it is targeted to fix stability issues. This release has been tested with a large enterprise application and it should work even after a complete rebuild in running application.

Check new ExamplePlugin to learn how to start with your custom plugin.

Installation and setup notes can be found in the main README.md file (or inside the release package).

Download the release package HotswapAgent-0.1-beta2.zip. Part of the package is Java patch (DCEVM) prebuilt for JDK 1.7.0_45 windows 64bit and linux AMD 64bit.

0.1-beta1 - First public beta release

20 Jan 15:53
Compare
Choose a tag to compare
Pre-release

This release has been used in a real world development process and should be working sufficiently to help you with development.

However, there are many development setups (various IDE, application server, frameworks) and many of them have never been tested. Please use HotswapAgent discussion group to ask a question or share a success story about working setup with detail guidelines.

Installation and setup notes can be found in the main README.md file (or inside the release package).

Download the release package HotswapAgent-0.1-beta1.zip.

Sandbox release

29 Nov 14:43
Compare
Choose a tag to compare
Sandbox release Pre-release
Pre-release

First public snapshot :). This release is targeted for Windows 64bit only.