diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7f2c44de..ae6a6c49 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - name: Setup HUGO uses: peaceiris/actions-hugo@v3 with: - hugo-version: '0.126.0' + hugo-version: '0.126.1' - name: Render working-directory: 'site' run: hugo diff --git a/site/content/jdk/1.2/apidiff/1.1.md b/site/content/jdk/1.2/apidiff/1.1.md deleted file mode 100644 index 28a1ab20..00000000 --- a/site/content/jdk/1.2/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 1.2" -description: "Comparing Java 1.2 with Java 1.1 APIs" -type: "apidiff" -targetversion: "1.2" -baseversion: "1.1" ---- diff --git a/site/content/jdk/1.3/apidiff/1.1.md b/site/content/jdk/1.3/apidiff/1.1.md deleted file mode 100644 index c7cf3f2d..00000000 --- a/site/content/jdk/1.3/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 1.3" -description: "Comparing Java 1.3 with Java 1.1 APIs" -type: "apidiff" -targetversion: "1.3" -baseversion: "1.1" ---- diff --git a/site/content/jdk/1.3/apidiff/1.2.md b/site/content/jdk/1.3/apidiff/1.2.md deleted file mode 100644 index d42001b1..00000000 --- a/site/content/jdk/1.3/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 1.3" -description: "Comparing Java 1.3 with Java 1.2 APIs" -type: "apidiff" -targetversion: "1.3" -baseversion: "1.2" ---- diff --git a/site/content/jdk/1.4/apidiff/1.1.md b/site/content/jdk/1.4/apidiff/1.1.md deleted file mode 100644 index fd66b730..00000000 --- a/site/content/jdk/1.4/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 1.4" -description: "Comparing Java 1.4 with Java 1.1 APIs" -type: "apidiff" -targetversion: "1.4" -baseversion: "1.1" ---- diff --git a/site/content/jdk/1.4/apidiff/1.2.md b/site/content/jdk/1.4/apidiff/1.2.md deleted file mode 100644 index 582f6bb4..00000000 --- a/site/content/jdk/1.4/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 1.4" -description: "Comparing Java 1.4 with Java 1.2 APIs" -type: "apidiff" -targetversion: "1.4" -baseversion: "1.2" ---- diff --git a/site/content/jdk/1.4/apidiff/1.3.md b/site/content/jdk/1.4/apidiff/1.3.md deleted file mode 100644 index 6f892d4a..00000000 --- a/site/content/jdk/1.4/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 1.4" -description: "Comparing Java 1.4 with Java 1.3 APIs" -type: "apidiff" -targetversion: "1.4" -baseversion: "1.3" ---- diff --git a/site/content/jdk/10/apidiff/1.1.md b/site/content/jdk/10/apidiff/1.1.md deleted file mode 100644 index 372a48d2..00000000 --- a/site/content/jdk/10/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 10" -description: "Comparing Java 10 with Java 1.1 APIs" -type: "apidiff" -targetversion: "10" -baseversion: "1.1" ---- diff --git a/site/content/jdk/10/apidiff/1.2.md b/site/content/jdk/10/apidiff/1.2.md deleted file mode 100644 index cf23f20a..00000000 --- a/site/content/jdk/10/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 10" -description: "Comparing Java 10 with Java 1.2 APIs" -type: "apidiff" -targetversion: "10" -baseversion: "1.2" ---- diff --git a/site/content/jdk/10/apidiff/1.3.md b/site/content/jdk/10/apidiff/1.3.md deleted file mode 100644 index a3118b3b..00000000 --- a/site/content/jdk/10/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 10" -description: "Comparing Java 10 with Java 1.3 APIs" -type: "apidiff" -targetversion: "10" -baseversion: "1.3" ---- diff --git a/site/content/jdk/10/apidiff/1.4.md b/site/content/jdk/10/apidiff/1.4.md deleted file mode 100644 index b460f0f6..00000000 --- a/site/content/jdk/10/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 10" -description: "Comparing Java 10 with Java 1.4 APIs" -type: "apidiff" -targetversion: "10" -baseversion: "1.4" ---- diff --git a/site/content/jdk/10/apidiff/5.md b/site/content/jdk/10/apidiff/5.md deleted file mode 100644 index 851656d3..00000000 --- a/site/content/jdk/10/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 10" -description: "Comparing Java 10 with Java 5 APIs" -type: "apidiff" -targetversion: "10" -baseversion: "5" ---- diff --git a/site/content/jdk/10/apidiff/6.md b/site/content/jdk/10/apidiff/6.md deleted file mode 100644 index aa6a5c0e..00000000 --- a/site/content/jdk/10/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 10" -description: "Comparing Java 10 with Java 6 APIs" -type: "apidiff" -targetversion: "10" -baseversion: "6" ---- diff --git a/site/content/jdk/10/apidiff/7.md b/site/content/jdk/10/apidiff/7.md deleted file mode 100644 index a0d71ffa..00000000 --- a/site/content/jdk/10/apidiff/7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 10" -description: "Comparing Java 10 with Java 7 APIs" -type: "apidiff" -targetversion: "10" -baseversion: "7" ---- diff --git a/site/content/jdk/10/apidiff/8.md b/site/content/jdk/10/apidiff/8.md deleted file mode 100644 index a22c9d89..00000000 --- a/site/content/jdk/10/apidiff/8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 10" -description: "Comparing Java 10 with Java 8 APIs" -type: "apidiff" -targetversion: "10" -baseversion: "8" ---- diff --git a/site/content/jdk/10/apidiff/9.md b/site/content/jdk/10/apidiff/9.md deleted file mode 100644 index f70098f2..00000000 --- a/site/content/jdk/10/apidiff/9.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 10" -description: "Comparing Java 10 with Java 9 APIs" -type: "apidiff" -targetversion: "10" -baseversion: "9" ---- diff --git a/site/content/jdk/11/apidiff/1.1.md b/site/content/jdk/11/apidiff/1.1.md deleted file mode 100644 index 440c176c..00000000 --- a/site/content/jdk/11/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 11" -description: "Comparing Java 11 with Java 1.1 APIs" -type: "apidiff" -targetversion: "11" -baseversion: "1.1" ---- diff --git a/site/content/jdk/11/apidiff/1.2.md b/site/content/jdk/11/apidiff/1.2.md deleted file mode 100644 index 5502026a..00000000 --- a/site/content/jdk/11/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 11" -description: "Comparing Java 11 with Java 1.2 APIs" -type: "apidiff" -targetversion: "11" -baseversion: "1.2" ---- diff --git a/site/content/jdk/11/apidiff/1.3.md b/site/content/jdk/11/apidiff/1.3.md deleted file mode 100644 index 51216ef4..00000000 --- a/site/content/jdk/11/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 11" -description: "Comparing Java 11 with Java 1.3 APIs" -type: "apidiff" -targetversion: "11" -baseversion: "1.3" ---- diff --git a/site/content/jdk/11/apidiff/1.4.md b/site/content/jdk/11/apidiff/1.4.md deleted file mode 100644 index 1485df66..00000000 --- a/site/content/jdk/11/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 11" -description: "Comparing Java 11 with Java 1.4 APIs" -type: "apidiff" -targetversion: "11" -baseversion: "1.4" ---- diff --git a/site/content/jdk/11/apidiff/10.md b/site/content/jdk/11/apidiff/10.md deleted file mode 100644 index ead34861..00000000 --- a/site/content/jdk/11/apidiff/10.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 11" -description: "Comparing Java 11 with Java 10 APIs" -type: "apidiff" -targetversion: "11" -baseversion: "10" ---- diff --git a/site/content/jdk/11/apidiff/5.md b/site/content/jdk/11/apidiff/5.md deleted file mode 100644 index 6f05be4c..00000000 --- a/site/content/jdk/11/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 11" -description: "Comparing Java 11 with Java 5 APIs" -type: "apidiff" -targetversion: "11" -baseversion: "5" ---- diff --git a/site/content/jdk/11/apidiff/6.md b/site/content/jdk/11/apidiff/6.md deleted file mode 100644 index 08ecc71c..00000000 --- a/site/content/jdk/11/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 11" -description: "Comparing Java 11 with Java 6 APIs" -type: "apidiff" -targetversion: "11" -baseversion: "6" ---- diff --git a/site/content/jdk/11/apidiff/7.md b/site/content/jdk/11/apidiff/7.md deleted file mode 100644 index 0cddc8b2..00000000 --- a/site/content/jdk/11/apidiff/7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 11" -description: "Comparing Java 11 with Java 7 APIs" -type: "apidiff" -targetversion: "11" -baseversion: "7" ---- diff --git a/site/content/jdk/11/apidiff/8.md b/site/content/jdk/11/apidiff/8.md deleted file mode 100644 index 2acc84e3..00000000 --- a/site/content/jdk/11/apidiff/8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 11" -description: "Comparing Java 11 with Java 8 APIs" -type: "apidiff" -targetversion: "11" -baseversion: "8" ---- diff --git a/site/content/jdk/11/apidiff/9.md b/site/content/jdk/11/apidiff/9.md deleted file mode 100644 index 78b451a9..00000000 --- a/site/content/jdk/11/apidiff/9.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 11" -description: "Comparing Java 11 with Java 9 APIs" -type: "apidiff" -targetversion: "11" -baseversion: "9" ---- diff --git a/site/content/jdk/12/apidiff/1.1.md b/site/content/jdk/12/apidiff/1.1.md deleted file mode 100644 index 231ab405..00000000 --- a/site/content/jdk/12/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 12" -description: "Comparing Java 12 with Java 1.1 APIs" -type: "apidiff" -targetversion: "12" -baseversion: "1.1" ---- diff --git a/site/content/jdk/12/apidiff/1.2.md b/site/content/jdk/12/apidiff/1.2.md deleted file mode 100644 index 079c02e1..00000000 --- a/site/content/jdk/12/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 12" -description: "Comparing Java 12 with Java 1.2 APIs" -type: "apidiff" -targetversion: "12" -baseversion: "1.2" ---- diff --git a/site/content/jdk/12/apidiff/1.3.md b/site/content/jdk/12/apidiff/1.3.md deleted file mode 100644 index 45f441ac..00000000 --- a/site/content/jdk/12/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 12" -description: "Comparing Java 12 with Java 1.3 APIs" -type: "apidiff" -targetversion: "12" -baseversion: "1.3" ---- diff --git a/site/content/jdk/12/apidiff/1.4.md b/site/content/jdk/12/apidiff/1.4.md deleted file mode 100644 index 30cf079b..00000000 --- a/site/content/jdk/12/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 12" -description: "Comparing Java 12 with Java 1.4 APIs" -type: "apidiff" -targetversion: "12" -baseversion: "1.4" ---- diff --git a/site/content/jdk/12/apidiff/10.md b/site/content/jdk/12/apidiff/10.md deleted file mode 100644 index 6283c583..00000000 --- a/site/content/jdk/12/apidiff/10.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 12" -description: "Comparing Java 12 with Java 10 APIs" -type: "apidiff" -targetversion: "12" -baseversion: "10" ---- diff --git a/site/content/jdk/12/apidiff/11.md b/site/content/jdk/12/apidiff/11.md deleted file mode 100644 index 5489f88a..00000000 --- a/site/content/jdk/12/apidiff/11.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 12" -description: "Comparing Java 12 with Java 11 APIs" -type: "apidiff" -targetversion: "12" -baseversion: "11" ---- diff --git a/site/content/jdk/12/apidiff/5.md b/site/content/jdk/12/apidiff/5.md deleted file mode 100644 index b7f29931..00000000 --- a/site/content/jdk/12/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 12" -description: "Comparing Java 12 with Java 5 APIs" -type: "apidiff" -targetversion: "12" -baseversion: "5" ---- diff --git a/site/content/jdk/12/apidiff/6.md b/site/content/jdk/12/apidiff/6.md deleted file mode 100644 index b37699ef..00000000 --- a/site/content/jdk/12/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 12" -description: "Comparing Java 12 with Java 6 APIs" -type: "apidiff" -targetversion: "12" -baseversion: "6" ---- diff --git a/site/content/jdk/12/apidiff/7.md b/site/content/jdk/12/apidiff/7.md deleted file mode 100644 index 3f34e4f8..00000000 --- a/site/content/jdk/12/apidiff/7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 12" -description: "Comparing Java 12 with Java 7 APIs" -type: "apidiff" -targetversion: "12" -baseversion: "7" ---- diff --git a/site/content/jdk/12/apidiff/8.md b/site/content/jdk/12/apidiff/8.md deleted file mode 100644 index 5b15e806..00000000 --- a/site/content/jdk/12/apidiff/8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 12" -description: "Comparing Java 12 with Java 8 APIs" -type: "apidiff" -targetversion: "12" -baseversion: "8" ---- diff --git a/site/content/jdk/12/apidiff/9.md b/site/content/jdk/12/apidiff/9.md deleted file mode 100644 index f74d6229..00000000 --- a/site/content/jdk/12/apidiff/9.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 12" -description: "Comparing Java 12 with Java 9 APIs" -type: "apidiff" -targetversion: "12" -baseversion: "9" ---- diff --git a/site/content/jdk/13/apidiff/1.1.md b/site/content/jdk/13/apidiff/1.1.md deleted file mode 100644 index 02f7bf0b..00000000 --- a/site/content/jdk/13/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 13" -description: "Comparing Java 13 with Java 1.1 APIs" -type: "apidiff" -targetversion: "13" -baseversion: "1.1" ---- diff --git a/site/content/jdk/13/apidiff/1.2.md b/site/content/jdk/13/apidiff/1.2.md deleted file mode 100644 index 83864c30..00000000 --- a/site/content/jdk/13/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 13" -description: "Comparing Java 13 with Java 1.2 APIs" -type: "apidiff" -targetversion: "13" -baseversion: "1.2" ---- diff --git a/site/content/jdk/13/apidiff/1.3.md b/site/content/jdk/13/apidiff/1.3.md deleted file mode 100644 index 8e076067..00000000 --- a/site/content/jdk/13/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 13" -description: "Comparing Java 13 with Java 1.3 APIs" -type: "apidiff" -targetversion: "13" -baseversion: "1.3" ---- diff --git a/site/content/jdk/13/apidiff/1.4.md b/site/content/jdk/13/apidiff/1.4.md deleted file mode 100644 index 6b1deff8..00000000 --- a/site/content/jdk/13/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 13" -description: "Comparing Java 13 with Java 1.4 APIs" -type: "apidiff" -targetversion: "13" -baseversion: "1.4" ---- diff --git a/site/content/jdk/13/apidiff/10.md b/site/content/jdk/13/apidiff/10.md deleted file mode 100644 index 301b558b..00000000 --- a/site/content/jdk/13/apidiff/10.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 13" -description: "Comparing Java 13 with Java 10 APIs" -type: "apidiff" -targetversion: "13" -baseversion: "10" ---- diff --git a/site/content/jdk/13/apidiff/11.md b/site/content/jdk/13/apidiff/11.md deleted file mode 100644 index c93ad5d9..00000000 --- a/site/content/jdk/13/apidiff/11.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 13" -description: "Comparing Java 13 with Java 11 APIs" -type: "apidiff" -targetversion: "13" -baseversion: "11" ---- diff --git a/site/content/jdk/13/apidiff/12.md b/site/content/jdk/13/apidiff/12.md deleted file mode 100644 index b2f76756..00000000 --- a/site/content/jdk/13/apidiff/12.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 13" -description: "Comparing Java 13 with Java 12 APIs" -type: "apidiff" -targetversion: "13" -baseversion: "12" ---- diff --git a/site/content/jdk/13/apidiff/5.md b/site/content/jdk/13/apidiff/5.md deleted file mode 100644 index a2baf8fa..00000000 --- a/site/content/jdk/13/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 13" -description: "Comparing Java 13 with Java 5 APIs" -type: "apidiff" -targetversion: "13" -baseversion: "5" ---- diff --git a/site/content/jdk/13/apidiff/6.md b/site/content/jdk/13/apidiff/6.md deleted file mode 100644 index 09818e5a..00000000 --- a/site/content/jdk/13/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 13" -description: "Comparing Java 13 with Java 6 APIs" -type: "apidiff" -targetversion: "13" -baseversion: "6" ---- diff --git a/site/content/jdk/13/apidiff/7.md b/site/content/jdk/13/apidiff/7.md deleted file mode 100644 index 6c07c1c4..00000000 --- a/site/content/jdk/13/apidiff/7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 13" -description: "Comparing Java 13 with Java 7 APIs" -type: "apidiff" -targetversion: "13" -baseversion: "7" ---- diff --git a/site/content/jdk/13/apidiff/8.md b/site/content/jdk/13/apidiff/8.md deleted file mode 100644 index 726febd3..00000000 --- a/site/content/jdk/13/apidiff/8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 13" -description: "Comparing Java 13 with Java 8 APIs" -type: "apidiff" -targetversion: "13" -baseversion: "8" ---- diff --git a/site/content/jdk/13/apidiff/9.md b/site/content/jdk/13/apidiff/9.md deleted file mode 100644 index cf400c78..00000000 --- a/site/content/jdk/13/apidiff/9.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 13" -description: "Comparing Java 13 with Java 9 APIs" -type: "apidiff" -targetversion: "13" -baseversion: "9" ---- diff --git a/site/content/jdk/14/apidiff/1.1.md b/site/content/jdk/14/apidiff/1.1.md deleted file mode 100644 index 87c319cb..00000000 --- a/site/content/jdk/14/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 14" -description: "Comparing Java 14 with Java 1.1 APIs" -type: "apidiff" -targetversion: "14" -baseversion: "1.1" ---- diff --git a/site/content/jdk/14/apidiff/1.2.md b/site/content/jdk/14/apidiff/1.2.md deleted file mode 100644 index 008bdff8..00000000 --- a/site/content/jdk/14/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 14" -description: "Comparing Java 14 with Java 1.2 APIs" -type: "apidiff" -targetversion: "14" -baseversion: "1.2" ---- diff --git a/site/content/jdk/14/apidiff/1.3.md b/site/content/jdk/14/apidiff/1.3.md deleted file mode 100644 index 5d5fe326..00000000 --- a/site/content/jdk/14/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 14" -description: "Comparing Java 14 with Java 1.3 APIs" -type: "apidiff" -targetversion: "14" -baseversion: "1.3" ---- diff --git a/site/content/jdk/14/apidiff/1.4.md b/site/content/jdk/14/apidiff/1.4.md deleted file mode 100644 index cc8db411..00000000 --- a/site/content/jdk/14/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 14" -description: "Comparing Java 14 with Java 1.4 APIs" -type: "apidiff" -targetversion: "14" -baseversion: "1.4" ---- diff --git a/site/content/jdk/14/apidiff/10.md b/site/content/jdk/14/apidiff/10.md deleted file mode 100644 index 053b5674..00000000 --- a/site/content/jdk/14/apidiff/10.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 14" -description: "Comparing Java 14 with Java 10 APIs" -type: "apidiff" -targetversion: "14" -baseversion: "10" ---- diff --git a/site/content/jdk/14/apidiff/11.md b/site/content/jdk/14/apidiff/11.md deleted file mode 100644 index 6e2b86aa..00000000 --- a/site/content/jdk/14/apidiff/11.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 14" -description: "Comparing Java 14 with Java 11 APIs" -type: "apidiff" -targetversion: "14" -baseversion: "11" ---- diff --git a/site/content/jdk/14/apidiff/12.md b/site/content/jdk/14/apidiff/12.md deleted file mode 100644 index b6d3ec2c..00000000 --- a/site/content/jdk/14/apidiff/12.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 14" -description: "Comparing Java 14 with Java 12 APIs" -type: "apidiff" -targetversion: "14" -baseversion: "12" ---- diff --git a/site/content/jdk/14/apidiff/13.md b/site/content/jdk/14/apidiff/13.md deleted file mode 100644 index 80cdf855..00000000 --- a/site/content/jdk/14/apidiff/13.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 14" -description: "Comparing Java 14 with Java 13 APIs" -type: "apidiff" -targetversion: "14" -baseversion: "13" ---- diff --git a/site/content/jdk/14/apidiff/5.md b/site/content/jdk/14/apidiff/5.md deleted file mode 100644 index 0590ac26..00000000 --- a/site/content/jdk/14/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 14" -description: "Comparing Java 14 with Java 5 APIs" -type: "apidiff" -targetversion: "14" -baseversion: "5" ---- diff --git a/site/content/jdk/14/apidiff/6.md b/site/content/jdk/14/apidiff/6.md deleted file mode 100644 index ccfbdfe1..00000000 --- a/site/content/jdk/14/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 14" -description: "Comparing Java 14 with Java 6 APIs" -type: "apidiff" -targetversion: "14" -baseversion: "6" ---- diff --git a/site/content/jdk/14/apidiff/7.md b/site/content/jdk/14/apidiff/7.md deleted file mode 100644 index 726397c8..00000000 --- a/site/content/jdk/14/apidiff/7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 14" -description: "Comparing Java 14 with Java 7 APIs" -type: "apidiff" -targetversion: "14" -baseversion: "7" ---- diff --git a/site/content/jdk/14/apidiff/8.md b/site/content/jdk/14/apidiff/8.md deleted file mode 100644 index 650c24d4..00000000 --- a/site/content/jdk/14/apidiff/8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 14" -description: "Comparing Java 14 with Java 8 APIs" -type: "apidiff" -targetversion: "14" -baseversion: "8" ---- diff --git a/site/content/jdk/14/apidiff/9.md b/site/content/jdk/14/apidiff/9.md deleted file mode 100644 index 4a7ef39e..00000000 --- a/site/content/jdk/14/apidiff/9.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 14" -description: "Comparing Java 14 with Java 9 APIs" -type: "apidiff" -targetversion: "14" -baseversion: "9" ---- diff --git a/site/content/jdk/15/apidiff/1.1.md b/site/content/jdk/15/apidiff/1.1.md deleted file mode 100644 index b90291f3..00000000 --- a/site/content/jdk/15/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 15" -description: "Comparing Java 15 with Java 1.1 APIs" -type: "apidiff" -targetversion: "15" -baseversion: "1.1" ---- diff --git a/site/content/jdk/15/apidiff/1.2.md b/site/content/jdk/15/apidiff/1.2.md deleted file mode 100644 index 2e02a3f1..00000000 --- a/site/content/jdk/15/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 15" -description: "Comparing Java 15 with Java 1.2 APIs" -type: "apidiff" -targetversion: "15" -baseversion: "1.2" ---- diff --git a/site/content/jdk/15/apidiff/1.3.md b/site/content/jdk/15/apidiff/1.3.md deleted file mode 100644 index 3c4a20bb..00000000 --- a/site/content/jdk/15/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 15" -description: "Comparing Java 15 with Java 1.3 APIs" -type: "apidiff" -targetversion: "15" -baseversion: "1.3" ---- diff --git a/site/content/jdk/15/apidiff/1.4.md b/site/content/jdk/15/apidiff/1.4.md deleted file mode 100644 index 5fc2b5fd..00000000 --- a/site/content/jdk/15/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 15" -description: "Comparing Java 15 with Java 1.4 APIs" -type: "apidiff" -targetversion: "15" -baseversion: "1.4" ---- diff --git a/site/content/jdk/15/apidiff/10.md b/site/content/jdk/15/apidiff/10.md deleted file mode 100644 index a3641729..00000000 --- a/site/content/jdk/15/apidiff/10.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 15" -description: "Comparing Java 15 with Java 10 APIs" -type: "apidiff" -targetversion: "15" -baseversion: "10" ---- diff --git a/site/content/jdk/15/apidiff/11.md b/site/content/jdk/15/apidiff/11.md deleted file mode 100644 index 0bf51914..00000000 --- a/site/content/jdk/15/apidiff/11.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 15" -description: "Comparing Java 15 with Java 11 APIs" -type: "apidiff" -targetversion: "15" -baseversion: "11" ---- diff --git a/site/content/jdk/15/apidiff/12.md b/site/content/jdk/15/apidiff/12.md deleted file mode 100644 index c48f0004..00000000 --- a/site/content/jdk/15/apidiff/12.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 15" -description: "Comparing Java 15 with Java 12 APIs" -type: "apidiff" -targetversion: "15" -baseversion: "12" ---- diff --git a/site/content/jdk/15/apidiff/13.md b/site/content/jdk/15/apidiff/13.md deleted file mode 100644 index 36bf13e8..00000000 --- a/site/content/jdk/15/apidiff/13.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 15" -description: "Comparing Java 15 with Java 13 APIs" -type: "apidiff" -targetversion: "15" -baseversion: "13" ---- diff --git a/site/content/jdk/15/apidiff/14.md b/site/content/jdk/15/apidiff/14.md deleted file mode 100644 index 65246214..00000000 --- a/site/content/jdk/15/apidiff/14.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 15" -description: "Comparing Java 15 with Java 14 APIs" -type: "apidiff" -targetversion: "15" -baseversion: "14" ---- diff --git a/site/content/jdk/15/apidiff/5.md b/site/content/jdk/15/apidiff/5.md deleted file mode 100644 index 3a14e491..00000000 --- a/site/content/jdk/15/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 15" -description: "Comparing Java 15 with Java 5 APIs" -type: "apidiff" -targetversion: "15" -baseversion: "5" ---- diff --git a/site/content/jdk/15/apidiff/6.md b/site/content/jdk/15/apidiff/6.md deleted file mode 100644 index e6595118..00000000 --- a/site/content/jdk/15/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 15" -description: "Comparing Java 15 with Java 6 APIs" -type: "apidiff" -targetversion: "15" -baseversion: "6" ---- diff --git a/site/content/jdk/15/apidiff/7.md b/site/content/jdk/15/apidiff/7.md deleted file mode 100644 index 2e87a10e..00000000 --- a/site/content/jdk/15/apidiff/7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 15" -description: "Comparing Java 15 with Java 7 APIs" -type: "apidiff" -targetversion: "15" -baseversion: "7" ---- diff --git a/site/content/jdk/15/apidiff/8.md b/site/content/jdk/15/apidiff/8.md deleted file mode 100644 index dbfc03ff..00000000 --- a/site/content/jdk/15/apidiff/8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 15" -description: "Comparing Java 15 with Java 8 APIs" -type: "apidiff" -targetversion: "15" -baseversion: "8" ---- diff --git a/site/content/jdk/15/apidiff/9.md b/site/content/jdk/15/apidiff/9.md deleted file mode 100644 index ca23a186..00000000 --- a/site/content/jdk/15/apidiff/9.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 15" -description: "Comparing Java 15 with Java 9 APIs" -type: "apidiff" -targetversion: "15" -baseversion: "9" ---- diff --git a/site/content/jdk/16/apidiff/1.1.md b/site/content/jdk/16/apidiff/1.1.md deleted file mode 100644 index f6364848..00000000 --- a/site/content/jdk/16/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 16" -description: "Comparing Java 16 with Java 1.1 APIs" -type: "apidiff" -targetversion: "16" -baseversion: "1.1" ---- diff --git a/site/content/jdk/16/apidiff/1.2.md b/site/content/jdk/16/apidiff/1.2.md deleted file mode 100644 index 6cd6c613..00000000 --- a/site/content/jdk/16/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 16" -description: "Comparing Java 16 with Java 1.2 APIs" -type: "apidiff" -targetversion: "16" -baseversion: "1.2" ---- diff --git a/site/content/jdk/16/apidiff/1.3.md b/site/content/jdk/16/apidiff/1.3.md deleted file mode 100644 index fa4251a5..00000000 --- a/site/content/jdk/16/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 16" -description: "Comparing Java 16 with Java 1.3 APIs" -type: "apidiff" -targetversion: "16" -baseversion: "1.3" ---- diff --git a/site/content/jdk/16/apidiff/1.4.md b/site/content/jdk/16/apidiff/1.4.md deleted file mode 100644 index a495b0d2..00000000 --- a/site/content/jdk/16/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 16" -description: "Comparing Java 16 with Java 1.4 APIs" -type: "apidiff" -targetversion: "16" -baseversion: "1.4" ---- diff --git a/site/content/jdk/16/apidiff/10.md b/site/content/jdk/16/apidiff/10.md deleted file mode 100644 index b1bf6b90..00000000 --- a/site/content/jdk/16/apidiff/10.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 16" -description: "Comparing Java 16 with Java 10 APIs" -type: "apidiff" -targetversion: "16" -baseversion: "10" ---- diff --git a/site/content/jdk/16/apidiff/11.md b/site/content/jdk/16/apidiff/11.md deleted file mode 100644 index 54e73e59..00000000 --- a/site/content/jdk/16/apidiff/11.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 16" -description: "Comparing Java 16 with Java 11 APIs" -type: "apidiff" -targetversion: "16" -baseversion: "11" ---- diff --git a/site/content/jdk/16/apidiff/12.md b/site/content/jdk/16/apidiff/12.md deleted file mode 100644 index f2929594..00000000 --- a/site/content/jdk/16/apidiff/12.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 16" -description: "Comparing Java 16 with Java 12 APIs" -type: "apidiff" -targetversion: "16" -baseversion: "12" ---- diff --git a/site/content/jdk/16/apidiff/13.md b/site/content/jdk/16/apidiff/13.md deleted file mode 100644 index bfcfb1dd..00000000 --- a/site/content/jdk/16/apidiff/13.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 16" -description: "Comparing Java 16 with Java 13 APIs" -type: "apidiff" -targetversion: "16" -baseversion: "13" ---- diff --git a/site/content/jdk/16/apidiff/14.md b/site/content/jdk/16/apidiff/14.md deleted file mode 100644 index f3f43eec..00000000 --- a/site/content/jdk/16/apidiff/14.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 16" -description: "Comparing Java 16 with Java 14 APIs" -type: "apidiff" -targetversion: "16" -baseversion: "14" ---- diff --git a/site/content/jdk/16/apidiff/15.md b/site/content/jdk/16/apidiff/15.md deleted file mode 100644 index ac18708d..00000000 --- a/site/content/jdk/16/apidiff/15.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 16" -description: "Comparing Java 16 with Java 15 APIs" -type: "apidiff" -targetversion: "16" -baseversion: "15" ---- diff --git a/site/content/jdk/16/apidiff/5.md b/site/content/jdk/16/apidiff/5.md deleted file mode 100644 index a5093049..00000000 --- a/site/content/jdk/16/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 16" -description: "Comparing Java 16 with Java 5 APIs" -type: "apidiff" -targetversion: "16" -baseversion: "5" ---- diff --git a/site/content/jdk/16/apidiff/6.md b/site/content/jdk/16/apidiff/6.md deleted file mode 100644 index 5a5d44ee..00000000 --- a/site/content/jdk/16/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 16" -description: "Comparing Java 16 with Java 6 APIs" -type: "apidiff" -targetversion: "16" -baseversion: "6" ---- diff --git a/site/content/jdk/16/apidiff/7.md b/site/content/jdk/16/apidiff/7.md deleted file mode 100644 index fecec768..00000000 --- a/site/content/jdk/16/apidiff/7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 16" -description: "Comparing Java 16 with Java 7 APIs" -type: "apidiff" -targetversion: "16" -baseversion: "7" ---- diff --git a/site/content/jdk/16/apidiff/8.md b/site/content/jdk/16/apidiff/8.md deleted file mode 100644 index 05d801ba..00000000 --- a/site/content/jdk/16/apidiff/8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 16" -description: "Comparing Java 16 with Java 8 APIs" -type: "apidiff" -targetversion: "16" -baseversion: "8" ---- diff --git a/site/content/jdk/16/apidiff/9.md b/site/content/jdk/16/apidiff/9.md deleted file mode 100644 index 79a2a83e..00000000 --- a/site/content/jdk/16/apidiff/9.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 16" -description: "Comparing Java 16 with Java 9 APIs" -type: "apidiff" -targetversion: "16" -baseversion: "9" ---- diff --git a/site/content/jdk/17/apidiff/1.1.md b/site/content/jdk/17/apidiff/1.1.md deleted file mode 100644 index d10e01be..00000000 --- a/site/content/jdk/17/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 17" -description: "Comparing Java 17 with Java 1.1 APIs" -type: "apidiff" -targetversion: "17" -baseversion: "1.1" ---- diff --git a/site/content/jdk/17/apidiff/1.2.md b/site/content/jdk/17/apidiff/1.2.md deleted file mode 100644 index b534e51f..00000000 --- a/site/content/jdk/17/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 17" -description: "Comparing Java 17 with Java 1.2 APIs" -type: "apidiff" -targetversion: "17" -baseversion: "1.2" ---- diff --git a/site/content/jdk/17/apidiff/1.3.md b/site/content/jdk/17/apidiff/1.3.md deleted file mode 100644 index 7054d1d3..00000000 --- a/site/content/jdk/17/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 17" -description: "Comparing Java 17 with Java 1.3 APIs" -type: "apidiff" -targetversion: "17" -baseversion: "1.3" ---- diff --git a/site/content/jdk/17/apidiff/1.4.md b/site/content/jdk/17/apidiff/1.4.md deleted file mode 100644 index a34bb69f..00000000 --- a/site/content/jdk/17/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 17" -description: "Comparing Java 17 with Java 1.4 APIs" -type: "apidiff" -targetversion: "17" -baseversion: "1.4" ---- diff --git a/site/content/jdk/17/apidiff/10.md b/site/content/jdk/17/apidiff/10.md deleted file mode 100644 index ee4b0a75..00000000 --- a/site/content/jdk/17/apidiff/10.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 17" -description: "Comparing Java 17 with Java 10 APIs" -type: "apidiff" -targetversion: "17" -baseversion: "10" ---- diff --git a/site/content/jdk/17/apidiff/11.md b/site/content/jdk/17/apidiff/11.md deleted file mode 100644 index a91a8082..00000000 --- a/site/content/jdk/17/apidiff/11.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 17" -description: "Comparing Java 17 with Java 11 APIs" -type: "apidiff" -targetversion: "17" -baseversion: "11" ---- diff --git a/site/content/jdk/17/apidiff/12.md b/site/content/jdk/17/apidiff/12.md deleted file mode 100644 index 9fce690a..00000000 --- a/site/content/jdk/17/apidiff/12.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 17" -description: "Comparing Java 17 with Java 12 APIs" -type: "apidiff" -targetversion: "17" -baseversion: "12" ---- diff --git a/site/content/jdk/17/apidiff/13.md b/site/content/jdk/17/apidiff/13.md deleted file mode 100644 index 828cd4f1..00000000 --- a/site/content/jdk/17/apidiff/13.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 17" -description: "Comparing Java 17 with Java 13 APIs" -type: "apidiff" -targetversion: "17" -baseversion: "13" ---- diff --git a/site/content/jdk/17/apidiff/14.md b/site/content/jdk/17/apidiff/14.md deleted file mode 100644 index c69d6c85..00000000 --- a/site/content/jdk/17/apidiff/14.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 17" -description: "Comparing Java 17 with Java 14 APIs" -type: "apidiff" -targetversion: "17" -baseversion: "14" ---- diff --git a/site/content/jdk/17/apidiff/15.md b/site/content/jdk/17/apidiff/15.md deleted file mode 100644 index 5d1642b3..00000000 --- a/site/content/jdk/17/apidiff/15.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 17" -description: "Comparing Java 17 with Java 15 APIs" -type: "apidiff" -targetversion: "17" -baseversion: "15" ---- diff --git a/site/content/jdk/17/apidiff/16.md b/site/content/jdk/17/apidiff/16.md deleted file mode 100644 index f8b945e6..00000000 --- a/site/content/jdk/17/apidiff/16.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 17" -description: "Comparing Java 17 with Java 16 APIs" -type: "apidiff" -targetversion: "17" -baseversion: "16" ---- diff --git a/site/content/jdk/17/apidiff/5.md b/site/content/jdk/17/apidiff/5.md deleted file mode 100644 index 4d8e6aa2..00000000 --- a/site/content/jdk/17/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 17" -description: "Comparing Java 17 with Java 5 APIs" -type: "apidiff" -targetversion: "17" -baseversion: "5" ---- diff --git a/site/content/jdk/17/apidiff/6.md b/site/content/jdk/17/apidiff/6.md deleted file mode 100644 index 69722563..00000000 --- a/site/content/jdk/17/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 17" -description: "Comparing Java 17 with Java 6 APIs" -type: "apidiff" -targetversion: "17" -baseversion: "6" ---- diff --git a/site/content/jdk/17/apidiff/7.md b/site/content/jdk/17/apidiff/7.md deleted file mode 100644 index 7d30fb73..00000000 --- a/site/content/jdk/17/apidiff/7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 17" -description: "Comparing Java 17 with Java 7 APIs" -type: "apidiff" -targetversion: "17" -baseversion: "7" ---- diff --git a/site/content/jdk/17/apidiff/8.md b/site/content/jdk/17/apidiff/8.md deleted file mode 100644 index 8621a5c3..00000000 --- a/site/content/jdk/17/apidiff/8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 17" -description: "Comparing Java 17 with Java 8 APIs" -type: "apidiff" -targetversion: "17" -baseversion: "8" ---- diff --git a/site/content/jdk/17/apidiff/9.md b/site/content/jdk/17/apidiff/9.md deleted file mode 100644 index 8a6b9021..00000000 --- a/site/content/jdk/17/apidiff/9.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 17" -description: "Comparing Java 17 with Java 9 APIs" -type: "apidiff" -targetversion: "17" -baseversion: "9" ---- diff --git a/site/content/jdk/18/apidiff/1.1.md b/site/content/jdk/18/apidiff/1.1.md deleted file mode 100644 index 4142ca82..00000000 --- a/site/content/jdk/18/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 1.1 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "1.1" ---- diff --git a/site/content/jdk/18/apidiff/1.2.md b/site/content/jdk/18/apidiff/1.2.md deleted file mode 100644 index bc89fdd4..00000000 --- a/site/content/jdk/18/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 1.2 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "1.2" ---- diff --git a/site/content/jdk/18/apidiff/1.3.md b/site/content/jdk/18/apidiff/1.3.md deleted file mode 100644 index 7feda656..00000000 --- a/site/content/jdk/18/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 1.3 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "1.3" ---- diff --git a/site/content/jdk/18/apidiff/1.4.md b/site/content/jdk/18/apidiff/1.4.md deleted file mode 100644 index 50408630..00000000 --- a/site/content/jdk/18/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 1.4 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "1.4" ---- diff --git a/site/content/jdk/18/apidiff/10.md b/site/content/jdk/18/apidiff/10.md deleted file mode 100644 index 6a9dfd3e..00000000 --- a/site/content/jdk/18/apidiff/10.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 10 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "10" ---- diff --git a/site/content/jdk/18/apidiff/11.md b/site/content/jdk/18/apidiff/11.md deleted file mode 100644 index 89e3c4b5..00000000 --- a/site/content/jdk/18/apidiff/11.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 11 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "11" ---- diff --git a/site/content/jdk/18/apidiff/12.md b/site/content/jdk/18/apidiff/12.md deleted file mode 100644 index 54b08db0..00000000 --- a/site/content/jdk/18/apidiff/12.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 12 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "12" ---- diff --git a/site/content/jdk/18/apidiff/13.md b/site/content/jdk/18/apidiff/13.md deleted file mode 100644 index 295c58ad..00000000 --- a/site/content/jdk/18/apidiff/13.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 13 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "13" ---- diff --git a/site/content/jdk/18/apidiff/14.md b/site/content/jdk/18/apidiff/14.md deleted file mode 100644 index 736871a3..00000000 --- a/site/content/jdk/18/apidiff/14.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 14 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "14" ---- diff --git a/site/content/jdk/18/apidiff/15.md b/site/content/jdk/18/apidiff/15.md deleted file mode 100644 index 9e502bc6..00000000 --- a/site/content/jdk/18/apidiff/15.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 15 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "15" ---- diff --git a/site/content/jdk/18/apidiff/16.md b/site/content/jdk/18/apidiff/16.md deleted file mode 100644 index 5eb9d263..00000000 --- a/site/content/jdk/18/apidiff/16.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 16 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "16" ---- diff --git a/site/content/jdk/18/apidiff/17.md b/site/content/jdk/18/apidiff/17.md deleted file mode 100644 index fb323af7..00000000 --- a/site/content/jdk/18/apidiff/17.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 17 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "17" ---- diff --git a/site/content/jdk/18/apidiff/5.md b/site/content/jdk/18/apidiff/5.md deleted file mode 100644 index ee27bbd0..00000000 --- a/site/content/jdk/18/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 5 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "5" ---- diff --git a/site/content/jdk/18/apidiff/6.md b/site/content/jdk/18/apidiff/6.md deleted file mode 100644 index 9eb30cce..00000000 --- a/site/content/jdk/18/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 6 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "6" ---- diff --git a/site/content/jdk/18/apidiff/7.md b/site/content/jdk/18/apidiff/7.md deleted file mode 100644 index dd45a4f8..00000000 --- a/site/content/jdk/18/apidiff/7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 7 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "7" ---- diff --git a/site/content/jdk/18/apidiff/8.md b/site/content/jdk/18/apidiff/8.md deleted file mode 100644 index 5e4bf480..00000000 --- a/site/content/jdk/18/apidiff/8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 8 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "8" ---- diff --git a/site/content/jdk/18/apidiff/9.md b/site/content/jdk/18/apidiff/9.md deleted file mode 100644 index 18a088e0..00000000 --- a/site/content/jdk/18/apidiff/9.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 18" -description: "Comparing Java 18 with Java 9 APIs" -type: "apidiff" -targetversion: "18" -baseversion: "9" ---- diff --git a/site/content/jdk/19/apidiff/1.1.md b/site/content/jdk/19/apidiff/1.1.md deleted file mode 100644 index d4c4d6df..00000000 --- a/site/content/jdk/19/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 1.1 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "1.1" ---- diff --git a/site/content/jdk/19/apidiff/1.2.md b/site/content/jdk/19/apidiff/1.2.md deleted file mode 100644 index ad0619ad..00000000 --- a/site/content/jdk/19/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 1.2 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "1.2" ---- diff --git a/site/content/jdk/19/apidiff/1.3.md b/site/content/jdk/19/apidiff/1.3.md deleted file mode 100644 index 7d701059..00000000 --- a/site/content/jdk/19/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 1.3 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "1.3" ---- diff --git a/site/content/jdk/19/apidiff/1.4.md b/site/content/jdk/19/apidiff/1.4.md deleted file mode 100644 index 25bb1061..00000000 --- a/site/content/jdk/19/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 1.4 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "1.4" ---- diff --git a/site/content/jdk/19/apidiff/10.md b/site/content/jdk/19/apidiff/10.md deleted file mode 100644 index c1154f03..00000000 --- a/site/content/jdk/19/apidiff/10.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 10 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "10" ---- diff --git a/site/content/jdk/19/apidiff/11.md b/site/content/jdk/19/apidiff/11.md deleted file mode 100644 index 642a1b89..00000000 --- a/site/content/jdk/19/apidiff/11.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 11 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "11" ---- diff --git a/site/content/jdk/19/apidiff/12.md b/site/content/jdk/19/apidiff/12.md deleted file mode 100644 index 28e378dc..00000000 --- a/site/content/jdk/19/apidiff/12.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 12 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "12" ---- diff --git a/site/content/jdk/19/apidiff/13.md b/site/content/jdk/19/apidiff/13.md deleted file mode 100644 index e91a4759..00000000 --- a/site/content/jdk/19/apidiff/13.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 13 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "13" ---- diff --git a/site/content/jdk/19/apidiff/14.md b/site/content/jdk/19/apidiff/14.md deleted file mode 100644 index 9e6ee883..00000000 --- a/site/content/jdk/19/apidiff/14.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 14 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "14" ---- diff --git a/site/content/jdk/19/apidiff/15.md b/site/content/jdk/19/apidiff/15.md deleted file mode 100644 index e73c6d3d..00000000 --- a/site/content/jdk/19/apidiff/15.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 15 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "15" ---- diff --git a/site/content/jdk/19/apidiff/16.md b/site/content/jdk/19/apidiff/16.md deleted file mode 100644 index 49204cd9..00000000 --- a/site/content/jdk/19/apidiff/16.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 16 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "16" ---- diff --git a/site/content/jdk/19/apidiff/17.md b/site/content/jdk/19/apidiff/17.md deleted file mode 100644 index de51cbe7..00000000 --- a/site/content/jdk/19/apidiff/17.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 17 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "17" ---- diff --git a/site/content/jdk/19/apidiff/18.md b/site/content/jdk/19/apidiff/18.md deleted file mode 100644 index 5679dda8..00000000 --- a/site/content/jdk/19/apidiff/18.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 18 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "18" ---- diff --git a/site/content/jdk/19/apidiff/5.md b/site/content/jdk/19/apidiff/5.md deleted file mode 100644 index 8ff62fd4..00000000 --- a/site/content/jdk/19/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 5 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "5" ---- diff --git a/site/content/jdk/19/apidiff/6.md b/site/content/jdk/19/apidiff/6.md deleted file mode 100644 index 6c403354..00000000 --- a/site/content/jdk/19/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 6 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "6" ---- diff --git a/site/content/jdk/19/apidiff/7.md b/site/content/jdk/19/apidiff/7.md deleted file mode 100644 index 223a8113..00000000 --- a/site/content/jdk/19/apidiff/7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 7 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "7" ---- diff --git a/site/content/jdk/19/apidiff/8.md b/site/content/jdk/19/apidiff/8.md deleted file mode 100644 index 7bc89aab..00000000 --- a/site/content/jdk/19/apidiff/8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 8 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "8" ---- diff --git a/site/content/jdk/19/apidiff/9.md b/site/content/jdk/19/apidiff/9.md deleted file mode 100644 index 1721b4de..00000000 --- a/site/content/jdk/19/apidiff/9.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 19" -description: "Comparing Java 19 with Java 9 APIs" -type: "apidiff" -targetversion: "19" -baseversion: "9" ---- diff --git a/site/content/jdk/20/apidiff/1.1.md b/site/content/jdk/20/apidiff/1.1.md deleted file mode 100644 index ba5035bf..00000000 --- a/site/content/jdk/20/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 1.1 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "1.1" ---- diff --git a/site/content/jdk/20/apidiff/1.2.md b/site/content/jdk/20/apidiff/1.2.md deleted file mode 100644 index acceef06..00000000 --- a/site/content/jdk/20/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 1.2 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "1.2" ---- diff --git a/site/content/jdk/20/apidiff/1.3.md b/site/content/jdk/20/apidiff/1.3.md deleted file mode 100644 index 05a0fc7d..00000000 --- a/site/content/jdk/20/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 1.3 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "1.3" ---- diff --git a/site/content/jdk/20/apidiff/1.4.md b/site/content/jdk/20/apidiff/1.4.md deleted file mode 100644 index d7709a33..00000000 --- a/site/content/jdk/20/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 1.4 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "1.4" ---- diff --git a/site/content/jdk/20/apidiff/10.md b/site/content/jdk/20/apidiff/10.md deleted file mode 100644 index f7ad9d17..00000000 --- a/site/content/jdk/20/apidiff/10.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 10 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "10" ---- diff --git a/site/content/jdk/20/apidiff/11.md b/site/content/jdk/20/apidiff/11.md deleted file mode 100644 index 99d49320..00000000 --- a/site/content/jdk/20/apidiff/11.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 11 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "11" ---- diff --git a/site/content/jdk/20/apidiff/12.md b/site/content/jdk/20/apidiff/12.md deleted file mode 100644 index 87284e52..00000000 --- a/site/content/jdk/20/apidiff/12.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 12 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "12" ---- diff --git a/site/content/jdk/20/apidiff/13.md b/site/content/jdk/20/apidiff/13.md deleted file mode 100644 index da12ed53..00000000 --- a/site/content/jdk/20/apidiff/13.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 13 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "13" ---- diff --git a/site/content/jdk/20/apidiff/14.md b/site/content/jdk/20/apidiff/14.md deleted file mode 100644 index 4c215e36..00000000 --- a/site/content/jdk/20/apidiff/14.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 14 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "14" ---- diff --git a/site/content/jdk/20/apidiff/15.md b/site/content/jdk/20/apidiff/15.md deleted file mode 100644 index 2789a395..00000000 --- a/site/content/jdk/20/apidiff/15.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 15 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "15" ---- diff --git a/site/content/jdk/20/apidiff/16.md b/site/content/jdk/20/apidiff/16.md deleted file mode 100644 index f0aa99ad..00000000 --- a/site/content/jdk/20/apidiff/16.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 16 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "16" ---- diff --git a/site/content/jdk/20/apidiff/17.md b/site/content/jdk/20/apidiff/17.md deleted file mode 100644 index e3a11663..00000000 --- a/site/content/jdk/20/apidiff/17.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 17 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "17" ---- diff --git a/site/content/jdk/20/apidiff/18.md b/site/content/jdk/20/apidiff/18.md deleted file mode 100644 index d3c36c70..00000000 --- a/site/content/jdk/20/apidiff/18.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 18 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "18" ---- diff --git a/site/content/jdk/20/apidiff/19.md b/site/content/jdk/20/apidiff/19.md deleted file mode 100644 index 5dd2a8a6..00000000 --- a/site/content/jdk/20/apidiff/19.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 19 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "19" ---- diff --git a/site/content/jdk/20/apidiff/5.md b/site/content/jdk/20/apidiff/5.md deleted file mode 100644 index 375d6a63..00000000 --- a/site/content/jdk/20/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 5 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "5" ---- diff --git a/site/content/jdk/20/apidiff/6.md b/site/content/jdk/20/apidiff/6.md deleted file mode 100644 index 22fbb7cf..00000000 --- a/site/content/jdk/20/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 6 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "6" ---- diff --git a/site/content/jdk/20/apidiff/7.md b/site/content/jdk/20/apidiff/7.md deleted file mode 100644 index af75c8c5..00000000 --- a/site/content/jdk/20/apidiff/7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 7 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "7" ---- diff --git a/site/content/jdk/20/apidiff/8.md b/site/content/jdk/20/apidiff/8.md deleted file mode 100644 index 8287a86e..00000000 --- a/site/content/jdk/20/apidiff/8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 8 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "8" ---- diff --git a/site/content/jdk/20/apidiff/9.md b/site/content/jdk/20/apidiff/9.md deleted file mode 100644 index 89fe0a1ee..00000000 --- a/site/content/jdk/20/apidiff/9.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 20" -description: "Comparing Java 20 with Java 9 APIs" -type: "apidiff" -targetversion: "20" -baseversion: "9" ---- diff --git a/site/content/jdk/21/apidiff/1.1.md b/site/content/jdk/21/apidiff/1.1.md deleted file mode 100644 index 7ded44b5..00000000 --- a/site/content/jdk/21/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 1.1 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "1.1" ---- diff --git a/site/content/jdk/21/apidiff/1.2.md b/site/content/jdk/21/apidiff/1.2.md deleted file mode 100644 index 7fdfce53..00000000 --- a/site/content/jdk/21/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 1.2 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "1.2" ---- diff --git a/site/content/jdk/21/apidiff/1.3.md b/site/content/jdk/21/apidiff/1.3.md deleted file mode 100644 index c5741ef3..00000000 --- a/site/content/jdk/21/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 1.3 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "1.3" ---- diff --git a/site/content/jdk/21/apidiff/1.4.md b/site/content/jdk/21/apidiff/1.4.md deleted file mode 100644 index 3f7b9536..00000000 --- a/site/content/jdk/21/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 1.4 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "1.4" ---- diff --git a/site/content/jdk/21/apidiff/10.md b/site/content/jdk/21/apidiff/10.md deleted file mode 100644 index 3b9fa9f7..00000000 --- a/site/content/jdk/21/apidiff/10.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 10 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "10" ---- diff --git a/site/content/jdk/21/apidiff/11.md b/site/content/jdk/21/apidiff/11.md deleted file mode 100644 index 0aaa0ef8..00000000 --- a/site/content/jdk/21/apidiff/11.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 11 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "11" ---- diff --git a/site/content/jdk/21/apidiff/12.md b/site/content/jdk/21/apidiff/12.md deleted file mode 100644 index 5284face..00000000 --- a/site/content/jdk/21/apidiff/12.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 12 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "12" ---- diff --git a/site/content/jdk/21/apidiff/13.md b/site/content/jdk/21/apidiff/13.md deleted file mode 100644 index 95fb4e50..00000000 --- a/site/content/jdk/21/apidiff/13.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 13 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "13" ---- diff --git a/site/content/jdk/21/apidiff/14.md b/site/content/jdk/21/apidiff/14.md deleted file mode 100644 index 0a72df37..00000000 --- a/site/content/jdk/21/apidiff/14.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 14 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "14" ---- diff --git a/site/content/jdk/21/apidiff/15.md b/site/content/jdk/21/apidiff/15.md deleted file mode 100644 index 2b5ed342..00000000 --- a/site/content/jdk/21/apidiff/15.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 15 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "15" ---- diff --git a/site/content/jdk/21/apidiff/16.md b/site/content/jdk/21/apidiff/16.md deleted file mode 100644 index 39a1c92c..00000000 --- a/site/content/jdk/21/apidiff/16.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 16 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "16" ---- diff --git a/site/content/jdk/21/apidiff/17.md b/site/content/jdk/21/apidiff/17.md deleted file mode 100644 index cca71c19..00000000 --- a/site/content/jdk/21/apidiff/17.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 17 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "17" ---- diff --git a/site/content/jdk/21/apidiff/18.md b/site/content/jdk/21/apidiff/18.md deleted file mode 100644 index 76e10a2a..00000000 --- a/site/content/jdk/21/apidiff/18.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 18 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "18" ---- diff --git a/site/content/jdk/21/apidiff/19.md b/site/content/jdk/21/apidiff/19.md deleted file mode 100644 index 05459b81..00000000 --- a/site/content/jdk/21/apidiff/19.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 19 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "19" ---- diff --git a/site/content/jdk/21/apidiff/20.md b/site/content/jdk/21/apidiff/20.md deleted file mode 100644 index 57be5425..00000000 --- a/site/content/jdk/21/apidiff/20.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 20 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "20" ---- diff --git a/site/content/jdk/21/apidiff/5.md b/site/content/jdk/21/apidiff/5.md deleted file mode 100644 index 11592036..00000000 --- a/site/content/jdk/21/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 5 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "5" ---- diff --git a/site/content/jdk/21/apidiff/6.md b/site/content/jdk/21/apidiff/6.md deleted file mode 100644 index fcf9e297..00000000 --- a/site/content/jdk/21/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 6 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "6" ---- diff --git a/site/content/jdk/21/apidiff/7.md b/site/content/jdk/21/apidiff/7.md deleted file mode 100644 index 278a3c6b..00000000 --- a/site/content/jdk/21/apidiff/7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 7 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "7" ---- diff --git a/site/content/jdk/21/apidiff/8.md b/site/content/jdk/21/apidiff/8.md deleted file mode 100644 index 684745a8..00000000 --- a/site/content/jdk/21/apidiff/8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 8 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "8" ---- diff --git a/site/content/jdk/21/apidiff/9.md b/site/content/jdk/21/apidiff/9.md deleted file mode 100644 index f5c75b58..00000000 --- a/site/content/jdk/21/apidiff/9.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 21" -description: "Comparing Java 21 with Java 9 APIs" -type: "apidiff" -targetversion: "21" -baseversion: "9" ---- diff --git a/site/content/jdk/22/apidiff/1.1.md b/site/content/jdk/22/apidiff/1.1.md deleted file mode 100644 index 763f0467..00000000 --- a/site/content/jdk/22/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 1.1 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "1.1" ---- diff --git a/site/content/jdk/22/apidiff/1.2.md b/site/content/jdk/22/apidiff/1.2.md deleted file mode 100644 index 3d6e9017..00000000 --- a/site/content/jdk/22/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 1.2 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "1.2" ---- diff --git a/site/content/jdk/22/apidiff/1.3.md b/site/content/jdk/22/apidiff/1.3.md deleted file mode 100644 index e503de6a..00000000 --- a/site/content/jdk/22/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 1.3 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "1.3" ---- diff --git a/site/content/jdk/22/apidiff/1.4.md b/site/content/jdk/22/apidiff/1.4.md deleted file mode 100644 index 7b23c001..00000000 --- a/site/content/jdk/22/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 1.4 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "1.4" ---- diff --git a/site/content/jdk/22/apidiff/10.md b/site/content/jdk/22/apidiff/10.md deleted file mode 100644 index 655751ab..00000000 --- a/site/content/jdk/22/apidiff/10.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 10 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "10" ---- diff --git a/site/content/jdk/22/apidiff/11.md b/site/content/jdk/22/apidiff/11.md deleted file mode 100644 index 16af5863..00000000 --- a/site/content/jdk/22/apidiff/11.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 11 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "11" ---- diff --git a/site/content/jdk/22/apidiff/12.md b/site/content/jdk/22/apidiff/12.md deleted file mode 100644 index 5fcb4a2a..00000000 --- a/site/content/jdk/22/apidiff/12.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 12 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "12" ---- diff --git a/site/content/jdk/22/apidiff/13.md b/site/content/jdk/22/apidiff/13.md deleted file mode 100644 index 1754d758..00000000 --- a/site/content/jdk/22/apidiff/13.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 13 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "13" ---- diff --git a/site/content/jdk/22/apidiff/14.md b/site/content/jdk/22/apidiff/14.md deleted file mode 100644 index 09f81548..00000000 --- a/site/content/jdk/22/apidiff/14.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 14 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "14" ---- diff --git a/site/content/jdk/22/apidiff/15.md b/site/content/jdk/22/apidiff/15.md deleted file mode 100644 index 5ecdb085..00000000 --- a/site/content/jdk/22/apidiff/15.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 15 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "15" ---- diff --git a/site/content/jdk/22/apidiff/16.md b/site/content/jdk/22/apidiff/16.md deleted file mode 100644 index 99e52f04..00000000 --- a/site/content/jdk/22/apidiff/16.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 16 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "16" ---- diff --git a/site/content/jdk/22/apidiff/17.md b/site/content/jdk/22/apidiff/17.md deleted file mode 100644 index 9546083b..00000000 --- a/site/content/jdk/22/apidiff/17.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 17 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "17" ---- diff --git a/site/content/jdk/22/apidiff/18.md b/site/content/jdk/22/apidiff/18.md deleted file mode 100644 index 18e45c3c..00000000 --- a/site/content/jdk/22/apidiff/18.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 18 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "18" ---- diff --git a/site/content/jdk/22/apidiff/19.md b/site/content/jdk/22/apidiff/19.md deleted file mode 100644 index 0c9ebfe1..00000000 --- a/site/content/jdk/22/apidiff/19.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 19 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "19" ---- diff --git a/site/content/jdk/22/apidiff/20.md b/site/content/jdk/22/apidiff/20.md deleted file mode 100644 index 56e1792e..00000000 --- a/site/content/jdk/22/apidiff/20.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 20 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "20" ---- diff --git a/site/content/jdk/22/apidiff/21.md b/site/content/jdk/22/apidiff/21.md deleted file mode 100644 index bdcaa9b5..00000000 --- a/site/content/jdk/22/apidiff/21.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 21 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "21" ---- diff --git a/site/content/jdk/22/apidiff/5.md b/site/content/jdk/22/apidiff/5.md deleted file mode 100644 index d5b0f3b3..00000000 --- a/site/content/jdk/22/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 5 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "5" ---- diff --git a/site/content/jdk/22/apidiff/6.md b/site/content/jdk/22/apidiff/6.md deleted file mode 100644 index 41bafd26..00000000 --- a/site/content/jdk/22/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 6 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "6" ---- diff --git a/site/content/jdk/22/apidiff/7.md b/site/content/jdk/22/apidiff/7.md deleted file mode 100644 index dda0adc2..00000000 --- a/site/content/jdk/22/apidiff/7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 7 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "7" ---- diff --git a/site/content/jdk/22/apidiff/8.md b/site/content/jdk/22/apidiff/8.md deleted file mode 100644 index 340b2544..00000000 --- a/site/content/jdk/22/apidiff/8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 8 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "8" ---- diff --git a/site/content/jdk/22/apidiff/9.md b/site/content/jdk/22/apidiff/9.md deleted file mode 100644 index f479f01d..00000000 --- a/site/content/jdk/22/apidiff/9.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 22" -description: "Comparing Java 22 with Java 9 APIs" -type: "apidiff" -targetversion: "22" -baseversion: "9" ---- diff --git a/site/content/jdk/23/apidiff/1.1.md b/site/content/jdk/23/apidiff/1.1.md deleted file mode 100644 index 95449498..00000000 --- a/site/content/jdk/23/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 1.1 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "1.1" ---- diff --git a/site/content/jdk/23/apidiff/1.2.md b/site/content/jdk/23/apidiff/1.2.md deleted file mode 100644 index 2a7b4865..00000000 --- a/site/content/jdk/23/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 1.2 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "1.2" ---- diff --git a/site/content/jdk/23/apidiff/1.3.md b/site/content/jdk/23/apidiff/1.3.md deleted file mode 100644 index f0150574..00000000 --- a/site/content/jdk/23/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 1.3 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "1.3" ---- diff --git a/site/content/jdk/23/apidiff/1.4.md b/site/content/jdk/23/apidiff/1.4.md deleted file mode 100644 index f8c44977..00000000 --- a/site/content/jdk/23/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 1.4 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "1.4" ---- diff --git a/site/content/jdk/23/apidiff/10.md b/site/content/jdk/23/apidiff/10.md deleted file mode 100644 index ed988994..00000000 --- a/site/content/jdk/23/apidiff/10.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 10 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "10" ---- diff --git a/site/content/jdk/23/apidiff/11.md b/site/content/jdk/23/apidiff/11.md deleted file mode 100644 index 2c204ec0..00000000 --- a/site/content/jdk/23/apidiff/11.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 11 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "11" ---- diff --git a/site/content/jdk/23/apidiff/12.md b/site/content/jdk/23/apidiff/12.md deleted file mode 100644 index 8c7a9762..00000000 --- a/site/content/jdk/23/apidiff/12.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 12 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "12" ---- diff --git a/site/content/jdk/23/apidiff/13.md b/site/content/jdk/23/apidiff/13.md deleted file mode 100644 index 312198d9..00000000 --- a/site/content/jdk/23/apidiff/13.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 13 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "13" ---- diff --git a/site/content/jdk/23/apidiff/14.md b/site/content/jdk/23/apidiff/14.md deleted file mode 100644 index 82431911..00000000 --- a/site/content/jdk/23/apidiff/14.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 14 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "14" ---- diff --git a/site/content/jdk/23/apidiff/15.md b/site/content/jdk/23/apidiff/15.md deleted file mode 100644 index 7cca3a4c..00000000 --- a/site/content/jdk/23/apidiff/15.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 15 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "15" ---- diff --git a/site/content/jdk/23/apidiff/16.md b/site/content/jdk/23/apidiff/16.md deleted file mode 100644 index bf349228..00000000 --- a/site/content/jdk/23/apidiff/16.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 16 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "16" ---- diff --git a/site/content/jdk/23/apidiff/17.md b/site/content/jdk/23/apidiff/17.md deleted file mode 100644 index 1935dd58..00000000 --- a/site/content/jdk/23/apidiff/17.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 17 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "17" ---- diff --git a/site/content/jdk/23/apidiff/18.md b/site/content/jdk/23/apidiff/18.md deleted file mode 100644 index ffa10f47..00000000 --- a/site/content/jdk/23/apidiff/18.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 18 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "18" ---- diff --git a/site/content/jdk/23/apidiff/19.md b/site/content/jdk/23/apidiff/19.md deleted file mode 100644 index 2a55e948..00000000 --- a/site/content/jdk/23/apidiff/19.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 19 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "19" ---- diff --git a/site/content/jdk/23/apidiff/20.md b/site/content/jdk/23/apidiff/20.md deleted file mode 100644 index bba96801..00000000 --- a/site/content/jdk/23/apidiff/20.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 20 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "20" ---- diff --git a/site/content/jdk/23/apidiff/21.md b/site/content/jdk/23/apidiff/21.md deleted file mode 100644 index 743b36d8..00000000 --- a/site/content/jdk/23/apidiff/21.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 21 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "21" ---- diff --git a/site/content/jdk/23/apidiff/22.md b/site/content/jdk/23/apidiff/22.md deleted file mode 100644 index 7340aa3e..00000000 --- a/site/content/jdk/23/apidiff/22.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 22 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "22" ---- diff --git a/site/content/jdk/23/apidiff/5.md b/site/content/jdk/23/apidiff/5.md deleted file mode 100644 index 69c46939..00000000 --- a/site/content/jdk/23/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 5 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "5" ---- diff --git a/site/content/jdk/23/apidiff/6.md b/site/content/jdk/23/apidiff/6.md deleted file mode 100644 index 1940bf00..00000000 --- a/site/content/jdk/23/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 6 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "6" ---- diff --git a/site/content/jdk/23/apidiff/7.md b/site/content/jdk/23/apidiff/7.md deleted file mode 100644 index 18603386..00000000 --- a/site/content/jdk/23/apidiff/7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 7 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "7" ---- diff --git a/site/content/jdk/23/apidiff/8.md b/site/content/jdk/23/apidiff/8.md deleted file mode 100644 index 6c21d535..00000000 --- a/site/content/jdk/23/apidiff/8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 8 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "8" ---- diff --git a/site/content/jdk/23/apidiff/9.md b/site/content/jdk/23/apidiff/9.md deleted file mode 100644 index e303c396..00000000 --- a/site/content/jdk/23/apidiff/9.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 23" -description: "Comparing Java 23 with Java 9 APIs" -type: "apidiff" -targetversion: "23" -baseversion: "9" ---- diff --git a/site/content/jdk/5/apidiff/1.1.md b/site/content/jdk/5/apidiff/1.1.md deleted file mode 100644 index 01cb8a86..00000000 --- a/site/content/jdk/5/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 5" -description: "Comparing Java 5 with Java 1.1 APIs" -type: "apidiff" -targetversion: "5" -baseversion: "1.1" ---- diff --git a/site/content/jdk/5/apidiff/1.2.md b/site/content/jdk/5/apidiff/1.2.md deleted file mode 100644 index 88484399..00000000 --- a/site/content/jdk/5/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 5" -description: "Comparing Java 5 with Java 1.2 APIs" -type: "apidiff" -targetversion: "5" -baseversion: "1.2" ---- diff --git a/site/content/jdk/5/apidiff/1.3.md b/site/content/jdk/5/apidiff/1.3.md deleted file mode 100644 index 0a3fea2a..00000000 --- a/site/content/jdk/5/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 5" -description: "Comparing Java 5 with Java 1.3 APIs" -type: "apidiff" -targetversion: "5" -baseversion: "1.3" ---- diff --git a/site/content/jdk/5/apidiff/1.4.md b/site/content/jdk/5/apidiff/1.4.md deleted file mode 100644 index 50f0c7b8..00000000 --- a/site/content/jdk/5/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 5" -description: "Comparing Java 5 with Java 1.4 APIs" -type: "apidiff" -targetversion: "5" -baseversion: "1.4" ---- diff --git a/site/content/jdk/6/apidiff/1.1.md b/site/content/jdk/6/apidiff/1.1.md deleted file mode 100644 index 27230c3f..00000000 --- a/site/content/jdk/6/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 6" -description: "Comparing Java 6 with Java 1.1 APIs" -type: "apidiff" -targetversion: "6" -baseversion: "1.1" ---- diff --git a/site/content/jdk/6/apidiff/1.2.md b/site/content/jdk/6/apidiff/1.2.md deleted file mode 100644 index 25734915..00000000 --- a/site/content/jdk/6/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 6" -description: "Comparing Java 6 with Java 1.2 APIs" -type: "apidiff" -targetversion: "6" -baseversion: "1.2" ---- diff --git a/site/content/jdk/6/apidiff/1.3.md b/site/content/jdk/6/apidiff/1.3.md deleted file mode 100644 index ba5db1a3..00000000 --- a/site/content/jdk/6/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 6" -description: "Comparing Java 6 with Java 1.3 APIs" -type: "apidiff" -targetversion: "6" -baseversion: "1.3" ---- diff --git a/site/content/jdk/6/apidiff/1.4.md b/site/content/jdk/6/apidiff/1.4.md deleted file mode 100644 index 438e1050..00000000 --- a/site/content/jdk/6/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 6" -description: "Comparing Java 6 with Java 1.4 APIs" -type: "apidiff" -targetversion: "6" -baseversion: "1.4" ---- diff --git a/site/content/jdk/6/apidiff/5.md b/site/content/jdk/6/apidiff/5.md deleted file mode 100644 index e9b7b4fa..00000000 --- a/site/content/jdk/6/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 6" -description: "Comparing Java 6 with Java 5 APIs" -type: "apidiff" -targetversion: "6" -baseversion: "5" ---- diff --git a/site/content/jdk/7/apidiff/1.1.md b/site/content/jdk/7/apidiff/1.1.md deleted file mode 100644 index cd93a8ec..00000000 --- a/site/content/jdk/7/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 7" -description: "Comparing Java 7 with Java 1.1 APIs" -type: "apidiff" -targetversion: "7" -baseversion: "1.1" ---- diff --git a/site/content/jdk/7/apidiff/1.2.md b/site/content/jdk/7/apidiff/1.2.md deleted file mode 100644 index 6cef50a2..00000000 --- a/site/content/jdk/7/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 7" -description: "Comparing Java 7 with Java 1.2 APIs" -type: "apidiff" -targetversion: "7" -baseversion: "1.2" ---- diff --git a/site/content/jdk/7/apidiff/1.3.md b/site/content/jdk/7/apidiff/1.3.md deleted file mode 100644 index 6777c7a6..00000000 --- a/site/content/jdk/7/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 7" -description: "Comparing Java 7 with Java 1.3 APIs" -type: "apidiff" -targetversion: "7" -baseversion: "1.3" ---- diff --git a/site/content/jdk/7/apidiff/1.4.md b/site/content/jdk/7/apidiff/1.4.md deleted file mode 100644 index d37e9ea3..00000000 --- a/site/content/jdk/7/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 7" -description: "Comparing Java 7 with Java 1.4 APIs" -type: "apidiff" -targetversion: "7" -baseversion: "1.4" ---- diff --git a/site/content/jdk/7/apidiff/5.md b/site/content/jdk/7/apidiff/5.md deleted file mode 100644 index c86eeda2..00000000 --- a/site/content/jdk/7/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 7" -description: "Comparing Java 7 with Java 5 APIs" -type: "apidiff" -targetversion: "7" -baseversion: "5" ---- diff --git a/site/content/jdk/7/apidiff/6.md b/site/content/jdk/7/apidiff/6.md deleted file mode 100644 index 3a205d85..00000000 --- a/site/content/jdk/7/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 7" -description: "Comparing Java 7 with Java 6 APIs" -type: "apidiff" -targetversion: "7" -baseversion: "6" ---- diff --git a/site/content/jdk/8/apidiff/1.1.md b/site/content/jdk/8/apidiff/1.1.md deleted file mode 100644 index afafcae7..00000000 --- a/site/content/jdk/8/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 8" -description: "Comparing Java 8 with Java 1.1 APIs" -type: "apidiff" -targetversion: "8" -baseversion: "1.1" ---- diff --git a/site/content/jdk/8/apidiff/1.2.md b/site/content/jdk/8/apidiff/1.2.md deleted file mode 100644 index 4b122c66..00000000 --- a/site/content/jdk/8/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 8" -description: "Comparing Java 8 with Java 1.2 APIs" -type: "apidiff" -targetversion: "8" -baseversion: "1.2" ---- diff --git a/site/content/jdk/8/apidiff/1.3.md b/site/content/jdk/8/apidiff/1.3.md deleted file mode 100644 index 8ffc4c5c..00000000 --- a/site/content/jdk/8/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 8" -description: "Comparing Java 8 with Java 1.3 APIs" -type: "apidiff" -targetversion: "8" -baseversion: "1.3" ---- diff --git a/site/content/jdk/8/apidiff/1.4.md b/site/content/jdk/8/apidiff/1.4.md deleted file mode 100644 index a6158c6e..00000000 --- a/site/content/jdk/8/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 8" -description: "Comparing Java 8 with Java 1.4 APIs" -type: "apidiff" -targetversion: "8" -baseversion: "1.4" ---- diff --git a/site/content/jdk/8/apidiff/5.md b/site/content/jdk/8/apidiff/5.md deleted file mode 100644 index 5b407994..00000000 --- a/site/content/jdk/8/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 8" -description: "Comparing Java 8 with Java 5 APIs" -type: "apidiff" -targetversion: "8" -baseversion: "5" ---- diff --git a/site/content/jdk/8/apidiff/6.md b/site/content/jdk/8/apidiff/6.md deleted file mode 100644 index 1d25324f..00000000 --- a/site/content/jdk/8/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 8" -description: "Comparing Java 8 with Java 6 APIs" -type: "apidiff" -targetversion: "8" -baseversion: "6" ---- diff --git a/site/content/jdk/8/apidiff/7.md b/site/content/jdk/8/apidiff/7.md deleted file mode 100644 index 0b07ca3f..00000000 --- a/site/content/jdk/8/apidiff/7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 8" -description: "Comparing Java 8 with Java 7 APIs" -type: "apidiff" -targetversion: "8" -baseversion: "7" ---- diff --git a/site/content/jdk/9/apidiff/1.1.md b/site/content/jdk/9/apidiff/1.1.md deleted file mode 100644 index 69742015..00000000 --- a/site/content/jdk/9/apidiff/1.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 9" -description: "Comparing Java 9 with Java 1.1 APIs" -type: "apidiff" -targetversion: "9" -baseversion: "1.1" ---- diff --git a/site/content/jdk/9/apidiff/1.2.md b/site/content/jdk/9/apidiff/1.2.md deleted file mode 100644 index 97000a14..00000000 --- a/site/content/jdk/9/apidiff/1.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 9" -description: "Comparing Java 9 with Java 1.2 APIs" -type: "apidiff" -targetversion: "9" -baseversion: "1.2" ---- diff --git a/site/content/jdk/9/apidiff/1.3.md b/site/content/jdk/9/apidiff/1.3.md deleted file mode 100644 index 71f43eff..00000000 --- a/site/content/jdk/9/apidiff/1.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 9" -description: "Comparing Java 9 with Java 1.3 APIs" -type: "apidiff" -targetversion: "9" -baseversion: "1.3" ---- diff --git a/site/content/jdk/9/apidiff/1.4.md b/site/content/jdk/9/apidiff/1.4.md deleted file mode 100644 index 71ae2c51..00000000 --- a/site/content/jdk/9/apidiff/1.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 9" -description: "Comparing Java 9 with Java 1.4 APIs" -type: "apidiff" -targetversion: "9" -baseversion: "1.4" ---- diff --git a/site/content/jdk/9/apidiff/5.md b/site/content/jdk/9/apidiff/5.md deleted file mode 100644 index 1e27b5d0..00000000 --- a/site/content/jdk/9/apidiff/5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 9" -description: "Comparing Java 9 with Java 5 APIs" -type: "apidiff" -targetversion: "9" -baseversion: "5" ---- diff --git a/site/content/jdk/9/apidiff/6.md b/site/content/jdk/9/apidiff/6.md deleted file mode 100644 index c4015554..00000000 --- a/site/content/jdk/9/apidiff/6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 9" -description: "Comparing Java 9 with Java 6 APIs" -type: "apidiff" -targetversion: "9" -baseversion: "6" ---- diff --git a/site/content/jdk/9/apidiff/7.md b/site/content/jdk/9/apidiff/7.md deleted file mode 100644 index 73ba97d2..00000000 --- a/site/content/jdk/9/apidiff/7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 9" -description: "Comparing Java 9 with Java 7 APIs" -type: "apidiff" -targetversion: "9" -baseversion: "7" ---- diff --git a/site/content/jdk/9/apidiff/8.md b/site/content/jdk/9/apidiff/8.md deleted file mode 100644 index bb94b34a..00000000 --- a/site/content/jdk/9/apidiff/8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "New APIs in Java 9" -description: "Comparing Java 9 with Java 8 APIs" -type: "apidiff" -targetversion: "9" -baseversion: "8" ---- diff --git a/site/content/jdk/_content.gotmpl b/site/content/jdk/_content.gotmpl new file mode 100644 index 00000000..9674ce17 --- /dev/null +++ b/site/content/jdk/_content.gotmpl @@ -0,0 +1,9 @@ +{{ range $.Site.Data.jdk.versions }} + {{ range $_, $diff := .apidiff }} + {{ $.AddPage ( dict "path" ( printf "%s/apidiff/%s" $diff.target.feature $diff.base.feature ) + "title" ( printf "New APIs in Java %s" $diff.target.feature ) + "type" "apidiff" + "params" ( dict "targetversion" $diff.target.feature + "baseversion" $diff.base.feature ) ) }} + {{ end }} +{{ end }}