RFR: JDK-8260858: Implementation specific property xsltcIsStandalone for XSLTC Serializer
Joe Wang
joehw at openjdk.java.net
Tue Feb 16 17:26:39 UTC 2021
On Sun, 14 Feb 2021 21:27:49 GMT, Naoto Sato <naoto at openjdk.org> wrote:
>> Adds a property similar to 'isStandalone' in JDK-8249867.
>>
>> Please note that the test received an auto-format. The material changes were the two tests marked with bug id 8260858 and related data and methods.
>
> test/jaxp/javax/xml/jaxp/unittest/common/prettyprint/PrettyPrintTest.java line 107:
>
>> 105: + "\n"
>> 106: + "</xsl:stylesheet>";
>> 107:
>
> Could be better to use text blocks?
In general, we're keeping it at source level 8 to facilitate backports. As a result, only a few projects so far have been done using more advanced features.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2559
More information about the core-libs-dev
mailing list