Skip to content

Commit ecb5e2b

Browse files
committed
starting to update readme
1 parent 13925b6 commit ecb5e2b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,22 @@ to add/modify/delete methods/fields/constructors. The annotations on types/metho
99
can also be modified and it is possible to add/remove/change values in enum types.
1010

1111
Spring Loaded is usable on any bytecode that may run on a JVM, and is actually the reloading system
12-
used in Grails 2.
12+
used in Grails 2,3,4 (on java 8).
1313

1414
# Installation
1515

16-
1.2.5 has now been released: [springloaded-1.2.5.RELEASE.jar](https://repo.spring.io/release/org/springframework/springloaded/1.2.5.RELEASE/springloaded-1.2.5.RELEASE.jar)
16+
1.3.0 has now been released!
17+
18+
1.3.0 Enables support for Grails 4.0.4+ Running on Java 8 (Java 11 is not yet supported and is in Development)
1719

1820
1.2.6 snapshots are in this repo area (grab the most recently built .jar):
1921
<a href="https://repo.spring.io/webapp/#/artifacts/browse/tree/General/libs-snapshot-local/org/springframework/springloaded/1.2.6.BUILD-SNAPSHOT">repo.spring.io</a>
2022

2123
The download is the agent jar and needs no further unpacking before use.
2224

2325

26+
27+
2428
# Running with reloading
2529

2630
java -javaagent:<pathTo>/springloaded-{VERSION}.jar -noverify SomeJavaClass
@@ -82,13 +86,8 @@ Two launch configurations are already included if you are importing these projec
8286
which run with or without the generated tests.
8387

8488
A gradle build script is included, run './gradlew build' to rebuild the agent - it will be created
85-
as something like: `springloaded/build/libs/springloaded-1.1.5.BUILD-SNAPSHOT.jar`
89+
as something like: `springloaded/build/libs/springloaded-1.3.0.BUILD-SNAPSHOT.jar`
8690

8791
# Can I contribute?
8892

89-
Sure! Just press *Fork* at the top of this github page and get coding. Before we accept pull
90-
requests we just need you to sign a simple contributor's agreement - which you can find
91-
[here](https://support.springsource.com/spring_committer_signup). Signing the contributor's
92-
agreement does not grant anyone commit rights to the main repository, but it does mean that we
93-
can accept your contributions, and you will get an author credit if we do. Active contributors
94-
might be asked to join the core team, and given the ability to merge pull requests.
93+
Sure! This is based on the original Spring Source Project work done by Andy Clement. As Spring was moving away from spring-loaded in favor of spring-dev-tools (a slower alternative), Community efforts were made to update spring-loaded to work in more recent builds of Grails.

0 commit comments

Comments
 (0)