Skip to content

Not really a code repo but a faq, collection of texts and links to j2cl libraries created/forked by me

License

Notifications You must be signed in to change notification settings

mP1/j2cl-central

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

j2cl-central

Not really a code repo but a faq, collection of texts and links to j2cl libraries created/forked by me that work with the j2cl javascript runtime.

Maven plugin

Maven plugin required to build other libraries in the family.

Minimal JRE emulation

  • j2cl-uber Include all the minimal bootclass, JRE and runtime libraries
  • j2cl-uber-test Includes junit test support

JRE emulation

The following additions are available, for further details of support and unsupported APIs refer to each project.

Supporting annotation processors

Maven

  • There are no versions or releases only snapshots with the latest.
  • Nothing is pushed to maven-central
  • There are no sources.jar, java source is always included with the jar file containing the binaries.
  • All projects require JDK 9 to build and execute tests, other versions may work but some tests (such as those extracting locale data) will fail because they make assumptions to verify against specific JREs.
  • New JDK than 9 should work, but have not been tested.

Maven repository

Use the following repo to grab the latest builds/snapshots.

<repository>
  <id>github-mp1-appengine-repo</id>
  <url>https://maven-repo-254709.appspot.com</url>
</repository>

This simple maven repo is hosted on Google App Engine using Cerrato Renaud's appengine-maven-repository, which is very easy and quick to setup and just works.

About

Not really a code repo but a faq, collection of texts and links to j2cl libraries created/forked by me

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published