Skip to content
Commits on Source (2)
  • Markus Koschany's avatar
    Import Debian changes 8.1+dfsg3-5 · c9d20fa2
    Markus Koschany authored
    netbeans (8.1+dfsg3-5) unstable; urgency=medium
    
      * Update osgi-update.patch and sync it with the latest version of
        libequinox-osgi-java. (Closes: #891957)
      * Build-depend and depend on openjdk-8-jdk, otherwise Netbeans will not work.
      * Build-conflict against OpenJDK 10 and OpenJDK 11.
      * Declare compliance with Debian Policy 4.1.4.
      * Switch to compat level 11.
    c9d20fa2
  • Markus Koschany's avatar
    Import Debian changes 8.1+dfsg3-5 · acf973b8
    Markus Koschany authored
    netbeans (8.1+dfsg3-5) unstable; urgency=medium
    
      * Update osgi-update.patch and sync it with the latest version of
        libequinox-osgi-java. (Closes: #891957)
      * Build-depend and depend on openjdk-8-jdk, otherwise Netbeans will not work.
      * Build-conflict against OpenJDK 10 and OpenJDK 11.
      * Declare compliance with Debian Policy 4.1.4.
      * Switch to compat level 11.
    acf973b8
netbeans (8.1+dfsg3-5) unstable; urgency=medium
* Update osgi-update.patch and sync it with the latest version of
libequinox-osgi-java. (Closes: #891957)
* Build-depend and depend on openjdk-8-jdk, otherwise Netbeans will not work.
* Build-conflict against OpenJDK 10 and OpenJDK 11.
* Declare compliance with Debian Policy 4.1.4.
* Switch to compat level 11.
-- Markus Koschany <apo@debian.org> Wed, 06 Jun 2018 11:04:58 +0200
netbeans (8.1+dfsg3-4) unstable; urgency=medium
* Really update jna-4.4.0-compatibility.patch and fix FTBFS with JNA 4.4.0.
......
......@@ -9,8 +9,8 @@ Build-Depends:
ant,
ant-optional,
antlr3 (>= 3.5.2),
debhelper (>= 10),
default-jdk,
debhelper (>= 11),
openjdk-8-jdk,
icnsutils,
javacc,
javahelp2,
......@@ -73,7 +73,13 @@ Build-Depends:
maven-repo-helper,
testng,
w3c-sgml-lib
Standards-Version: 4.0.0
Build-Conflicts:
openjdk-10-jdk,
openjdk-10-jdk-headless,
openjdk-11-jdk,
openjdk-11-jdk-headless,
default-jdk
Standards-Version: 4.1.4
Homepage: http://netbeans.org/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/netbeans.git
Vcs-Git: https://anonscm.debian.org/git/pkg-java/netbeans.git
......@@ -173,7 +179,7 @@ Description: Common Java Related Libraries for NetBeans
Package: netbeans
Architecture: all
Depends:
default-jdk (>= 2:1.8) | java8-sdk,
openjdk-8-jdk | java8-sdk,
libnb-apisupport3-java (= ${binary:Version}),
libnb-ide14-java (= ${binary:Version}),
libnb-java5-java (= ${binary:Version}),
......
From: Markus Koschany <apo@debian.org>
Date: Tue, 24 Apr 2018 16:08:39 +0200
Subject: ant 10
Fix FTBFS with Ant 1.10.
---
nbbuild/antsrc/org/netbeans/nbbuild/ModuleSelector.java | 5 +++++
nbbuild/antsrc/org/netbeans/nbbuild/ModuleStateSelector.java | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/ModuleSelector.java b/nbbuild/antsrc/org/netbeans/nbbuild/ModuleSelector.java
index 85c4da0..d5b407b 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/ModuleSelector.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/ModuleSelector.java
@@ -61,6 +61,7 @@ import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Project;
import org.apache.tools.ant.types.Parameter;
import org.apache.tools.ant.types.selectors.BaseExtendSelector;
+import org.apache.tools.ant.types.Resource;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
import org.xml.sax.helpers.DefaultHandler;
@@ -80,6 +81,10 @@ public final class ModuleSelector extends BaseExtendSelector {
public ModuleSelector() {
}
+ public boolean isSelected(Resource r) {
+ return false;
+ }
+
public boolean isSelected(File dir, String filename, File file) throws BuildException {
validate();
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/ModuleStateSelector.java b/nbbuild/antsrc/org/netbeans/nbbuild/ModuleStateSelector.java
index 288e22f..0cfaef0 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/ModuleStateSelector.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/ModuleStateSelector.java
@@ -58,6 +58,7 @@ import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Project;
import org.apache.tools.ant.types.Parameter;
import org.apache.tools.ant.types.selectors.BaseExtendSelector;
+import org.apache.tools.ant.types.Resource;
import org.xml.sax.Attributes;
import org.xml.sax.EntityResolver;
import org.xml.sax.InputSource;
@@ -79,6 +80,10 @@ public final class ModuleStateSelector extends BaseExtendSelector {
public ModuleStateSelector() {
}
+ public boolean isSelected(Resource r) {
+ return false;
+ }
+
public boolean isSelected(File dir, String filename, File file) throws BuildException {
validate();
......@@ -39,10 +39,11 @@ diff --git a/db.dataview/src/org/netbeans/modules/db/dataview/table/ResultSetJXT
index 88a9b3a..e1dd566 100644
--- a/db.dataview/src/org/netbeans/modules/db/dataview/table/ResultSetJXTable.java
+++ b/db.dataview/src/org/netbeans/modules/db/dataview/table/ResultSetJXTable.java
@@ -161,16 +161,6 @@ public class ResultSetJXTable extends JXTableDecorator {
@@ -160,16 +160,6 @@ public class ResultSetJXTable extends JXTableDecorator {
return new ResultSetTableModel(new DBColumn[0]);
}
@Override
- @Override
- @SuppressWarnings("unchecked")
- public <R extends TableModel> void setRowFilter(RowFilter<? super R, ? super Integer> filter) {
- if(getRowSorter() instanceof DefaultRowSorter) {
......@@ -52,7 +53,6 @@ index 88a9b3a..e1dd566 100644
- }
- }
-
- @Override
@Override
public void setModel(TableModel dataModel) {
if(! (dataModel instanceof ResultSetTableModel)) {
throw new IllegalArgumentException(
......@@ -12,7 +12,7 @@ Forwarded: no
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlight.nativeexecution/src/org/netbeans/modules/nativeexecution/support/Win32APISupport.java b/dlight.nativeexecution/src/org/netbeans/modules/nativeexecution/support/Win32APISupport.java
index 5654ce6..3f3846f 100644
index 5654ce6..17415ef 100644
--- a/dlight.nativeexecution/src/org/netbeans/modules/nativeexecution/support/Win32APISupport.java
+++ b/dlight.nativeexecution/src/org/netbeans/modules/nativeexecution/support/Win32APISupport.java
@@ -56,14 +56,14 @@ import java.util.Map;
......
......@@ -8,23 +8,9 @@ catches up.
Forwarded: not-needed
---
netbinox/src/org/netbeans/modules/netbinox/JarBundleFile.java | 2 +-
netbinox/src/org/netbeans/modules/netbinox/Netbinox.java | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
netbinox/src/org/netbeans/modules/netbinox/Netbinox.java | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/netbinox/src/org/netbeans/modules/netbinox/JarBundleFile.java b/netbinox/src/org/netbeans/modules/netbinox/JarBundleFile.java
index d97a2cd..37846b0 100644
--- a/netbinox/src/org/netbeans/modules/netbinox/JarBundleFile.java
+++ b/netbinox/src/org/netbeans/modules/netbinox/JarBundleFile.java
@@ -128,7 +128,7 @@ final class JarBundleFile extends BundleFile implements BundleContent {
final File bf = new File(getBaseFile().getPath());
if (bf.isDirectory()) {
try {
- delegate = new DirBundleFile(bf, false);
+ delegate = new DirBundleFile(bf);
return false;
} catch (IOException dirEx) {
NetbinoxFactory.LOG.log(Level.WARNING,
diff --git a/netbinox/src/org/netbeans/modules/netbinox/Netbinox.java b/netbinox/src/org/netbeans/modules/netbinox/Netbinox.java
index 89c1357..77a70d3 100644
--- a/netbinox/src/org/netbeans/modules/netbinox/Netbinox.java
......
......@@ -34,3 +34,4 @@ netbeans-xsl-httpserver.patch
netbeans-svnclientadapter.patch
netbeans-slf4j.dummy.patch
jna-4.4.0-compatibility.patch
ant-10.patch
#!/usr/bin/make -f
export JAVA_HOME=/usr/lib/jvm/default-java
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/
export TZ=UTC
# Included clusters
......