-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #247 from NASAWorldWind/develop
Version 2.2.1 Release Changes
- Loading branch information
Showing
26 changed files
with
2,677 additions
and
3,004 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,11 @@ | |
|
||
# WorldWind Java | ||
|
||
## New versions of WorldWind released | ||
Web WorldWind 0.10.0 and WorldWind Java 2.2.0 are now available on GitHub. The new version of Web WorldWind addresses potential vulnerabilities in the code and underlying packages. The new version of WorldWind Java focuses on upgrading to Java 11 and JOGL 2.4 as well as a switch to Apache 2.0 license. WorldWind's API remains largely unchanged in this release and we are committed to maintaining a consistent API in future releases. | ||
More information on the release can be found at these links: [Web WorldWind 0.10.0](https://github.com/NASAWorldWind/WebWorldWind/releases) and [WorldWind Java 2.2.0](https://github.com/NASAWorldWind/WorldWindJava/releases). | ||
## New version of WorldWind Java released | ||
WorldWind Java 2.2.1 is now available on GitHub. This version of WorldWind Java is a maintenance release that addresses small fixes (typos, bad references, etc.) to various areas of the code and removes references to services that are no longer supported by the WorldWind servers. | ||
|
||
WorldWind's API remains unchanged in this release and we are committed to maintaining a consistent API in future releases. | ||
More information on the release can be found at this link: [WorldWind Java 2.2.1](https://github.com/NASAWorldWind/WorldWindJava/releases). | ||
|
||
Please direct questions to our new email address: [email protected]. | ||
|
||
|
@@ -25,10 +27,11 @@ Official WorldWind Java releases have the latest stable features, enhancements a | |
|
||
## Run a Demo | ||
|
||
###### From a Web Browser | ||
The following options are available to run a WorldWind Java demo: | ||
|
||
###### From the Apache NetBeans IDE | ||
|
||
- [WorldWind Demo App](https://worldwind.arc.nasa.gov/java/latest/webstart/ApplicationTemplate.jnlp) shows WorldWind's basic capabilities | ||
- [Java Demos](https://goworldwind.org/demos) has a complete list of example apps | ||
Clone the SDK with git, open the WorldWind Java project with Apache Netbeans and run demos via the Netbeans interface. | ||
|
||
###### From a Windows Development Environment | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
################### WorldWindJava 2.2.1 | ||
|
||
This version of WorldWind Java is a maintenance release that addresses small fixes (updated formatting, typos, bad references, etc.) to various areas of the code and removes references to services that are no longer supported by the WorldWind servers. | ||
|
||
WorldWind's API remains unchanged in this release and we are committed to maintaining a consistent API in future releases. | ||
|
||
################### WorldWindJava 2.2.0 | ||
|
||
The primary goal of the WorldWind Java (WWJ) v2.2.0 release is to modernize the SDK after a period of inactivity. During this process some defects were addressed as well. Highlights of v2.2.0: | ||
|
||
- Upgrade to Java 11 | ||
- Upgrade to the OpenGL layer (JOGL) 2.4 | ||
- Switch to the Apache 2.0 license | ||
- Deprecation of unsupported functionality such as Applets, WebStart and WebView. | ||
|
||
WorldWind's API remains largely unchanged in this release and we are committed to maintaining a consistent API in future releases. | ||
|
||
The prior release of WorldWind Java, v2.1.0, was compiled with Java 8. The decision was made to upgrade WWJ to Java 11 based on questionable support options for Java 8 at the time. This situation has evolved over time and we are evaluating whether a Java 8 version of WWJ is desirable. Your feedback is welcome. | ||
|
||
Migrating to Java 11 and JOGL 2.4 went relatively smoothly. Primary areas of work: | ||
|
||
- The package names for JOGL have changed although the API remains relatively consistent. | ||
- Creating work alike code to replace the use of unpublished JRE APIs that now throw an access exception. For example, setting the java library path system property. Discussions around the types of changes that need to be made when moving from 8 to 11 are broadly available on the Web. | ||
- Removing deprecated functionality like WebStart, Applets and WebView. | ||
|
||
This release positions WorldWind Java to begin adding new functionality in the near future, please watch this repository for further updates. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
main.class=gov.nasa.worldwindx.examples.ColladaViewer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
build.xml.data.CRC32=6106e3d1 | ||
build.xml.data.CRC32=ed839dc9 | ||
build.xml.script.CRC32=b2ee8dee | ||
build.xml.stylesheet.CRC32=f85dc8f2@1.95.0.48 | ||
build.xml.stylesheet.CRC32=f85dc8f2@1.102.0.48 | ||
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. | ||
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. | ||
nbproject/build-impl.xml.data.CRC32=6106e3d1 | ||
nbproject/build-impl.xml.script.CRC32=f2cfd8e0 | ||
nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.95.0.48 | ||
nbproject/build-impl.xml.data.CRC32=ed839dc9 | ||
nbproject/build-impl.xml.script.CRC32=2e7bce4f | ||
nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.102.0.48 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.