[JBoss JIRA] (JBIDE-21042) Jiralint email template says to set assignee when blank, but we use blank assignee to know what issues are not yet being worked
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21042?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-21042:
-------------------------------
Description:
Jiralint email template says to set assignee when blank, but we use blank assignee to know what issues are not yet being worked.
Therefore the template used to generate jiralint emails should remove this:
{quote}Assignee: None set - please fix.{quote}
was:
Jiralint email template says to set assignee when it's blank, but [~maxandersen] says we should only set assignee when someone is ACTUALLY working on an issue.
Therefore the template used to generate jiralint emails should remove this:
{quote}Assignee: None set - please fix.{quote}
> Jiralint email template says to set assignee when blank, but we use blank assignee to know what issues are not yet being worked
> -------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21042
> URL: https://issues.jboss.org/browse/JBIDE-21042
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.3.1.Beta1, 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Max Rydahl Andersen
> Fix For: 4.3.1.Final
>
> Attachments: jiralint1.png
>
>
> Jiralint email template says to set assignee when blank, but we use blank assignee to know what issues are not yet being worked.
> Therefore the template used to generate jiralint emails should remove this:
> {quote}Assignee: None set - please fix.{quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21042) Jiralint email template says to set assignee when blank, but we use blank assignee to know what issues are not yet being worked
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21042?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-21042:
-------------------------------
Summary: Jiralint email template says to set assignee when blank, but we use blank assignee to know what issues are not yet being worked (was: Jiralint email template says to set assignee when it's blank, but we use blank assignee to know what issues are not being actively worked on it)
> Jiralint email template says to set assignee when blank, but we use blank assignee to know what issues are not yet being worked
> -------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21042
> URL: https://issues.jboss.org/browse/JBIDE-21042
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.3.1.Beta1, 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Max Rydahl Andersen
> Fix For: 4.3.1.Final
>
> Attachments: jiralint1.png
>
>
> Jiralint email template says to set assignee when it's blank, but [~maxandersen] says we should only set assignee when someone is ACTUALLY working on an issue.
> Therefore the template used to generate jiralint emails should remove this:
> {quote}Assignee: None set - please fix.{quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBTIS-492) improve integration of integration stack jars into staged JBT / JBDS sites
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-492?page=com.atlassian.jira.plugin.... ]
Paul Leacu resolved JBTIS-492.
------------------------------
Resolution: Done
4.3 / 9.0.0.Beta1 now uses JBT/JBDS style rsync.sh style Jenkins jobs and Mars compatible URLs for update sites. See JBTIS-498 for fine tuning.
> improve integration of integration stack jars into staged JBT / JBDS sites
> --------------------------------------------------------------------------
>
> Key: JBTIS-492
> URL: https://issues.jboss.org/browse/JBTIS-492
> Project: JBoss Tools Integration Stack
> Issue Type: Feature Request
> Components: distribution
> Affects Versions: 4.2.3.Beta1
> Reporter: Radim Hopp
> Assignee: Paul Leacu
> Fix For: 9.0.0.Beta1
>
>
> I have this error in error log after startup of JBT:
> {noformat:title=Cannot download bundle at http://download.jboss.org/jbosstools/discovery/staging/4.2.3.Beta1/plugin...: http://download.jboss.org/jbosstools/discovery/staging/4.2.3.Beta1/plugin...: http://download.jboss.org/jbosstools/discovery/staging/4.2.3.Beta1/plugin...
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:297)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.checkException(FileReader.java:441)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.sendRetrieveRequest(FileReader.java:398)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.readInto(FileReader.java:322)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:101)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:156)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.download(P2TransportService.java:84)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.download(WebUtil.java:157)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.download(WebUtil.java:66)
> at org.jboss.tools.project.examples.internal.discovery.xpl.RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteExternalBundleDiscoveryStrategy.java:223)
> at org.jboss.tools.project.examples.internal.discovery.xpl.RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteExternalBundleDiscoveryStrategy.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> {noformat}
> http://download.jboss.org/jbosstools/discovery/staging/4.2.3.Beta1/jbosst... is pointing to non-existing http://download.jboss.org/jbosstools/discovery/staging/4.2.3.Beta1/plugin...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21038) Software/Update page is not working on Fedora 23 (Beta)
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21038?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-21038:
----------------------------------------
Looks like an SWT related issue. [~snjeza] could you please take a look?
Can someone with Fedora 23 beta confirm that it's reproducible for him too? [~ldimaggio]?
> Software/Update page is not working on Fedora 23 (Beta)
> -------------------------------------------------------
>
> Key: JBIDE-21038
> URL: https://issues.jboss.org/browse/JBIDE-21038
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.3.0.Final
> Environment: JBDS 9.0.0.GA
> Reporter: Radim Hopp
>
> Recently I upgraded my system to Fedora 23 (beta) and second page of Cetnral (Software/Update) is not working. It is rendered with "Refreshing..." text and carousel (which is not spinning as it should). One processor core goes 100%.
> java version "1.8.0_65"
> gtk3 version 3.18.2
> jstack: http://pastebin.com/a7U02yjt
> Everything is fine with GTK2.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBTIS-510) did JBDS IS 8.0.3 never graduate from Early Access?
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-510?page=com.atlassian.jira.plugin.... ]
Paul Leacu resolved JBTIS-510.
------------------------------
Fix Version/s: 8.0.3.GA
Resolution: Done
Updated https://devstudio.redhat.com/updates/8.0 composites:
{code}
<children size="5">
<!-- JBDS + TP + Central -->
<child location="../../static/updates/8.0.0/jboss-devstudio-8.1.0.GA-updatesite-core/"/>
<child location="../../static/updates/8.0.0/jboss-devstudio-8.1.0.GA-target-platform/"/>
<child location="../../static/updates/8.0.0/jboss-devstudio-8.1.0.GA-updatesite-central/"/>
<!-- JBDSIS + JBDSIS TP -->
<child location="../../static/updates/8.0.0/8.0.3.GA.jbds-is/"/>
<child location="../../static/updates/8.0.0/8.0.3.GA.jbds-is-target-platform/jbdsis/REPO/"/>
</children>
{code}
https://devstudio.redhat.com/earlyaccess/8.0/ EA composites:
{code}
<children size="5">
<!-- JBDS + TP + Central -->
<child location="../../updates/8.0/"/>
<!-- JBDS Early Access TP -->
<child location="../../static/updates/8.0.0/jboss-devstudio-8.1.0.GA-updatesite-earlyaccess/"/>
<!-- JBDSIS -->
<child location="../../static/updates/8.0.0/8.0.3.GA.jbds-is/"/>
<child location="../../static/updates/8.0.0/8.0.3.GA.jbds-is/earlyaccess/"/>
<child location="../../static/updates/8.0.0/8.0.3.GA.jbds-is-target-platform/jbdsis/earlyaccess/REPO/"/>
</children>
{code}
> did JBDS IS 8.0.3 never graduate from Early Access?
> ---------------------------------------------------
>
> Key: JBTIS-510
> URL: https://issues.jboss.org/browse/JBTIS-510
> Project: JBoss Tools Integration Stack
> Issue Type: Sub-task
> Components: distribution
> Affects Versions: 8.0.3.GA
> Reporter: Nick Boldt
> Assignee: Paul Leacu
> Fix For: 8.0.3.GA
>
> Attachments: jbdsis803-still-ea.png
>
>
> On Aug 27, [~pleacu] sent a note to jbds-is-pm-list(a)redhat.com,
> soa-tools-list(a)redhat.com,
> jbosstools-dev(a)lists.jboss.org,
> jboss-qe-leads(a)redhat.com announcing, "JBDSIS 8.0.3.GA/ JBTIS 4.2.3.Final now live".
> But when I look at https://devstudio.redhat.com/updates/8.0/ I see no JBDS 8.0.3 content. Instead, this content remains on https://devstudio.redhat.com/earlyaccess/8.0/
> Is that what we intended to happen?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBDS-3553) Integrate/Enable CodeRecommenders substring completion in JBDS 9
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3553?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov resolved JBDS-3553.
----------------------------------
Fix Version/s: 9.1.0.Beta1
Resolution: Done
Created a new issue for crowdbase - JBDS-3555 and resolving this one. Max, please reopen if have any objections regarding including the Eclipse CodeRecommenders ;-)
> Integrate/Enable CodeRecommenders substring completion in JBDS 9
> ----------------------------------------------------------------
>
> Key: JBDS-3553
> URL: https://issues.jboss.org/browse/JBDS-3553
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: p2-product, target-platform
> Reporter: Mickael Istria
> Assignee: Mickael Istria
> Labels: new_and_noteworthy
> Fix For: 9.1.0.Beta1
>
>
> Eclipse Mars release are shipped with CodeRecommenders enabled so that Java developers can benefit from substring completion and many others: https://www.eclipse.org/recommenders/manual/
> JBDS doesn't have it enabled by default when installing from installer. Since it provides a lot of value for Java developers, it should be on by default.
> *Project page/sources:* https://www.eclipse.org/recommenders/manual/
> *Version:* 2.2.4 (part of Mars)
> *License and owner:* EPL, Eclipse Community/CodeTrails
> *Original p2 repo:* included in Mars repository
> *JBoss mirror:* will use our Mars mirror
> *Include Sources:* No
> *Affected JBoss Tools components:* JBDS feature and product
> *Include in JBDS:* Yes (only, not in JBT as it's supposed to be available in upstream Eclipse)
> *Type of dependency:* distribution
> *List of bundles added/removed:*
> {code}
> mistria@mistria-laptop:~/git/p2diff/org.eclipse.equinox.p2.example.p2diff.packaging/target/products/org.eclipse.equinox.p2.example.p2diff.product/linux/gtk/x86_64$ ./p2diff http://devstudio.redhat.com/targetplatforms/jbdevstudiotarget/4.51.0.Fina... file:/home/mistria/git/jbosstools-target-platforms/jbdevstudio/multiple/target/jbdevstudio-multiple.target.repo/
> > org.eclipse.recommenders.jdt [2.2.4.v20150914-0857]
> > org.eclipse.recommenders.overrides [2.2.4.v20150914-0857]
> > org.eclipse.recommenders.injection [2.2.4.v20150914-0857]
> > org.eclipse.aether.maven.feature.feature.group [3.1.0.20140706-2237]
> > org.eclipse.aether.transport.http [1.0.1.v20141111]
> > org.eclipse.aether.api [1.0.1.v20141111]
> > org.eclipse.aether.transport.http.feature.feature.jar [1.0.1.v20141111]
> > org.eclipse.aether.transport.file.feature.feature.jar [1.0.1.v20141111]
> > org.eclipse.recommenders.overrides.rcp [2.2.4.v20150914-0857]
> > org.eclipse.recommenders.utils [2.2.4.v20150914-0857]
> > org.eclipse.aether.connector.basic.feature.feature.jar [1.0.1.v20141111]
> > org.eclipse.aether.spi [1.0.1.v20141111]
> > com.google.inject.multibindings [3.0.0.v201402270930]
> > org.eclipse.recommenders.completion.rcp [2.2.4.v20150914-0857]
> > org.eclipse.aether.maven.feature.feature.jar [3.1.0.20140706-2237]
> > org.apache.commons.lang3 [3.1.0.v201403281430]
> > org.eclipse.aether.feature.feature.group [1.0.1.v20141111]
> > org.eclipse.recommenders.types.rcp [2.2.4.v20150914-0857]
> > org.eclipse.recommenders.calls.rcp [2.2.4.v20150914-0857]
> > org.eclipse.aether.connector.basic.feature.feature.group [1.0.1.v20141111]
> > org.apache.commons.pool [1.6.0.v201204271246]
> > org.eclipse.aether.maven [3.1.0.v20140706-2237]
> > org.eclipse.recommenders.models [2.2.4.v20150914-0857]
> > org.eclipse.recommenders.jayes [2.2.4.v20150914-0857]
> > org.eclipse.aether.transport.file [1.0.1.v20141111]
> > org.apache.commons.math [2.1.0.v201105210652]
> > org.eclipse.recommenders.coordinates [2.2.4.v20150914-0857]
> > org.eclipse.recommenders.subwords.rcp [2.2.4.v20150914-0857]
> > org.eclipse.recommenders.models.rcp [2.2.4.v20150914-0857]
> > org.eclipse.aether.transport.http.feature.feature.group [1.0.1.v20141111]
> > org.eclipse.recommenders.chain.rcp [2.2.4.v20150914-0857]
> > org.eclipse.recommenders.apidocs [2.2.4.v20150914-0857]
> > org.eclipse.recommenders.rcp.feature.feature.jar [2.2.4.v20150914-0857]
> > org.eclipse.recommenders.constructors [2.2.4.v20150914-0857]
> > org.eclipse.recommenders.calls [2.2.4.v20150914-0857]
> > org.apache.solr.client.solrj [3.5.0.v20150506-0844]
> > org.eclipse.aether.impl [1.0.1.v20141111]
> > org.eclipse.recommenders.jayes.io [2.2.4.v20150914-0857]
> > com.google.inject [3.0.0.v201312141243]
> > org.eclipse.aether.connector.basic [1.0.1.v20141111]
> > ch.qos.logback.slf4j [1.0.7.v201505121915]
> > org.eclipse.aether.util [1.0.1.v20141111]
> > org.eclipse.recommenders.utils.rcp [2.2.4.v20150914-0857]
> > org.eclipse.recommenders.net [2.2.4.v20150914-0857]
> > org.eclipse.recommenders.constructors.rcp [2.2.4.v20150914-0857]
> > org.eclipse.aether.feature.feature.jar [1.0.1.v20141111]
> > org.eclipse.recommenders.rcp [2.2.4.v20150914-0857]
> > org.eclipse.recommenders.apidocs.rcp [2.2.4.v20150914-0857]
> > org.eclipse.aether.transport.file.feature.feature.group [1.0.1.v20141111]
> > org.eclipse.recommenders.rcp.feature.feature.group [2.2.4.v20150914-0857]
> > org.eclipse.recommenders.coordinates.rcp [2.2.4.v20150914-0857]
> === Summary ===
> file:/home/mistria/git/jbosstools-target-platforms/jbdevstudio/multiple/target/jbdevstudio-multiple.target.repo/ contains 51 unique IUs
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBTIS-515) Errors about duplicate ESB quickstarts in Error Log
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-515?page=com.atlassian.jira.plugin.... ]
Paul Leacu reassigned JBTIS-515:
--------------------------------
Assignee: Brian Fitzpatrick
> Errors about duplicate ESB quickstarts in Error Log
> ---------------------------------------------------
>
> Key: JBTIS-515
> URL: https://issues.jboss.org/browse/JBTIS-515
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: ESB
> Affects Versions: 9.0.0.Alpha2
> Environment: JBDS 9.0.0.GA + JBDS-IS 9.0.0.Alpha2
> Reporter: Andrej Podhradsky
> Assignee: Brian Fitzpatrick
> Priority: Minor
>
> After installing ESB feature and opening the JBos Central there are errors about duplicate ESB quickstarts in the Error Log view.
> ESB quickstarts are available at Help > Project Examples...
> Note that this doesn't cause any problem.
> {code}
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.667
> !MESSAGE Found duplicate quickstart helloworld
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.667
> !MESSAGE Found duplicate quickstart helloworld_action
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart helloworld_file_action
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart webservice_consumer1
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart webservice_producer
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart transform_CSV2XML
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart transform_XML2POJO
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart transform_XML2XML_date_manipulation
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart transform_XML2XML_simple
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBTIS-515) Errors about duplicate ESB quickstarts in Error Log
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-515?page=com.atlassian.jira.plugin.... ]
Paul Leacu commented on JBTIS-515:
----------------------------------
[~bfitzpat] - from what I can see - the issue seems to be that 'ESB for JBoss Enterprise SOA Platform 5.0' and 'ESB for JBoss Enterprise SOA Platform 4.3' are both available with the same quickstart names.
{code}
!ENTRY org.jboss.tools.central 4 0 2015-11-02 10:30:34.107
!MESSAGE Found duplicate quickstart helloworld
!ENTRY org.jboss.tools.central 4 0 2015-11-02 10:30:34.112
!MESSAGE Found duplicate quickstart helloworld_action
!ENTRY org.jboss.tools.central 4 0 2015-11-02 10:30:34.115
!MESSAGE Found duplicate quickstart helloworld_file_action
!ENTRY org.jboss.tools.central 4 0 2015-11-02 10:30:34.117
!MESSAGE Found duplicate quickstart webservice_consumer1
!ENTRY org.jboss.tools.central 4 0 2015-11-02 10:30:34.124
!MESSAGE Found duplicate quickstart webservice_producer
!ENTRY org.jboss.tools.central 4 0 2015-11-02 10:30:34.127
!MESSAGE Found duplicate quickstart transform_CSV2XML
!ENTRY org.jboss.tools.central 4 0 2015-11-02 10:30:34.127
!MESSAGE Found duplicate quickstart transform_XML2POJO
!ENTRY org.jboss.tools.central 4 0 2015-11-02 10:30:34.127
!MESSAGE Found duplicate quickstart transform_XML2XML_date_manipulation
!ENTRY org.jboss.tools.central 4 0 2015-11-02 10:30:34.128
!MESSAGE Found duplicate quickstart transform_XML2XML_simple
{code}
> Errors about duplicate ESB quickstarts in Error Log
> ---------------------------------------------------
>
> Key: JBTIS-515
> URL: https://issues.jboss.org/browse/JBTIS-515
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: ESB
> Affects Versions: 9.0.0.Alpha2
> Environment: JBDS 9.0.0.GA + JBDS-IS 9.0.0.Alpha2
> Reporter: Andrej Podhradsky
> Priority: Minor
>
> After installing ESB feature and opening the JBos Central there are errors about duplicate ESB quickstarts in the Error Log view.
> ESB quickstarts are available at Help > Project Examples...
> Note that this doesn't cause any problem.
> {code}
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.667
> !MESSAGE Found duplicate quickstart helloworld
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.667
> !MESSAGE Found duplicate quickstart helloworld_action
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart helloworld_file_action
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart webservice_consumer1
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart webservice_producer
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart transform_CSV2XML
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart transform_XML2POJO
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart transform_XML2XML_date_manipulation
> !ENTRY org.jboss.tools.central 4 0 2015-10-12 10:09:16.668
> !MESSAGE Found duplicate quickstart transform_XML2XML_simple
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months