This repository was archived by the owner on Nov 3, 2021. It is now read-only.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
JavaRebel Stripes plugin ======================== Plugin to hotswap Stripes ActionBeans. The latest source can be found at http://github.com/knifhen/javarebel-stripes-plugin/tree/master Sample Maven 2 configuration ---------------------------- <repositories> <repository> <id>zt-repo</id> <url>http://repos.zeroturnaround.com/maven2</url> </repository> </repositories> ... <profiles> <profile> <id>development</id> <activation> <activeByDefault>true</activeByDefault> </activation> <dependencies> <dependency> <groupId>se.knifhen</groupId> <artifactId>javarebel-stripes-plugin</artifactId> <version>1.0.1</version> </dependency> </dependencies> </profile> </profiles> Known limitations ----------------- * The plugin does not work with custom ActionResolver implementations. * The plugin will only reload ActionBeans. * @SpringBean annotation will not be reloaded.