Skip to content

Commit c759286

Browse files
8286774: Replace openjdk.java.net with openjdk.org
Reviewed-by: mstrauss, jvos
1 parent da5bd37 commit c759286

35 files changed

+652
-652
lines changed

CONTRIBUTING.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ OpenJFX is an open source project and we love to receive contributions from our
66
Bug reports
77
-----------
88

9-
If you think you have found a bug in OpenJFX, first make sure that you are testing against the latest version - your issue may already have been fixed. If not, search our [issues list](https://bugs.openjdk.java.net/issues/?filter=39543) in the Java Bug System (JBS) in case a similar issue has already been opened. More information on where and how to report a bug can be found at [bugreport.java.com](https://bugreport.java.com/).
9+
If you think you have found a bug in OpenJFX, first make sure that you are testing against the latest version - your issue may already have been fixed. If not, search our [issues list](https://bugs.openjdk.org/issues/?filter=39543) in the Java Bug System (JBS) in case a similar issue has already been opened. More information on where and how to report a bug can be found at [bugreport.java.com](https://bugreport.java.com/).
1010

1111
It is very helpful if you can prepare a reproduction of the bug. In other words, provide a small test case which we can run to confirm your bug. It makes it easier to find the problem and to fix it.
1212

@@ -16,13 +16,13 @@ Feature requests
1616
----------------
1717

1818
If you find yourself wishing for a feature that doesn't exist in OpenJFX, you are probably not alone. There are bound to be others out there with similar needs. Many of the features that OpenJFX has today have been added because our users saw the need. Please be aware that
19-
all new feature requests, including any API changes, need prior discussion on the [openjfx-dev](https://mail.openjdk.java.net/mailman/listinfo/openjfx-dev) mailing list, even if there is already an open
20-
[JBS issue](https://bugs.openjdk.java.net). See the [New features / API additions](#new-features--api-additions) section below for more information.
19+
all new feature requests, including any API changes, need prior discussion on the [openjfx-dev](https://mail.openjdk.org/mailman/listinfo/openjfx-dev) mailing list, even if there is already an open
20+
[JBS issue](https://bugs.openjdk.org). See the [New features / API additions](#new-features--api-additions) section below for more information.
2121

2222
Contributing code and documentation changes
2323
-------------------------------------------
2424

25-
If you have a bug fix or new feature that you would like to contribute to OpenJFX, please talk about what you would like to do on the [openjfx-dev](https://mail.openjdk.java.net/mailman/listinfo/openjfx-dev) mailing list. It may be that somebody is already working on it, or that there are particular issues that you should know about before implementing the change.
25+
If you have a bug fix or new feature that you would like to contribute to OpenJFX, please talk about what you would like to do on the [openjfx-dev](https://mail.openjdk.org/mailman/listinfo/openjfx-dev) mailing list. It may be that somebody is already working on it, or that there are particular issues that you should know about before implementing the change.
2626

2727
We enjoy working with contributors to get their code accepted. There are many approaches to fixing a problem and it is important to find the best approach before writing too much code.
2828

@@ -46,11 +46,11 @@ If you are a first time contributor to OpenJFX, welcome! Please do the following
4646

4747
* Read the code review policies
4848

49-
Please read the entire section below on how to submit a pull request, as well as the [OpenJFX Code Review Policies](https://wiki.openjdk.java.net/display/OpenJFX/Code+Reviews). If this is a feature request, please note the additional requirements and expectations in the [New features / API additions](#new-features--api-additions) section at the end of this guide.
49+
Please read the entire section below on how to submit a pull request, as well as the [OpenJFX Code Review Policies](https://wiki.openjdk.org/display/OpenJFX/Code+Reviews). If this is a feature request, please note the additional requirements and expectations in the [New features / API additions](#new-features--api-additions) section at the end of this guide.
5050

5151
* File a bug in JBS for every pull request
5252

53-
A unique [JBS](https://bugs.openjdk.java.net) bug ID is needed for every
53+
A unique [JBS](https://bugs.openjdk.org) bug ID is needed for every
5454
pull request. If there isn't already a bug filed in JBS, then please
5555
file one at [bugreport.java.com](https://bugreport.java.com/).
5656
A developer with an active OpenJDK ID can file a bug directly in JBS.
@@ -88,7 +88,7 @@ Once your changes and tests are ready to submit for review:
8888
The Skara bot will then run `jcheck` on the server to verify the format
8989
of the PR title and check for whitespace errors. Once that passes,
9090
it will automatically send a Request For Review (RFR) email to the
91-
[openjfx-dev](https://mail.openjdk.java.net/mailman/listinfo/openjfx-dev) mailing list.
91+
[openjfx-dev](https://mail.openjdk.org/mailman/listinfo/openjfx-dev) mailing list.
9292
The Skara bot will also cross-link the JBS Issue and the pull request.
9393
See the
9494
[Skara project page](https://github.com/openjdk/skara#openjdk-project-skara)
@@ -115,7 +115,7 @@ Once your changes and tests are ready to submit for review:
115115
4. Code review
116116
117117
All pull requests _must_ be reviewed according to the
118-
[OpenJFX Code Review Policies](https://wiki.openjdk.java.net/display/OpenJFX/Code+Reviews).
118+
[OpenJFX Code Review Policies](https://wiki.openjdk.org/display/OpenJFX/Code+Reviews).
119119
It is the responsibility of the Reviewer(s) and the Committer who
120120
will integrate or sponsor the change to ensure that the code review policies
121121
are followed, and that all concerns have been addressed.
@@ -144,7 +144,7 @@ Once your changes and tests are ready to submit for review:
144144
Reviewer role in the project.
145145
146146
NOTE: A reviewer can indicate that a PR needs a
147-
[CSR](https://wiki.openjdk.java.net/display/csr/Main) by
147+
[CSR](https://wiki.openjdk.org/display/csr/Main) by
148148
entering the `/csr` command. The Skara bot will then require an approved
149149
CSR before the PR can be integrated.
150150
@@ -178,7 +178,7 @@ The main idea is to think in terms of "stewardship" when evolving the JavaFX API
178178
It begins before you submit a pull request for review, and continues after the new feature is integrated.
179179
With that in mind, here are the needed steps to get a new feature into JavaFX.
180180
181-
1. Discuss the proposed feature on the [openjfx-dev](https://mail.openjdk.java.net/mailman/listinfo/openjfx-dev) mailing list.
181+
1. Discuss the proposed feature on the [openjfx-dev](https://mail.openjdk.org/mailman/listinfo/openjfx-dev) mailing list.
182182
You should start with _why_ you think
183183
adding the API to the core of JavaFX is a good and useful addition for multiple applications (not just your own)
184184
and for the evolution of the JavaFX UI Toolkit. Part of this is to see whether the Project Leads and Reviewers
@@ -191,16 +191,16 @@ proceed to the API.
191191
192192
2. Discuss the API needed to provide the feature. While this can't always be completely separated from its
193193
implementation, it is the public API itself that is important to nail down and get right. While we don't currently
194-
use the formal JEP process as is done for larger JDK features, the [JEP template](http://openjdk.java.net/jeps/2)
194+
use the formal JEP process as is done for larger JDK features, the [JEP template](https://openjdk.org/jeps/2)
195195
provides some ideas to consider when proposing an API, such as a summary of the changes, goals, motivation, testing,
196196
dependencies, etc. A Draft (or WIP) pull request can be useful for illustrative purposes as long as the focus is on the public API.
197197
If there are trade-offs to be made in the implementation, or different implementation approaches that you might take,
198198
this is a good time to discuss it. Once this step is far enough along that there is general agreement as to the API,
199199
then it's time to focus on the implementation.
200200
201201
3. Submit a review of your proposed implementation. As noted in the
202-
[New features / API additions](https://wiki.openjdk.java.net/display/OpenJFX/Code+Reviews#CodeReviews-NewFeaturesC.Newfeatures/APIadditions.)
203-
section of the Code Review Policies doc, we also need a [CSR](https://wiki.openjdk.java.net/display/csr/Main), which documents the API change and its approval.
202+
[New features / API additions](https://wiki.openjdk.org/display/OpenJFX/Code+Reviews#CodeReviews-NewFeaturesC.Newfeatures/APIadditions.)
203+
section of the Code Review Policies doc, we also need a [CSR](https://wiki.openjdk.org/display/csr/Main), which documents the API change and its approval.
204204
The CSR can be reviewed in parallel. Changes in the API that arise during the review need to be reflected in the CSR, meaning
205205
that the final review / approval of the CSR usually happens late in the review cycle.
206206
You can avoid extra work by waiting to submit the CSR until the API is agreed upon and the code review for the documentation is reasonably far along.
@@ -254,4 +254,4 @@ bash ./gradlew -PFULL_TEST=true -PUSE_ROBOT=true all test
254254
If you don't build WebKit (using the `-PCOMPILE_WEBKIT=true` option), you are likely to get test failures when running the web tests. See the [Web Testing](WEBKIT-MEDIA-STUBS.md) page for information on how to address this.
255255

256256
Even more documentation on OpenJFX projects and its build system can be found on the
257-
[OpenJFX Wiki](https://wiki.openjdk.java.net/display/OpenJFX/).
257+
[OpenJFX Wiki](https://wiki.openjdk.org/display/OpenJFX/).

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ OpenJFX is an open source, next generation client application platform for deskt
44

55
OpenJFX is free software, licensed under [GPL v2 with the Classpath exception](LICENSE), just like the JDK. Anybody is welcome to contribute to this project, port it to other platforms or devices, or do anything else that a free software license allows you to do!
66

7-
OpenJFX is a project under the charter of the OpenJDK. The [OpenJDK Bylaws](https://openjdk.java.net/bylaws) and [License](LICENSE) govern our work. The OpenJFX project membership can be found on the [OpenJDK Census](https://openjdk.java.net/census#openjfx). We welcome patches and involvement from individual contributors or companies. If this is your first time contributing to an OpenJDK project, you will need to review the rules on [becoming a Contributor](https://openjdk.java.net/bylaws#contributor), and sign the [Oracle Contributor Agreement](https://oca.opensource.oracle.com/) (OCA).
7+
OpenJFX is a project under the charter of the OpenJDK. The [OpenJDK Bylaws](https://openjdk.org/bylaws) and [License](LICENSE) govern our work. The OpenJFX project membership can be found on the [OpenJDK Census](https://openjdk.org/census#openjfx). We welcome patches and involvement from individual contributors or companies. If this is your first time contributing to an OpenJDK project, you will need to review the rules on [becoming a Contributor](https://openjdk.org/bylaws#contributor), and sign the [Oracle Contributor Agreement](https://oca.opensource.oracle.com/) (OCA).
88

99
## Issue tracking
1010

11-
If you think you have found a bug in OpenJFX, first make sure that you are testing against the latest version - your issue may already have been fixed. If not, search our [issues list](https://bugs.openjdk.java.net/issues/?filter=39543) in the Java Bug System (JBS) in case a similar issue has already been opened. More information on where and how to report a bug can be found at [bugreport.java.com](https://bugreport.java.com/).
11+
If you think you have found a bug in OpenJFX, first make sure that you are testing against the latest version - your issue may already have been fixed. If not, search our [issues list](https://bugs.openjdk.org/issues/?filter=39543) in the Java Bug System (JBS) in case a similar issue has already been opened. More information on where and how to report a bug can be found at [bugreport.java.com](https://bugreport.java.com/).
1212

1313
## Getting Started
1414

15-
For instructions on building JavaFX, see the [Building OpenJFX](https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX) Wiki page.
15+
For instructions on building JavaFX, see the [Building OpenJFX](https://wiki.openjdk.org/display/OpenJFX/Building+OpenJFX) Wiki page.
1616

1717
For information about downloading and using JavaFX, see the [JavaFX community site](https://openjfx.io/).
1818

UPDATING-VERSION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Here are the instructions for updating the JavaFX release version number
44
for a feature release or security (dot-dot) release.
5-
See [JDK-8226365](https://bugs.openjdk.java.net/browse/JDK-8226365)
5+
See [JDK-8226365](https://bugs.openjdk.org/browse/JDK-8226365)
66
for a recent example.
77

88
## Incrementing the feature version

apps/toys/DragDrop/src/dragdrop/DragDropWithControls.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public class DragDropWithControls extends Application {
110110
new Thread(new Runnable() {
111111
@Override public void run() {
112112
log("Loading image..");
113-
image = new Image("http://openjdk.java.net/images/duke-thinking.png");
113+
image = new Image("https://openjdk.org/images/duke-thinking.png");
114114
log("Ready.");
115115
log("");
116116
}

apps/toys/DragDrop/src/dragdrop/DragDropWithControlsSwing.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Scene createScene() {
120120
new Thread(new Runnable() {
121121
@Override public void run() {
122122
log("Loading image..");
123-
image = new Image("http://openjdk.java.net/images/duke-thinking.png");
123+
image = new Image("https://openjdk.org/images/duke-thinking.png");
124124
log("Ready.");
125125
log("");
126126
}

apps/toys/Hello/src/main/java/hello/HelloProgressIndicator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public static void main(String[] args) {
116116
root.getChildren().add(pInd6);
117117

118118
// busy indicator - indeterminate and spin are enabled by default
119-
// See https://wiki.openjdk.java.net/display/OpenJFX/ProgressIndicator+User+Experience+Documentation
119+
// See https://wiki.openjdk.org/display/OpenJFX/ProgressIndicator+User+Experience+Documentation
120120
ProgressIndicator pInd7 = new ProgressIndicator();
121121
pInd7.setLayoutX(300);
122122
pInd7.setLayoutY(250);

0 commit comments

Comments
 (0)