rt/aot/src/main/java/org/apidesign/bck2brwsr/aot/Bck2BrwsrJars.java
Mon, 16 Jan 2017 04:08:05 +0100 Another check against missing manifest
Mon, 16 Jan 2017 04:04:22 +0100 More defensive checks shielding against JARs without manifest
Sat, 05 Mar 2016 10:28:10 +0100 RetroLamda needs to access resources from classpath, not the converted ones to deal with lamda interfaces with default methods
Sun, 17 May 2015 10:16:42 +0200 Merging the signed JAR robustness fix.
Sun, 17 May 2015 10:13:05 +0200 Only ask for inputstream is we know the entry exists. Prevents NPE on signed JAR archives.
Wed, 15 Apr 2015 11:51:04 +0200 Remove initial / if present
Tue, 24 Feb 2015 11:12:53 +0100 Using year range 2012-2015 in copyright header
Sun, 11 Jan 2015 09:54:37 +0100 Honor ignoreBootClassPath attribute in all mojos
Fri, 09 Jan 2015 21:48:45 +0100 Close the reader
Fri, 09 Jan 2015 21:38:00 +0100 Process package-info.java normally
Wed, 26 Nov 2014 16:44:12 +0100 Documenting support for NetBeans module system attributes
Sun, 23 Nov 2014 21:59:21 +0100 Recognizes NetBeans manifest tags
Thu, 20 Nov 2014 05:56:47 +0100 Test whether we can parse OSGi export package manifest tag
Fri, 26 Sep 2014 13:42:15 +0200 Need to be able to load classes from classpath to find out if a method overrides something in a superclass.
Sun, 14 Sep 2014 22:33:35 +0200 Fail the build if invokeDynamic instruction remains un-preprocessed
Sat, 13 Sep 2014 16:11:42 +0200 Call RetroLambda during AOT compilation
Sat, 13 Sep 2014 15:37:01 +0200 Don't forget to add to classes list
Sat, 13 Sep 2014 14:19:43 +0200 Support processing of lambda also in directories
Sat, 13 Sep 2014 13:44:01 +0200 Can call RetroLambda processor in JAR files.
Mon, 09 Jun 2014 21:27:49 +0200 Need to include javadoc for artifacts one wants to publish to maven repo
Mon, 09 Jun 2014 19:16:34 +0200 Actually use the passed-in configuration object
Tue, 27 May 2014 12:25:41 +0200 The static calculator demo needs to reference just a single application .js file from its main HTML page. The rest is loaded based on classpath attribute.
Tue, 27 May 2014 09:20:06 +0200 Adding since tag
Mon, 26 May 2014 18:29:46 +0200 Skip Maven related info files
Mon, 26 May 2014 18:21:36 +0200 Can't close the JAR, we read its resources later
Mon, 26 May 2014 17:52:56 +0200 Moving the JAR file parsing and processing into a shared library