Commit Graph

43 Commits

Author SHA1 Message Date
Andy Clement
5c129cb9be bumped dev version to 1.1.4 2013-09-19 10:42:43 -07:00
stefaneggerstorfer
2c2a0935d0 Update README.md
replace drone.io status badge with the one from Cloudbees Jenkins
2013-09-19 08:34:44 +02:00
Stefan Eggerstorfer
6548534743 gradle build
add ignoreFailures flag
replace junit 3 assert with junit 4 assert
2013-09-08 21:31:05 +02:00
Stefan Eggerstorfer
ebe212fa3d add system property "generatedTests" 2013-09-08 19:56:53 +02:00
Stefan Eggerstorfer
41cbf8f286 add executable bit to gradlew script 2013-09-08 19:30:19 +02:00
Stefan Eggerstorfer
f0a6c4d425 gradle build
- remove checked-in jars (except the ones loaded by tests)
- configure eclipse settings for STS
2013-09-05 21:18:09 +02:00
Stefan Eggerstorfer
f7210d79f9 refine gradle build to execute tests
- split up testdata project
- allow all test classloaders to load class files from IDE bin or Gradle
build directory
2013-09-05 07:16:04 +02:00
Stefan Eggerstorfer
97f36575c3 update gradle build
add gradle wrapper
disable generated tests (at least temporarily)
2013-09-03 23:20:53 +02:00
stefaneggerstorfer
049cd9a912 Update README.md
add drone.io build info
2013-09-03 23:13:33 +02:00
Stefan Eggerstorfer
46f8cfcb12 Merge branch 'gradle-build' of https://github.com/ramonza/spring-loaded 2013-09-03 18:47:59 +02:00
Stefan Eggerstorfer
85e7164633 fix ClassCastException in
org.springsource.loaded.ri.ReflectiveInterceptor.jlrMethodInvoke(Method,
Object, Object...)
2013-09-02 22:23:47 +02:00
Andy Clement
9c5f2851bc GRAILS-10294: fix to avoid repeated recalculation and some sync blocks for locking 2013-07-29 08:38:22 -07:00
Andy Clement
283aa439da GRAILS-10275 fix 2013-07-24 10:11:14 -07:00
Andy Clement
e79d937748 Fix issue#12: NPE when multiple threads allocating ID 2013-06-27 08:25:23 -07:00
Andy Clement
efa169fb8d GRAILS-10183 2013-06-20 09:26:47 -07:00
Andy Clement
6922aa5986 possible fix for issue #9 2013-05-29 08:09:57 -07:00
Andy Clement
feaf6b4a8c Fixes #8: ensure array is always large enough 2013-05-29 07:59:47 -07:00
Andy Clement
475d1caf0c added notice file 2013-05-15 13:14:36 -07:00
Andy Clement
70de43fa98 Do not cache proxy classes 2013-05-03 15:50:18 -07:00
Andy Clement
db23e660cd new version link 2013-04-30 14:00:14 -07:00
Andy Clement
29b014175a https://github.com/SpringSource/spring-loaded/issues/6 2013-04-30 13:55:03 -07:00
Andy Clement
875fe2fde1 Testcode that is captured in a jar 2013-04-30 13:54:23 -07:00
Andy Clement
4fc4ae6dd0 http://jira.grails.org/browse/GRAILS-10027 2013-04-26 15:47:10 -07:00
Andy Clement
6d30e0de3e http://jira.grails.org/browse/GRAILS-10023 2013-04-26 13:58:18 -07:00
Andy Clement
6d5226fcf5 latest 1.1.2 ref 2013-04-25 16:06:11 -07:00
Andy Clement
52b5278a60 #fixed 4 - NSME with inheritance and static methods 2013-04-25 15:21:28 -07:00
Andy Clement
aa8ee46b86 1.1.2 dev link 2013-03-01 15:22:30 -08:00
Andy Clement
932ad16eff when reloading is adding new fields and new ctors in one step, the ISMgr can fail to be initialized, this fixes that. 2013-03-01 15:08:05 -08:00
Ramon Nogueira
f9a3d9d542 Build a separate -agent jar which contains the embedded asm dependency 2013-02-20 09:28:15 +02:00
Ramon Nogueira
7a2dfe8b72 JarJar and source jar 2013-02-16 06:18:54 +02:00
Ramon Nogueira
8b238f6c5c Install to local maven repository 2013-02-15 05:43:07 +02:00
Ramon Nogueira
f0eeffff02 Gradle build: initial work 2013-02-15 05:20:24 +02:00
Andy Clement
0c40cbfd66 clear cache index map if deleting cache 2012-12-11 10:28:17 -08:00
Andy Clement
8fbffa90e6 1.1.1 license added 2012-12-11 10:22:45 -08:00
Andy Clement
670cbed24f Cache versioning so we can clear it when the format changes automatically.
Without this the user must manually clear the cache.
2012-12-11 10:20:38 -08:00
Andy Clement
8ff073a398 Fix for handling extending list of excluded loaders with springloaded.properties
Issue: http://jira.grails.org/browse/GRAILS-9600
2012-12-11 09:35:44 -08:00
Andy Clement
778f4e52ce Avoid IllegalArgumentException (URI not hierarchical)
Issue: http://jira.grails.org/browse/GRAILS-9654
2012-12-10 10:52:10 -08:00
Andy Clement
57a72c8b7e Try to avoid infinite loop
Issue: http://jira.grails.org/browse/GRAILS-9647
2012-12-10 10:37:00 -08:00
Andy Clement
2fe68af988 More accepts() get NPE guards
Issue: http://jira.grails.org/browse/GRAILS-9651
2012-12-10 08:25:08 -08:00
Andy Clement
dcee3af4be NPE guard for JVMPlugin.accept
Issue: http://jira.grails.org/browse/GRAILS-9651
2012-12-10 08:16:47 -08:00
Andy Clement
ed0d9008a0 copy of license at project root 2012-12-07 08:45:34 -08:00
Andy Clement
1bf580f54b First drop 2012-12-07 08:43:54 -08:00
Andy Clement
deff1cc219 Initial commit 2012-12-06 15:17:43 -08:00