You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-9
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,22 @@ to add/modify/delete methods/fields/constructors. The annotations on types/metho
9
9
can also be modified and it is possible to add/remove/change values in enum types.
10
10
11
11
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).
13
13
14
14
# Installation
15
15
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)
17
19
18
20
1.2.6 snapshots are in this repo area (grab the most recently built .jar):
@@ -82,13 +86,8 @@ Two launch configurations are already included if you are importing these projec
82
86
which run with or without the generated tests.
83
87
84
88
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`
86
90
87
91
# Can I contribute?
88
92
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