133 Commits

Author SHA1 Message Date
Spring Buildmaster
dc96c351b5 [artifactory-release] Release version 1.2.0 2014-04-24 14:07:57 -07:00
Andy Clement
99cee5dfe7 sorting out pom dependencies 2014-04-24 13:42:59 -07:00
Andy Clement
a7ee062830 Remove unnecessary dependencies from pom 2014-04-24 12:50:58 -07:00
Andy Clement
d1942dc498 for future debugging in here 2014-04-09 13:13:30 -07:00
Andy Clement
5279658db3 polish, remove this 2014-04-09 13:13:02 -07:00
Andy Clement
d40246102d Fix #57: springloaded built with -1.5 2014-04-09 13:10:52 -07:00
Andy Clement
1b96b3da84 allow for com.sun.proxy prefixed proxy names 2014-04-07 13:04:11 -07:00
Andy Clement
8db3167a7c null guard 2014-03-25 08:06:10 -07:00
Andy Clement
37c6f5ba21 guard for github issue 52 2014-03-24 22:45:54 -07:00
Andy Clement
a4f066754b putting in route to latest 1.2.0 2014-03-21 21:41:32 -07:00
Andy Clement
69645a24be Configurable enum limit 2014-03-12 10:31:00 -07:00
Andy Clement
93f9ab4444 Fix issue with Spring Boot now using Spring component in CGLIB names - github issue #49 2014-03-11 15:39:22 -07:00
Andy Clement
513257a84d Serialization handling - see github issue #24 2014-03-11 12:39:34 -07:00
Andy Clement
4bd2f93d71 Fixes #32: NPE in SpringLoadedPreProcessor 2014-03-06 13:29:59 -08:00
Andy Clement
9346b7749b Remove use of Comparator to ease ECJ compilation 2014-03-06 13:27:28 -08:00
Andy Clement
ee3b3acc2f Fixing warnings and harness around running Java8 tests and separate JVM tests 2014-02-26 13:16:57 -08:00
Andy Clement
b474237898 Fixed remaining javadoc issues 2014-02-25 15:15:58 -08:00
Andy Clement
6082381468 Fixing javadoc issues 2014-02-25 11:24:30 -08:00
Andy Clement
76c7ae8c98 resolving merge conflicts with j8 branch 2014-02-24 16:36:51 -08:00
Andy Clement
b9c7cdf4a7 Fixes #40 - Error message with Spring 4 2014-02-24 16:33:45 -08:00
Andy Clement
658745a46b Fix github#27: NPE in TypeRegistry.loadPropertiesConfiguration 2014-02-22 11:11:41 -08:00
Andy Clement
ad6a825688 Allow changing of lambda SAM types (alter method descriptor)
This is currently the 'slow' implementation and actually
slows down invokeinterface too - need to get the fast version
done...
2014-02-21 09:15:27 -08:00
Andy Clement
a663846679 updated readme for new versions 2014-02-20 09:40:40 -08:00
Andy Clement
6ad0bcae97 fixed clash 2014-02-20 09:35:03 -08:00
Andy Clement
e400e2da63 Working Java8 build!
- Split the AspectJ testcode out of the general testdata project.
- Adjusted tests to handle that JDT produces different code to AspectJ.
- Modified some tests to work better with javac compiled testdata (which
  is what happens when building on the command line or build machine)
2014-02-20 09:13:14 -08:00
Andy Clement
fb41624123 work proceeding on 1.2.0 2014-02-19 13:36:32 -08:00
Spring Buildmaster
8d9337c9b4 2014-02-19 12:04:43 -08:00
Spring Buildmaster
f2d5b37096 [artifactory-release] Release version 1.1.5.RELEASE 2014-02-19 12:04:38 -08:00
Andy Clement
f825f54ec4 Javadocs 2014-02-19 11:46:53 -08:00
Andy Clement
0ecf05b660 switch groupid 2014-02-18 17:04:07 -08:00
Andy Clement
d193228a02 Merge pull request #42 from rwinch/artifactory-release
Artifactory release
2014-02-18 13:51:51 -08:00
Andy Clement
526a4d0901 Simplifying the build. Move Java8 code into the main module (springloaded).
This means the springloaded module must be built on top of a 1.8 JRE
although it can be built with 1.6 compliance.
2014-02-18 13:49:51 -08:00
Rob Winch
3c8be78162 Update so the pom conforms to Maven Central requirements
See https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide#SonatypeOSSMavenRepositoryUsageGuide-6.CentralSyncRequirement
2014-02-18 15:38:53 -06:00
Rob Winch
80ac8ffc79 Move version to gradle.properites for Artifactory release management 2014-02-18 15:38:53 -06:00
Andy Clement
c382ecfa95 sigh 2014-02-18 12:28:41 -08:00
Andy Clement
567ac577c0 Adjusting to try and get it into central 2014-02-18 11:54:22 -08:00
Andy Clement
d611574716 working on including other project in distro jar 2014-02-18 11:39:40 -08:00
Andy Clement
caa26b2ff5 More build fixes 2014-02-18 09:27:36 -08:00
Andy Clement
db06b6f619 Fixing the build process for Java8 2014-02-18 09:27:23 -08:00
Andy Clement
da7045b350 diagnostics added for when indy not rewritten 2014-02-17 17:38:30 -08:00
Andy Clement
28a600bb2f Java8 support polish 2014-02-17 17:36:23 -08:00
Andy Clement
0accdf0c13 renamed j8code to springloaded-java8 2014-02-17 16:28:05 -08:00
Andy Clement
909fd20387 more Java8 fixes 2014-02-17 16:26:37 -08:00
Andy Clement
39be705aa5 Java8 support 2014-02-17 16:24:52 -08:00
Andy Clement
f9a8252317 Java 8 lambda testcode 2014-02-17 16:23:53 -08:00
Andy Clement
d2ddb06329 move to 1.2.0 build snapshots 2014-02-13 15:51:51 -08:00
Andy Clement
4efd0557ea 1.1.5 release build 2014-02-13 14:05:46 -08:00
Andy Clement
b19b3e15ab Final tweaks before 1.1.5 2014-02-13 10:57:15 -08:00
Andy Clement
9774e2a0d4 WIP on Java8. Looking at lambda reloading first (required invokedynamic handling) 2014-02-13 10:39:32 -08:00
Andy Clement
8dff505b88 Groundwork for performance related tests 2014-02-06 13:38:04 -08:00