Skip to content

Commit 13cd7d0

Browse files
authored
Merge pull request #1122 from felicity-semmle/1.20/SD-3061-java-versions
QL 1.20 docs: Be more explicit about Java versions supported
2 parents 23f7171 + e05387f commit 13cd7d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

change-notes/1.20/support/framework-support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Frameworks and libraries
22
########################
33

4-
The QL libraries and queries in this version have been explicitly checked against the libraries and frameworks listed below.
4+
The QL libraries and queries in version |version| have been explicitly checked against the libraries and frameworks listed below.
55

66
.. pull-quote::
77

change-notes/1.20/support/language-support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Note that where there are several versions or dialects of a language, the suppor
1414
.. container:: footnote-group
1515

1616
.. [1] The best results are achieved with COBOL code that stays close to the ANSI 85 standard.
17-
.. [2] Java 11 refers to the language features used. Builds that execute on Java 6 or higher can be analyzed.
17+
.. [2] Builds that execute on Java 6 to 11 can be analyzed. The analysis understands Java 11 language features.
1818
.. [3] JSX and Flow code, YAML, JSON, and HTML files may also be analyzed with JavaScript files.
1919
.. [4] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default for LGTM.

change-notes/1.20/support/versions-compilers.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ C#,C# up to 7.2 together with .NET versions up to 4.7.1,"Microsoft Visual Studio
88
99
.NET Core up to 2.1","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``"
1010
COBOL,ANSI 85 or newer [1]_.,Not applicable,"``.cbl``, ``.CBL``, ``.cpy``, ``.CPY``, ``.copy``, ``.COPY``"
11-
Java,"Java 11 [2]_. or lower","javac (OpenJDK and Oracle JDK)
11+
Java,"Java 6 to 11 [2]_.","javac (OpenJDK and Oracle JDK)
1212
1313
Eclipse compiler for Java (ECJ) batch compiler",``.java``
1414
JavaScript,ECMAScript 2018 or lower,Not applicable,"``.js``, ``.jsx``, ``.mjs``, ``.es``, ``.es6``, ``.htm``, ``.html``, ``.xhm``, ``.xhtml``, ``.vue``, ``.json`` [3]_."

0 commit comments

Comments
 (0)