You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate constants for obsolete system properties in SystemUtils
- Deprecate constants for obsolete system property
SystemUtils.JAVA_AWT_FONTS
- Deprecate constants for obsolete system property
SystemUtils.JAVA_AWT_GRAPHICSENV
- Deprecate constants for obsolete system property
SystemUtils.JAVA_AWT_HEADLESS
- Deprecate constants for obsolete system property
SystemUtils.JAVA_AWT_PRINTERJOB
- Deprecate constants for obsolete system property
SystemUtils.JAVA_COMPILER
- Deprecate constants for obsolete system property
SystemUtils.JAVA_ENDORSED_DIRS
- Deprecate constants for obsolete system property
SystemUtils.JAVA_EXT_DIRS
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,13 @@ The <action> type attribute can be add,update,fix,remove.
82
82
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Deprecate method for obsolete system property constant SystemProperties.getJavaEndorsedDirs()</action>
83
83
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Deprecate method for obsolete system property constant SystemProperties.getJavaExtDirs()</action>
84
84
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Deprecate method for obsolete system property constant SystemUtils.isJavaAwtHeadless()</action>
85
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Deprecate constants for obsolete system property SystemUtils.JAVA_AWT_FONTS.</action>
86
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Deprecate constants for obsolete system property SystemUtils.JAVA_AWT_GRAPHICSENV.</action>
87
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Deprecate constants for obsolete system property SystemUtils.JAVA_AWT_HEADLESS.</action>
88
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Deprecate constants for obsolete system property SystemUtils.JAVA_AWT_PRINTERJOB.</action>
89
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Deprecate constants for obsolete system property SystemUtils.JAVA_COMPILER.</action>
90
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Deprecate constants for obsolete system property SystemUtils.JAVA_ENDORSED_DIRS.</action>
91
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Deprecate constants for obsolete system property SystemUtils.JAVA_EXT_DIRS.</action>
85
92
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">[javadoc] General improvements.</action>
86
93
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">[javadoc] Fix thrown exception documentation for MethodUtils.getMethodObject(Class<?>, String, Class<?>...).</action>
87
94
<actiontype="fix"dev="ggregory"due-to="Scott Parish">[javadoc] Strings::equalsAny: CI doc string should show it's insensitive #1416.</action>
0 commit comments