-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to JDK 11, NetBeans 11.3 and GeoTools 28.2 (#185)
* Snap 3454 tb geotools (#184) * Migration to GeoTools 28 * GeoTools update to 28.2 * intermediate - loading issues * replaced commons-lang with commons-lang3 * further updates for JDK11 --------- Co-authored-by: Tom <[email protected]> * updated mockito * fixed several errors of type 'Private classes referenced in module' * added reporting for javadoc * Using NetBeans 10 * updated snap-gui-lib which is using NetBeans 10 * set version to 10.0.0-JDK11SHOT to differentiate from master * Updated worldwind and related jogamp libraries. * Use JDK 11 in CI/QA pipeline * Update NetBeans to 11.3 * SNAP-843 update GLCM help (cherry picked from commit 6abe12b) * removed persistence of the ViewType (list or details) of files in the SnapFileChooser. The old way is not allowed and also not working anymore. And there is no alternative. * require Java > 11 in manifest.mf * set SourceVersion.RELEASE_11 in AboutBoxProcessor * org-esa-snap-ui-tooladapter-docs and org-esa-snap-ui-vfs-docs had same position 2.480. Now set org-esa-snap-ui-vfs-docs to 2481 * SNAP-953 Added explanations for CV and ENL (cherry picked from commit 4e41928) * removed 1.8 source/target settings and set them to 11 * removed 1.8 source/target settings and set them to 11 * removed 1.8 source/target settings and set them to 11 * Improve artifacts list * updated projects to make use of new help system * Cannot use EmptyImage.java anymore in metadata view. Thus, we stick to the default image. * merged RemoteExecutionDialog --------- Co-authored-by: Tom <[email protected]> Co-authored-by: Olaf Danne <[email protected]> Co-authored-by: BALDO Frederick <[email protected]> Co-authored-by: Luis Veci <[email protected]> Co-authored-by: Jun Lu <[email protected]>
- Loading branch information
1 parent
433b171
commit 56ecc53
Showing
122 changed files
with
764 additions
and
731 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
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 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
2 changes: 1 addition & 1 deletion
2
snap-binning-ui/src/main/java/org/esa/snap/binning/docs/package-info.java
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,4 +1,4 @@ | ||
@HelpSetRegistration(helpSet = "help.hs", position = 4300) | ||
package org.esa.snap.binning.docs; | ||
|
||
import org.netbeans.api.javahelp.HelpSetRegistration; | ||
import eu.esa.snap.netbeans.javahelp.api.HelpSetRegistration; |
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 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
2 changes: 1 addition & 1 deletion
2
snap-change-detection-ui/src/main/java/org/esa/snap/change/detection/docs/package-info.java
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,4 +1,4 @@ | ||
@HelpSetRegistration(helpSet = "help.hs", position = 6020) | ||
package org.esa.snap.change.detection.docs; | ||
|
||
import org.netbeans.api.javahelp.HelpSetRegistration; | ||
import eu.esa.snap.netbeans.javahelp.api.HelpSetRegistration; |
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
2 changes: 1 addition & 1 deletion
2
snap-classification-ui/src/main/java/org/esa/snap/classification/docs/package-info.java
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,4 +1,4 @@ | ||
@HelpSetRegistration(helpSet = "help.hs", position = 5920) | ||
package org.esa.snap.classification.docs; | ||
|
||
import org.netbeans.api.javahelp.HelpSetRegistration; | ||
import eu.esa.snap.netbeans.javahelp.api.HelpSetRegistration; |
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 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
2 changes: 1 addition & 1 deletion
2
snap-collocation-ui/src/main/java/org/esa/snap/collocation/docs/package-info.java
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,4 +1,4 @@ | ||
@HelpSetRegistration(helpSet = "help.hs", position = 4110) | ||
package org.esa.snap.collocation.docs; | ||
|
||
import org.netbeans.api.javahelp.HelpSetRegistration; | ||
import eu.esa.snap.netbeans.javahelp.api.HelpSetRegistration; |
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
Oops, something went wrong.