/[Apache-SVN]
ViewVC logotype

Revision 1692012


Jump to revision: Previous Next
Author: rwhitcomb
Date: Mon Jul 20 19:49:19 2015 UTC (8 years, 9 months ago)
Changed paths: 2
Log Message:
PIVOT-974:  Fix BXMLSerializer to correctly deal with the new Java 8 Nashorn
script engine by doing two things:
1) Accessing global variables needs to be done through the "nashorn.global" object.
2) The "nashorn:mozilla_compat.js" script needs to be loaded first before any
   other scripts are executed.

This change implements these two fixes.

This is a merge of revision 1691618 from trunk to branches/2.0.x.

Since we build 2.0.x with Java 6, strictly speaking this change wouldn't be
necessary there, except that a lot of users will be running (not building)
on Java 8 now, since Java 7 is EOL, so this change will actually be necessary
for the 2.0.5 release.




Changed paths

Path Details
Directorypivot/branches/2.0.x/ modified , props changed
Directorypivot/branches/2.0.x/core/src/org/apache/pivot/beans/BXMLSerializer.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26