Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Bug 1149 - Add JCPP Apache 2.0 License to LICENSE.txt file / Also add (details)
  2. JavaEmitter: Always use 'containingJTypeName' for (details)
  3. Bump to 2.3.1 release (details)
Commit 3dc82b104cf69db890328ff1ffd165474c4a4d59 by Sven Gothel
Bug 1149 - Add JCPP Apache 2.0 License to LICENSE.txt file / Also add the Apache 2.0 license to doc/licenses/Apache.LICENSE-2.0

JCPP migration shall be completed now.

Thx to Ben Mankin, aka Shevek!
The file was modifiedLICENSE.txt (diff)
The file was addeddoc/licenses/Apache.LICENSE-2.0 (diff)
Commit 5ca2db226e23c61339943f981a3f46300818cb9a by Sven Gothel
JavaEmitter: Always use 'containingJTypeName' for JavaConfiguration.canonicalStructFieldSymbol(..)

Patch harmonizes configuration, was also using 'structCTypeName' besides 'containingJTypeName',
but surely it makes no sense to use different type names for struct-field configurations.
The file was modifiedsrc/java/com/jogamp/gluegen/JavaEmitter.java (diff)
The file was modifiedmake/jogamp-env.xml (diff)