Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2020-06-09 09:17:22 +0000
committerMickael Istria2020-07-09 18:49:29 +0000
commitda22c567605689fa92f97e850220834b7bdb0848 (patch)
tree0c502f2964acbad509c6eae52364e017117c9815
parente36bfbad4a2381f3e9490e383b2a67da16744dbf (diff)
downloadwebtools.dali-da22c567605689fa92f97e850220834b7bdb0848.tar.gz
webtools.dali-da22c567605689fa92f97e850220834b7bdb0848.tar.xz
webtools.dali-da22c567605689fa92f97e850220834b7bdb0848.zip
Bug 563157 - JAXB Proposal Computer requires UI Thread
Audited code and it seems like I Thread is not required. Change-Id: Ibfd9070e5022e829d77f895f503fe97508492202 Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--assembly/features/org.eclipse.jpt.assembly.feature/feature.xml2
-rw-r--r--assembly/features/org.eclipse.jpt.assembly.feature/pom.xml2
-rw-r--r--jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml2
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.ui/META-INF/MANIFEST.MF2
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.ui/plugin.xml7
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.ui/pom.xml2
6 files changed, 9 insertions, 8 deletions
diff --git a/assembly/features/org.eclipse.jpt.assembly.feature/feature.xml b/assembly/features/org.eclipse.jpt.assembly.feature/feature.xml
index 1ab52e59ba..a6b69777f1 100644
--- a/assembly/features/org.eclipse.jpt.assembly.feature/feature.xml
+++ b/assembly/features/org.eclipse.jpt.assembly.feature/feature.xml
@@ -15,7 +15,7 @@
<feature
id="org.eclipse.jpt.assembly.feature"
label="%featureName"
- version="2.3.2.qualifier"
+ version="2.3.3.qualifier"
provider-name="%providerName"
image="eclipse_update_120.jpg"
license-feature="org.eclipse.license"
diff --git a/assembly/features/org.eclipse.jpt.assembly.feature/pom.xml b/assembly/features/org.eclipse.jpt.assembly.feature/pom.xml
index 39ebac27cb..39f0e67ee8 100644
--- a/assembly/features/org.eclipse.jpt.assembly.feature/pom.xml
+++ b/assembly/features/org.eclipse.jpt.assembly.feature/pom.xml
@@ -22,6 +22,6 @@
<groupId>org.eclipse.webtools.dali</groupId>
<artifactId>org.eclipse.jpt.assembly.feature</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.3-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml b/jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml
index fa31ca37a9..31c5cb0fd3 100644
--- a/jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml
+++ b/jaxb/features/org.eclipse.jpt.jaxb.feature/feature.xml
@@ -15,7 +15,7 @@
<feature
id="org.eclipse.jpt.jaxb.feature"
label="%featureName"
- version="1.5.100.qualifier"
+ version="1.5.200.qualifier"
provider-name="%providerName"
plugin="org.eclipse.jpt.jaxb.branding"
license-feature="org.eclipse.license"
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.ui/META-INF/MANIFEST.MF b/jaxb/plugins/org.eclipse.jpt.jaxb.ui/META-INF/MANIFEST.MF
index 7e89b76ace..8fda47c36b 100644
--- a/jaxb/plugins/org.eclipse.jpt.jaxb.ui/META-INF/MANIFEST.MF
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.jaxb.ui;singleton:=true
-Bundle-Version: 1.5.101.qualifier
+Bundle-Version: 1.5.200.qualifier
Bundle-Activator: org.eclipse.jpt.jaxb.ui.internal.plugin.JptJaxbUiPlugin
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.ui/plugin.xml b/jaxb/plugins/org.eclipse.jpt.jaxb.ui/plugin.xml
index 093f6ef1d4..07ff6d935a 100644
--- a/jaxb/plugins/org.eclipse.jpt.jaxb.ui/plugin.xml
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.ui/plugin.xml
@@ -120,9 +120,10 @@
<!-- activate = "true", but our plug-in will only activate if the JAXB proposal category is enabled (has JAXB facet) bug 386358 -->
<javaCompletionProposalComputer
- class="org.eclipse.jpt.jaxb.ui.internal.JaxbJavaCompletionProposalComputer"
- categoryId="org.eclipse.jpt.jaxb.ui.jaxbCompletionProposals"
- activate="true">
+ activate="true"
+ categoryId="org.eclipse.jpt.jaxb.ui.jaxbCompletionProposals"
+ class="org.eclipse.jpt.jaxb.ui.internal.JaxbJavaCompletionProposalComputer"
+ requiresUIThread="false">
<partition type="__dftl_partition_content_type"/>
<partition type="__java_string"/>
</javaCompletionProposalComputer>
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.ui/pom.xml b/jaxb/plugins/org.eclipse.jpt.jaxb.ui/pom.xml
index d580ce75f3..c315923bf3 100644
--- a/jaxb/plugins/org.eclipse.jpt.jaxb.ui/pom.xml
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.ui/pom.xml
@@ -22,6 +22,6 @@
<groupId>org.eclipse.webtools.dali</groupId>
<artifactId>org.eclipse.jpt.jaxb.ui</artifactId>
- <version>1.5.101-SNAPSHOT</version>
+ <version>1.5.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top