Skip to content

Commit 8ca0aa9

Browse files
committed
Prefer https over http in URLs
Also update references to openjdk.java.net to openjdk.org. Signed-off-by: Keith W. Campbell <[email protected]>
1 parent dafce74 commit 8ca0aa9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+73
-73
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,13 @@ improperly referenced, and the commit is not signed off by the author.
181181

182182
### Other resources for writing good commits
183183

184-
- http://chris.beams.io/posts/git-commit/
184+
- https://cbea.ms/git-commit/
185185

186186
## Legal considerations
187187

188-
Please read the [Eclipse Foundation policy on accepting contributions via Git](http://wiki.eclipse.org/Development_Resources/Contributing_via_Git).
188+
Please read the [Eclipse Foundation policy on accepting contributions via Git](https://wiki.eclipse.org/Development_Resources/Contributing_via_Git).
189189

190-
Your contribution cannot be accepted unless you have a signed [ECA - Eclipse Foundation Contributor Agreement](http://www.eclipse.org/legal/ECA.php) in place. If you have an active signed Eclipse CLA
190+
Your contribution cannot be accepted unless you have a signed [ECA - Eclipse Foundation Contributor Agreement](https://www.eclipse.org/legal/ECA.php) in place. If you have an active signed Eclipse CLA
191191
([the CLA was updated by the Eclipse Foundation to become the ECA in August 2016](https://mmilinkov.wordpress.com/2016/08/15/contributor-agreement-update/)),
192192
then that signed CLA is sufficient. You will have to sign the ECA once your CLA expires.
193193

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Welcome to the Eclipse OpenJ9 repository
3232

3333
We're not sure which route you might have taken on your way here, but we're really pleased to see you! If you came directly from our website, you've probably already learned a lot about Eclipse OpenJ9 and how it fits in to the OpenJDK ecosystem. If you came via some other route, here are a few key links to get you started:
3434

35-
- [Eclipse OpenJ9 website](http://www.eclipse.org/openj9) - Learn about this high performance, enterprise-grade Java Virtual Machine (JVM) and why we think you want to get involved in its development.
35+
- [Eclipse OpenJ9 website](https://www.eclipse.org/openj9) - Learn about this high performance, enterprise-grade Java Virtual Machine (JVM) and why we think you want to get involved in its development.
3636
- Build instructions for [JDK8](https://github.com/eclipse-openj9/openj9/blob/master/doc/build-instructions/Build_Instructions_V8.md), [JDK11](https://github.com/eclipse-openj9/openj9/blob/master/doc/build-instructions/Build_Instructions_V11.md), and [More](https://github.com/eclipse-openj9/openj9/blob/master/doc/build-instructions) - Here's how you can build an OpenJDK with OpenJ9 yourself.
3737

3838
If you're looking for ways to help out at the project (thanks!), we have:

doc/build-instructions/Build_Instructions_V11.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ JCL - 98f2038 based on jdk-11+28)
227227

228228
:pencil: **OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.x support, the following acknowledgements apply in accordance with the license terms:
229229

230-
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
230+
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
231231
- *This product includes cryptographic software written by Eric Young ([email protected]).*
232232

233233
:penguin: *Congratulations!* :tada:
@@ -367,7 +367,7 @@ JCL - e5c64f5 based on jdk-11+21)
367367

368368
:pencil: **OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.x support, the following acknowledgements apply in accordance with the license terms:
369369

370-
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
370+
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
371371
- *This product includes cryptographic software written by Eric Young ([email protected]).*
372372

373373
:blue_book: *Congratulations!* :tada:
@@ -387,7 +387,7 @@ You must install a number of software dependencies to create a suitable build en
387387
- [Windows JDK 11](https://api.adoptopenjdk.net/v3/binary/latest/11/ga/windows/x64/jdk/openj9/normal/adoptopenjdk), which is used as the boot JDK.
388388
- [Microsoft Visual Studio 2019](https://aka.ms/vs/16/release/vs_community.exe), which is the version currently used by OpenJ9 builds.
389389
- [Freemarker V2.3.8](https://sourceforge.net/projects/freemarker/files/freemarker/2.3.8/freemarker-2.3.8.tar.gz/download) - only when building with `--with-cmake=no`
390-
- [LLVM/Clang](http://releases.llvm.org/7.0.0/LLVM-7.0.0-win64.exe)
390+
- [LLVM/Clang](https://releases.llvm.org/7.0.0/LLVM-7.0.0-win64.exe)
391391
- [NASM Assembler v2.13.03 or newer](https://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D)
392392

393393
Add the binary path of Clang to the `PATH` environment variable to override the older version of clang integrated in Cygwin. e.g.
@@ -400,7 +400,7 @@ Add the path to `nasm.exe` to the `PATH` environment variable to override the ol
400400
export PATH="/cygdrive/c/Program Files/NASM:$PATH" (in Cygwin)
401401
```
402402

403-
You can download Visual Studio manually or obtain it using the [wget](http://www.gnu.org/software/wget/faq.html#download) utility. If you choose to use `wget`, follow these steps:
403+
You can download Visual Studio manually or obtain it using the [wget](https://www.gnu.org/software/wget/faq.html#download) utility. If you choose to use `wget`, follow these steps:
404404

405405
- Open a cygwin terminal and change to the `/temp` directory:
406406
```
@@ -532,7 +532,7 @@ JCL - a786f96b13 based on jdk-11+21)
532532

533533
:pencil: **OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.x support, the following acknowledgements apply in accordance with the license terms:
534534

535-
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
535+
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
536536
- *This product includes cryptographic software written by Eric Young ([email protected]).*
537537

538538
:ledger: *Congratulations!* :tada:
@@ -681,7 +681,7 @@ JCL - 9da99f8b97 based on jdk-11+28)
681681

682682
:pencil: **OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.x support, the following acknowledgements apply in accordance with the license terms:
683683

684-
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
684+
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
685685
- *This product includes cryptographic software written by Eric Young ([email protected]).*
686686

687687
:ledger: *Congratulations!* :tada:
@@ -844,7 +844,7 @@ JCL - d247952 based on jdk-11.0.6+6)
844844

845845
:pencil: **OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.x support, the following acknowledgements apply in accordance with the license terms:
846846

847-
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
847+
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
848848
- *This product includes cryptographic software written by Eric Young ([email protected]).*
849849

850850
:penguin: *Congratulations!* :tada:
@@ -897,7 +897,7 @@ For the moment, the `QEMU` package targeted for RISC-V is not ready & unavailabl
897897

898898
Install `e2fsck` if it doesn't exist on your host system:
899899
```
900-
wget http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v1.43.1/e2fsprogs-1.43.1.tar.gz
900+
wget https://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v1.43.1/e2fsprogs-1.43.1.tar.gz
901901
tar xzf e2fsprogs-1.43.1.tar.gz
902902
cd e2fsprogs-1.43.1
903903
./configure # <== If this step fails, please check the config.log file.
@@ -1396,7 +1396,7 @@ Given that there is no JIT support for now, you might need to accelerate the com
13961396

13971397
:pencil: **OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.x support, the following acknowledgements apply in accordance with the license terms:
13981398

1399-
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
1399+
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
14001400
- *This product includes cryptographic software written by Eric Young ([email protected]).*
14011401

14021402
:rocket: *Congratulations!* :tada:

doc/build-instructions/Build_Instructions_V17.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ JCL - b6c1a570c77 based on jdk-17+35)
218218

219219
:pencil: **OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL support, the following acknowledgements apply in accordance with the license terms:
220220

221-
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
221+
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
222222
- *This product includes cryptographic software written by Eric Young ([email protected]).*
223223

224224
:penguin: *Congratulations!* :tada:
@@ -360,7 +360,7 @@ JCL - b6c1a570c77 based on jdk-17+35)
360360

361361
:pencil: **OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL support, the following acknowledgements apply in accordance with the license terms:
362362

363-
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
363+
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
364364
- *This product includes cryptographic software written by Eric Young ([email protected]).*
365365

366366
:blue_book: *Congratulations!* :tada:
@@ -380,7 +380,7 @@ You must install a number of software dependencies to create a suitable build en
380380
- [Windows JDK 17](https://api.adoptopenjdk.net/v3/binary/latest/17/ga/windows/x64/jdk/openj9/normal/adoptopenjdk), which is used as the boot JDK.
381381
- [Microsoft Visual Studio 2019](https://aka.ms/vs/16/release/vs_community.exe), which is the default compiler level used by OpenJDK17.
382382
- [Freemarker V2.3.8](https://sourceforge.net/projects/freemarker/files/freemarker/2.3.8/freemarker-2.3.8.tar.gz/download) - only when building with `--with-cmake=no`
383-
- [LLVM/Clang](http://releases.llvm.org/7.0.0/LLVM-7.0.0-win64.exe)
383+
- [LLVM/Clang](https://releases.llvm.org/7.0.0/LLVM-7.0.0-win64.exe)
384384
- [NASM Assembler v2.13.03 or newer](https://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D)
385385

386386
Add the binary path of Clang to the `PATH` environment variable to override the older version of clang integrated in Cygwin. e.g.
@@ -393,7 +393,7 @@ Add the path to `nasm.exe` to the `PATH` environment variable to override the ol
393393
export PATH="/cygdrive/c/Program Files/NASM:$PATH" (in Cygwin)
394394
```
395395

396-
You can download Visual Studio manually or obtain it using the [wget](http://www.gnu.org/software/wget/faq.html#download) utility. If you choose to use `wget`, follow these steps:
396+
You can download Visual Studio manually or obtain it using the [wget](https://www.gnu.org/software/wget/faq.html#download) utility. If you choose to use `wget`, follow these steps:
397397

398398
- Open a cygwin terminal and change to the `/temp` directory:
399399
```
@@ -527,7 +527,7 @@ JCL - b6c1a570c77 based on jdk-17+35)
527527

528528
:pencil: **OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL support, the following acknowledgements apply in accordance with the license terms:
529529

530-
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
530+
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
531531
- *This product includes cryptographic software written by Eric Young ([email protected]).*
532532

533533
:ledger: *Congratulations!* :tada:
@@ -675,7 +675,7 @@ JCL - b6c1a570c77 based on jdk-17+35)
675675

676676
:pencil: **OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL support, the following acknowledgements apply in accordance with the license terms:
677677

678-
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
678+
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
679679
- *This product includes cryptographic software written by Eric Young ([email protected]).*
680680

681681
:ledger: *Congratulations!* :tada:
@@ -836,7 +836,7 @@ JCL - b6c1a570c77 based on jdk-17+35)
836836

837837
:pencil: **OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.1 support, the following acknowledgements apply in accordance with the license terms:
838838

839-
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
839+
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
840840
- *This product includes cryptographic software written by Eric Young ([email protected]).*
841841

842842
:penguin: *Congratulations!* :tada:

doc/build-instructions/Build_Instructions_V20.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ JCL - fd8df22bf2c based on jdk-20+36)
218218

219219
:pencil: **OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL support, the following acknowledgements apply in accordance with the license terms:
220220

221-
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
221+
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
222222
- *This product includes cryptographic software written by Eric Young ([email protected]).*
223223

224224
:penguin: *Congratulations!* :tada:
@@ -360,7 +360,7 @@ JCL - fd8df22bf2c based on jdk-20+36)
360360

361361
:pencil: **OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL support, the following acknowledgements apply in accordance with the license terms:
362362

363-
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
363+
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
364364
- *This product includes cryptographic software written by Eric Young ([email protected]).*
365365

366366
:blue_book: *Congratulations!* :tada:
@@ -380,7 +380,7 @@ You must install a number of software dependencies to create a suitable build en
380380
- [Windows JDK 18](https://api.adoptopenjdk.net/v3/binary/latest/18/ga/windows/x64/jdk/openj9/normal/adoptopenjdk), which is used as the boot JDK.
381381
- [Microsoft Visual Studio 2022](https://aka.ms/vs/17/release/vs_community.exe), which is the default compiler level used by OpenJDK20.
382382
- [Freemarker V2.3.8](https://sourceforge.net/projects/freemarker/files/freemarker/2.3.8/freemarker-2.3.8.tar.gz/download) - only when building with `--with-cmake=no`
383-
- [LLVM/Clang](http://releases.llvm.org/7.0.0/LLVM-7.0.0-win64.exe)
383+
- [LLVM/Clang](https://releases.llvm.org/7.0.0/LLVM-7.0.0-win64.exe)
384384
- [NASM Assembler v2.13.03 or newer](https://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D)
385385

386386
Add the binary path of Clang to the `PATH` environment variable to override the older version of clang integrated in Cygwin. e.g.
@@ -393,7 +393,7 @@ Add the path to `nasm.exe` to the `PATH` environment variable to override the ol
393393
export PATH="/cygdrive/c/Program Files/NASM:$PATH" (in Cygwin)
394394
```
395395

396-
You can download Visual Studio manually or obtain it using the [wget](http://www.gnu.org/software/wget/faq.html#download) utility. If you choose to use `wget`, follow these steps:
396+
You can download Visual Studio manually or obtain it using the [wget](https://www.gnu.org/software/wget/faq.html#download) utility. If you choose to use `wget`, follow these steps:
397397

398398
- Open a cygwin terminal and change to the `/temp` directory:
399399
```
@@ -527,7 +527,7 @@ JCL - fd8df22bf2c based on jdk-20+36)
527527

528528
:pencil: **OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL support, the following acknowledgements apply in accordance with the license terms:
529529

530-
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
530+
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
531531
- *This product includes cryptographic software written by Eric Young ([email protected]).*
532532

533533
:ledger: *Congratulations!* :tada:
@@ -675,7 +675,7 @@ JCL - fd8df22bf2c based on jdk-20+36)
675675

676676
:pencil: **OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL support, the following acknowledgements apply in accordance with the license terms:
677677

678-
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
678+
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
679679
- *This product includes cryptographic software written by Eric Young ([email protected]).*
680680

681681
:ledger: *Congratulations!* :tada:
@@ -836,7 +836,7 @@ JCL - fd8df22bf2c based on jdk-20+36)
836836

837837
:pencil: **OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.1 support, the following acknowledgements apply in accordance with the license terms:
838838

839-
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
839+
- *This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
840840
- *This product includes cryptographic software written by Eric Young ([email protected]).*
841841

842842
:penguin: *Congratulations!* :tada:

0 commit comments

Comments
 (0)