[JBoss JIRA] (JBIDE-21278) For JBIDE 4.3.1.Beta1: Code Freeze + Branch [Webservices]
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21278?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-21278:
---------------------------------------
[~nickboldt] ha, thanks for spotting the wrong resolution on this issue. It is "rejected", indeed.
> For JBIDE 4.3.1.Beta1: Code Freeze + Branch [Webservices]
> ---------------------------------------------------------
>
> Key: JBIDE-21278
> URL: https://issues.jboss.org/browse/JBIDE-21278
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: webservices
> Reporter: Nick Boldt
> Assignee: Xavier Coulon
> Priority: Blocker
> Labels: task
> Fix For: 4.3.1.Beta1
>
>
> For JBIDE 4.3.1.Beta1 [Webservices]: Please perform the following tasks:
> 0. If nothing has changed in your component since the release of JBoss Tools 4.3.0.Final (eg., Portal, Freemarker?), *{color:red}Reject this JIRA{color}*.
> Otherwise:
> 0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.3.1.Beta1
> [Unresolved JIRAs with fixVersion = 4.3.1.Beta1, 9.1.0.Beta1|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%2...]
> 1. Ensure your component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 4.3.0 to 4.3.1, 1.2.3 to 1.2.100, or 2.3.100 to 2.3.101
> *NOTE:* If you already did this earlier when we were preparing for Beta1 (after 4.3.0.Final was released), you do *not* need to do so again.
> Please also ensure that the version of your code in the master branch is *greater* than your code in the 4.3.x branch.
> {code}
> mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.24.0:set-version -DnewVersion=4.3.1-SNAPSHOT
> {code}
> 2. Update your root pom to use parent pom version 4.3.1.Beta1-SNAPSHOT.
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.3.1.Beta1-SNAPSHOT</version>
> </parent>
> {code}
> 3. Ensure you've built & run your plugin tests using the latest target platform version 4.50.2.Beta1 (or 4.50.2.Beta1-SNAPSHOT).
> {code}
> mvn clean verify -Dtpc.version=4.50.2.Beta1-SNAPSHOT # (if the TP is still a SNAPSHOT)
> or
> mvn clean verify -Dtpc.version=4.50.2.Beta1 # (if the TP is already released)
> {code}
> 4. Branch from your existing jbosstools-4.3.x branch into a new *{color:blue}jbosstools-4.3.1.Beta1x{color}* branch;
> {code}
> git checkout jbosstools-4.3.x
> git pull origin jbosstools-4.3.x
> git checkout -b jbosstools-4.3.1.Beta1x
> git push origin jbosstools-4.3.1.Beta1x
> {code}
> 5. *NOW THAT YOU HAVE BRANCHED*, check out your *{color:orange}jbosstools-4.3.x branch{color}*.
> {code}
> git checkout jbosstools-4.3.x
> git pull origin jbosstools-4.3.x
> {code}
> 6. Update your *{color:orange}jbosstools-4.3.x branch{color}* parent pom to use the latest version, *{color:orange}4.3.1.Beta2-SNAPSHOT{color}*:
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.3.1.Beta2-SNAPSHOT</version>
> </parent>
> {code}
> Now, your root pom will use parent pom version:
> * *{color:blue}4.3.1.Beta1-SNAPSHOT{color}* in your *{color:blue}jbosstools-4.3.1.Beta1x{color}* branch, and
> * *{color:orange}4.3.1.Beta2-SNAPSHOT{color}* in your *{color:orange}jbosstools-4.3.x{color}* branch.
> 7. Close (do not resolve) this JIRA when done.
> 8. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20in%20%28JBDS%2...] to do, please complete them next.
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for Webservices task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBTIS-538) Update Mars JBTIS TP to pick up JBDS TP w/ latest forge 3.0.0.Alpha2 runtime
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-538?page=com.atlassian.jira.plugin.... ]
Paul Leacu updated JBTIS-538:
-----------------------------
Description:
*Reason:* Update Mars JBTIS TP to pick up JBDS TP w/ org.jboss.tools.forge w/ latest forge 3.0.0.Alpha2 runtime
*Project page/sources:*
*Version:* 4.3.1
*License and owner:* EPL
*Original p2 repo:*
*JBoss mirror:*
*Include Sources:* Yes
*Affected JBoss Tools components:* JBDSIS
*Include in JBDS:* Yes (JBDSIS)
*Type of dependency:* distribution
*List of bundles added/removed:*
{code}
< org.jboss.tools.community.central [2.0.0.Final-v20151001-1531-B45]
< org.jboss.tools.common [3.7.0.Final-v20150924-2213-B38]
< org.jboss.tools.project.examples.feature.feature.jar [3.0.0.Final-v20151001-1531-B45]
< org.jboss.tools.community.project.examples.feature.feature.group [3.0.0.Final-v20151001-1531-B45]
< org.jboss.tools.project.examples.cheatsheet [3.0.0.Final-v20151001-1531-B45]
< org.jboss.tools.project.examples.feature.feature.group [3.0.0.Final-v20151001-1531-B45]
< org.jboss.tools.community.central.feature.feature.jar [2.0.0.Final-v20151001-1531-B45]
< org.jboss.tools.community.central.feature.feature.group [2.0.0.Final-v20151001-1531-B45]
< org.jboss.tools.project.examples [3.0.0.Final-v20151001-1531-B45]
< org.jboss.tools.community.project.examples.feature.feature.jar [3.0.0.Final-v20151001-1531-B45]
< org.jboss.tools.community.project.examples [3.0.0.Final-v20151001-1531-B45]
> org.jboss.tools.community.project.examples [3.0.1.Beta1-v20151116-2016-B57]
> org.jboss.tools.common [3.7.1.Beta1-v20151207-2136-B58]
> org.jboss.tools.community.central.feature.feature.group [2.0.1.Beta1-v20151116-2016-B57]
> org.jboss.tools.community.central.feature.feature.jar [2.0.1.Beta1-v20151116-2016-B57]
> org.jboss.tools.project.examples.feature.feature.jar [3.0.1.Beta1-v20151116-2016-B57]
> org.jboss.tools.project.examples [3.0.1.Beta1-v20151116-2016-B57]
> org.jboss.tools.community.central [2.0.1.Beta1-v20151116-2016-B57]
> org.jboss.tools.project.examples.feature.feature.group [3.0.1.Beta1-v20151116-2016-B57]
> org.jboss.tools.project.examples.cheatsheet [3.0.1.Beta1-v20151116-2016-B57]
> org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.Beta1-v20151116-2016-B57]
> org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.Beta1-v20151116-2016-B57]
=== Summary ===
file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform.target.repo contains 11 unique IUs
file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform.target.repo contains 11 unique IUs
< org.jboss.tools.community.central [2.0.0.Final-v20151001-1531-B45]
< org.eclipse.emf.compare.edit [4.1.0.201509010903]
< org.eclipse.emf.compare.doc [3.2.1.201509010903]
< org.eclipse.emf.compare.ide.ui [4.1.1.201509010903]
< org.eclipse.emf.compare.ide.ui.feature.group [3.1.1.201509010903]
< org.eclipse.emf.compare [3.2.0.201509010903]
< org.eclipse.emf.compare.feature.jar [3.1.1.201509010903]
< org.eclipse.emf.compare.rcp.ui [4.1.1.201509010903]
< org.jboss.tools.community.project.examples.feature.feature.group [3.0.0.Final-v20151001-1531-B45]
< org.eclipse.emf.compare.ide [3.2.1.201509010903]
< org.eclipse.emf.compare.rcp [2.3.1.201509010903]
< org.eclipse.emf.compare.ide.ui.feature.jar [3.1.1.201509010903]
< org.jboss.tools.community.central.feature.feature.jar [2.0.0.Final-v20151001-1531-B45]
< org.jboss.tools.community.central.feature.feature.group [2.0.0.Final-v20151001-1531-B45]
< org.jboss.tools.community.project.examples.feature.feature.jar [3.0.0.Final-v20151001-1531-B45]
< org.jboss.tools.project.examples.feature.feature.jar [3.0.0.Final-v20151001-1531-B45]
< org.jboss.tools.project.examples.cheatsheet [3.0.0.Final-v20151001-1531-B45]
< org.jboss.tools.project.examples.feature.feature.group [3.0.0.Final-v20151001-1531-B45]
< org.jboss.tools.project.examples [3.0.0.Final-v20151001-1531-B45]
< org.eclipse.emf.compare.feature.group [3.1.1.201509010903]
< org.jboss.tools.community.project.examples [3.0.0.Final-v20151001-1531-B45]
> org.eclipse.emf.compare.ide [3.2.1.201509120604]
> org.jboss.tools.community.central.feature.feature.jar [2.0.1.Beta1-v20151116-2016-B57]
> org.eclipse.emf.compare.rcp [2.3.1.201509120604]
> org.eclipse.emf.compare.rcp.ui [4.1.1.201509120604]
> org.eclipse.emf.compare.ide.ui.feature.jar [3.1.1.201509120604]
> org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.Beta1-v20151116-2016-B57]
> org.eclipse.emf.compare.ide.ui [4.1.1.201509120604]
> org.eclipse.emf.compare.feature.jar [3.1.1.201509120604]
> org.jboss.tools.project.examples.feature.feature.jar [3.0.1.Beta1-v20151116-2016-B57]
> org.eclipse.emf.compare.feature.group [3.1.1.201509120604]
> org.jboss.tools.project.examples [3.0.1.Beta1-v20151116-2016-B57]
> org.jboss.tools.project.examples.cheatsheet [3.0.1.Beta1-v20151116-2016-B57]
> org.eclipse.emf.compare.doc [3.2.1.201509120604]
> org.jboss.tools.community.project.examples [3.0.1.Beta1-v20151116-2016-B57]
> org.jboss.tools.community.central [2.0.1.Beta1-v20151116-2016-B57]
> org.jboss.tools.project.examples.feature.feature.group [3.0.1.Beta1-v20151116-2016-B57]
> org.eclipse.emf.compare [3.2.0.201509120604]
> org.jboss.tools.community.central.feature.feature.group [2.0.1.Beta1-v20151116-2016-B57]
> org.eclipse.emf.compare.ide.ui.feature.group [3.1.1.201509120604]
> org.eclipse.emf.compare.edit [4.1.0.201509120604]
> org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.Beta1-v20151116-2016-B57]
=== Summary ===
file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform-ea.target.repo contains 21 unique IUs
file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform-ea.target.repo contains 21 unique IUs
{code}
was:
*Reason:* Update Mars JBTIS TP to pick up JBDS TP w/ org.jboss.tools.forge w/ latest forge 3.0.0.Alpha2 runtime
*Project page/sources:*
*Version:* 4.3.1
*License and owner:* EPL
*Original p2 repo:*
*JBoss mirror:*
*Include Sources:* Yes
*Affected JBoss Tools components:* JBDSIS
*Include in JBDS:* Yes (JBDSIS)
*Type of dependency:* distribution
*List of bundles added/removed:*
{code}
{code}
> Update Mars JBTIS TP to pick up JBDS TP w/ latest forge 3.0.0.Alpha2 runtime
> ----------------------------------------------------------------------------
>
> Key: JBTIS-538
> URL: https://issues.jboss.org/browse/JBTIS-538
> Project: JBoss Tools Integration Stack
> Issue Type: Feature Request
> Components: target-platform
> Affects Versions: 4.3.0.Final-TP
> Reporter: Paul Leacu
> Assignee: Paul Leacu
>
> *Reason:* Update Mars JBTIS TP to pick up JBDS TP w/ org.jboss.tools.forge w/ latest forge 3.0.0.Alpha2 runtime
> *Project page/sources:*
> *Version:* 4.3.1
> *License and owner:* EPL
> *Original p2 repo:*
> *JBoss mirror:*
> *Include Sources:* Yes
> *Affected JBoss Tools components:* JBDSIS
> *Include in JBDS:* Yes (JBDSIS)
> *Type of dependency:* distribution
> *List of bundles added/removed:*
> {code}
> < org.jboss.tools.community.central [2.0.0.Final-v20151001-1531-B45]
> < org.jboss.tools.common [3.7.0.Final-v20150924-2213-B38]
> < org.jboss.tools.project.examples.feature.feature.jar [3.0.0.Final-v20151001-1531-B45]
> < org.jboss.tools.community.project.examples.feature.feature.group [3.0.0.Final-v20151001-1531-B45]
> < org.jboss.tools.project.examples.cheatsheet [3.0.0.Final-v20151001-1531-B45]
> < org.jboss.tools.project.examples.feature.feature.group [3.0.0.Final-v20151001-1531-B45]
> < org.jboss.tools.community.central.feature.feature.jar [2.0.0.Final-v20151001-1531-B45]
> < org.jboss.tools.community.central.feature.feature.group [2.0.0.Final-v20151001-1531-B45]
> < org.jboss.tools.project.examples [3.0.0.Final-v20151001-1531-B45]
> < org.jboss.tools.community.project.examples.feature.feature.jar [3.0.0.Final-v20151001-1531-B45]
> < org.jboss.tools.community.project.examples [3.0.0.Final-v20151001-1531-B45]
> > org.jboss.tools.community.project.examples [3.0.1.Beta1-v20151116-2016-B57]
> > org.jboss.tools.common [3.7.1.Beta1-v20151207-2136-B58]
> > org.jboss.tools.community.central.feature.feature.group [2.0.1.Beta1-v20151116-2016-B57]
> > org.jboss.tools.community.central.feature.feature.jar [2.0.1.Beta1-v20151116-2016-B57]
> > org.jboss.tools.project.examples.feature.feature.jar [3.0.1.Beta1-v20151116-2016-B57]
> > org.jboss.tools.project.examples [3.0.1.Beta1-v20151116-2016-B57]
> > org.jboss.tools.community.central [2.0.1.Beta1-v20151116-2016-B57]
> > org.jboss.tools.project.examples.feature.feature.group [3.0.1.Beta1-v20151116-2016-B57]
> > org.jboss.tools.project.examples.cheatsheet [3.0.1.Beta1-v20151116-2016-B57]
> > org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.Beta1-v20151116-2016-B57]
> > org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.Beta1-v20151116-2016-B57]
> === Summary ===
> file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform.target.repo contains 11 unique IUs
> file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform.target.repo contains 11 unique IUs
> < org.jboss.tools.community.central [2.0.0.Final-v20151001-1531-B45]
> < org.eclipse.emf.compare.edit [4.1.0.201509010903]
> < org.eclipse.emf.compare.doc [3.2.1.201509010903]
> < org.eclipse.emf.compare.ide.ui [4.1.1.201509010903]
> < org.eclipse.emf.compare.ide.ui.feature.group [3.1.1.201509010903]
> < org.eclipse.emf.compare [3.2.0.201509010903]
> < org.eclipse.emf.compare.feature.jar [3.1.1.201509010903]
> < org.eclipse.emf.compare.rcp.ui [4.1.1.201509010903]
> < org.jboss.tools.community.project.examples.feature.feature.group [3.0.0.Final-v20151001-1531-B45]
> < org.eclipse.emf.compare.ide [3.2.1.201509010903]
> < org.eclipse.emf.compare.rcp [2.3.1.201509010903]
> < org.eclipse.emf.compare.ide.ui.feature.jar [3.1.1.201509010903]
> < org.jboss.tools.community.central.feature.feature.jar [2.0.0.Final-v20151001-1531-B45]
> < org.jboss.tools.community.central.feature.feature.group [2.0.0.Final-v20151001-1531-B45]
> < org.jboss.tools.community.project.examples.feature.feature.jar [3.0.0.Final-v20151001-1531-B45]
> < org.jboss.tools.project.examples.feature.feature.jar [3.0.0.Final-v20151001-1531-B45]
> < org.jboss.tools.project.examples.cheatsheet [3.0.0.Final-v20151001-1531-B45]
> < org.jboss.tools.project.examples.feature.feature.group [3.0.0.Final-v20151001-1531-B45]
> < org.jboss.tools.project.examples [3.0.0.Final-v20151001-1531-B45]
> < org.eclipse.emf.compare.feature.group [3.1.1.201509010903]
> < org.jboss.tools.community.project.examples [3.0.0.Final-v20151001-1531-B45]
> > org.eclipse.emf.compare.ide [3.2.1.201509120604]
> > org.jboss.tools.community.central.feature.feature.jar [2.0.1.Beta1-v20151116-2016-B57]
> > org.eclipse.emf.compare.rcp [2.3.1.201509120604]
> > org.eclipse.emf.compare.rcp.ui [4.1.1.201509120604]
> > org.eclipse.emf.compare.ide.ui.feature.jar [3.1.1.201509120604]
> > org.jboss.tools.community.project.examples.feature.feature.group [3.0.1.Beta1-v20151116-2016-B57]
> > org.eclipse.emf.compare.ide.ui [4.1.1.201509120604]
> > org.eclipse.emf.compare.feature.jar [3.1.1.201509120604]
> > org.jboss.tools.project.examples.feature.feature.jar [3.0.1.Beta1-v20151116-2016-B57]
> > org.eclipse.emf.compare.feature.group [3.1.1.201509120604]
> > org.jboss.tools.project.examples [3.0.1.Beta1-v20151116-2016-B57]
> > org.jboss.tools.project.examples.cheatsheet [3.0.1.Beta1-v20151116-2016-B57]
> > org.eclipse.emf.compare.doc [3.2.1.201509120604]
> > org.jboss.tools.community.project.examples [3.0.1.Beta1-v20151116-2016-B57]
> > org.jboss.tools.community.central [2.0.1.Beta1-v20151116-2016-B57]
> > org.jboss.tools.project.examples.feature.feature.group [3.0.1.Beta1-v20151116-2016-B57]
> > org.eclipse.emf.compare [3.2.0.201509120604]
> > org.jboss.tools.community.central.feature.feature.group [2.0.1.Beta1-v20151116-2016-B57]
> > org.eclipse.emf.compare.ide.ui.feature.group [3.1.1.201509120604]
> > org.eclipse.emf.compare.edit [4.1.0.201509120604]
> > org.jboss.tools.community.project.examples.feature.feature.jar [3.0.1.Beta1-v20151116-2016-B57]
> === Summary ===
> file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform-ea.target.repo contains 21 unique IUs
> file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform-ea.target.repo contains 21 unique IUs
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBTIS-538) Update Mars JBTIS TP to pick up JBDS TP w/ latest forge 3.0.0.Alpha2 runtime
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-538?page=com.atlassian.jira.plugin.... ]
Paul Leacu updated JBTIS-538:
-----------------------------
Description:
*Reason:* Update Mars JBTIS TP to pick up JBDS TP w/ org.jboss.tools.forge w/ latest forge 3.0.0.Alpha2 runtime
*Project page/sources:*
*Version:* 4.3.1
*License and owner:* EPL
*Original p2 repo:*
*JBoss mirror:*
*Include Sources:* Yes
*Affected JBoss Tools components:* JBDSIS
*Include in JBDS:* Yes (JBDSIS)
*Type of dependency:* distribution
*List of bundles added/removed:*
{code}
{code}
was:
*Reason:*
*Project page/sources:* ...
*Version:* ....
*License and owner:* ...
*Original p2 repo:* http://third-party-vendor.com/path/to/updates-site/
*JBoss mirror:* Leave empty
*Include Sources:* Yes|No
*Affected JBoss Tools components:* ... (components that will depend on this change, jbosstools-whatever, discovery/central, JBoss Tools update-site...)
*Include in JBDS:* Yes|No
*Type of dependency:* testing|central-only|distribution
*List of bundles added/removed:*
{code}
suggested diff on the .target files
{code}
> Update Mars JBTIS TP to pick up JBDS TP w/ latest forge 3.0.0.Alpha2 runtime
> ----------------------------------------------------------------------------
>
> Key: JBTIS-538
> URL: https://issues.jboss.org/browse/JBTIS-538
> Project: JBoss Tools Integration Stack
> Issue Type: Feature Request
> Components: target-platform
> Affects Versions: 4.3.0.Final-TP
> Reporter: Paul Leacu
> Assignee: Paul Leacu
>
> *Reason:* Update Mars JBTIS TP to pick up JBDS TP w/ org.jboss.tools.forge w/ latest forge 3.0.0.Alpha2 runtime
> *Project page/sources:*
> *Version:* 4.3.1
> *License and owner:* EPL
> *Original p2 repo:*
> *JBoss mirror:*
> *Include Sources:* Yes
> *Affected JBoss Tools components:* JBDSIS
> *Include in JBDS:* Yes (JBDSIS)
> *Type of dependency:* distribution
> *List of bundles added/removed:*
> {code}
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBTIS-538) Update Mars JBTIS TP to pick up JBDS TP w/ latest forge 3.0.0.Alpha2 runtime
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-538?page=com.atlassian.jira.plugin.... ]
Paul Leacu updated JBTIS-538:
-----------------------------
Description:
*Reason:*
*Project page/sources:* ...
*Version:* ....
*License and owner:* ...
*Original p2 repo:* http://third-party-vendor.com/path/to/updates-site/
*JBoss mirror:* Leave empty
*Include Sources:* Yes|No
*Affected JBoss Tools components:* ... (components that will depend on this change, jbosstools-whatever, discovery/central, JBoss Tools update-site...)
*Include in JBDS:* Yes|No
*Type of dependency:* testing|central-only|distribution
*List of bundles added/removed:*
{code}
suggested diff on the .target files
{code}
was:
*Reason:* ...
*Project page/sources:* ...
*Version:* ....
*License and owner:* ...
*Original p2 repo:* http://third-party-vendor.com/path/to/updates-site/
*JBoss mirror:* Leave empty
*Include Sources:* Yes|No
*Affected JBoss Tools components:* ... (components that will depend on this change, jbosstools-whatever, discovery/central, JBoss Tools update-site...)
*Include in JBDS:* Yes|No
*Type of dependency:* testing|central-only|distribution
*List of bundles added/removed:*
{code}
suggested diff on the .target files
{code}
> Update Mars JBTIS TP to pick up JBDS TP w/ latest forge 3.0.0.Alpha2 runtime
> ----------------------------------------------------------------------------
>
> Key: JBTIS-538
> URL: https://issues.jboss.org/browse/JBTIS-538
> Project: JBoss Tools Integration Stack
> Issue Type: Feature Request
> Components: target-platform
> Affects Versions: 4.3.0.Final-TP
> Reporter: Paul Leacu
> Assignee: Paul Leacu
>
> *Reason:*
> *Project page/sources:* ...
> *Version:* ....
> *License and owner:* ...
> *Original p2 repo:* http://third-party-vendor.com/path/to/updates-site/
> *JBoss mirror:* Leave empty
> *Include Sources:* Yes|No
> *Affected JBoss Tools components:* ... (components that will depend on this change, jbosstools-whatever, discovery/central, JBoss Tools update-site...)
> *Include in JBDS:* Yes|No
> *Type of dependency:* testing|central-only|distribution
> *List of bundles added/removed:*
> {code}
> suggested diff on the .target files
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBTIS-538) Update Mars JBTIS TP to pick up JBDS TP w/ latest forge 3.0.0.Alpha2 runtime
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-538?page=com.atlassian.jira.plugin.... ]
Paul Leacu updated JBTIS-538:
-----------------------------
Description:
*Reason:* ...
*Project page/sources:* ...
*Version:* ....
*License and owner:* ...
*Original p2 repo:* http://third-party-vendor.com/path/to/updates-site/
*JBoss mirror:* Leave empty
*Include Sources:* Yes|No
*Affected JBoss Tools components:* ... (components that will depend on this change, jbosstools-whatever, discovery/central, JBoss Tools update-site...)
*Include in JBDS:* Yes|No
*Type of dependency:* testing|central-only|distribution
*List of bundles added/removed:*
{code}
suggested diff on the .target files
{code}
> Update Mars JBTIS TP to pick up JBDS TP w/ latest forge 3.0.0.Alpha2 runtime
> ----------------------------------------------------------------------------
>
> Key: JBTIS-538
> URL: https://issues.jboss.org/browse/JBTIS-538
> Project: JBoss Tools Integration Stack
> Issue Type: Feature Request
> Components: target-platform
> Affects Versions: 4.3.0.Final-TP
> Reporter: Paul Leacu
> Assignee: Paul Leacu
>
> *Reason:* ...
> *Project page/sources:* ...
> *Version:* ....
> *License and owner:* ...
> *Original p2 repo:* http://third-party-vendor.com/path/to/updates-site/
> *JBoss mirror:* Leave empty
> *Include Sources:* Yes|No
> *Affected JBoss Tools components:* ... (components that will depend on this change, jbosstools-whatever, discovery/central, JBoss Tools update-site...)
> *Include in JBDS:* Yes|No
> *Type of dependency:* testing|central-only|distribution
> *List of bundles added/removed:*
> {code}
> suggested diff on the .target files
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBDS-3573) JBDS 91.0.beta1 is "chatty" when the UI is opened
by CDW Engine (JIRA)
[ https://issues.jboss.org/browse/JBDS-3573?page=com.atlassian.jira.plugin.... ]
CDW Engine updated JBDS-3573:
-----------------------------
> JBDS 91.0.beta1 is "chatty" when the UI is opened
> -------------------------------------------------
>
> Key: JBDS-3573
> URL: https://issues.jboss.org/browse/JBDS-3573
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: welcome
> Affects Versions: 9.1.0.Beta1
> Environment: Version: 9.1.0.Beta1
> Build id: Beta1-v20151210-1215-B180
> Build date: 20151210-1215
> Reporter: Len DiMaggio
> Priority: Minor
>
> The following is written to stdout when the UI is opened:
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in [bundleresource://1068.fwk1984954272:1/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in [bundleresource://1068.fwk1984954272:2/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
> 14:52:13.313 [Worker-6] DEBUG o.e.m.c.i.p.r.ProjectRegistryRefreshJob - Queued refresh request: [/RemoteSystemsTempFiles/pom.xml]
> 14:52:14.543 [Worker-16] DEBUG o.e.a.i.i.DefaultLocalRepositoryProvider - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/ldimaggi/.m2/repository
> 14:52:14.552 [Worker-16] DEBUG o.e.a.i.i.DefaultLocalRepositoryProvider - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/ldimaggi/.m2/repository
> 14:52:14.553 [Worker-16] DEBUG o.e.m.c.i.p.r.ProjectRegistryManager - Refreshing: [L/RemoteSystemsTempFiles/pom.xml]
> 14:52:14.556 [Worker-16] DEBUG o.e.m.c.i.p.r.ProjectRegistryManager - Refreshed: [L/RemoteSystemsTempFiles/pom.xml]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBDS-3573) JBDS 91.0.beta1 is "chatty" when the UI is opened
by Len DiMaggio (JIRA)
[ https://issues.jboss.org/browse/JBDS-3573?page=com.atlassian.jira.plugin.... ]
Len DiMaggio updated JBDS-3573:
-------------------------------
Status: New (was: New)
Target Release: 9.1.0.GA
> JBDS 91.0.beta1 is "chatty" when the UI is opened
> -------------------------------------------------
>
> Key: JBDS-3573
> URL: https://issues.jboss.org/browse/JBDS-3573
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: welcome
> Affects Versions: 9.1.0.Beta1
> Environment: Version: 9.1.0.Beta1
> Build id: Beta1-v20151210-1215-B180
> Build date: 20151210-1215
> Reporter: Len DiMaggio
> Priority: Minor
>
> The following is written to stdout when the UI is opened:
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in [bundleresource://1068.fwk1984954272:1/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in [bundleresource://1068.fwk1984954272:2/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
> 14:52:13.313 [Worker-6] DEBUG o.e.m.c.i.p.r.ProjectRegistryRefreshJob - Queued refresh request: [/RemoteSystemsTempFiles/pom.xml]
> 14:52:14.543 [Worker-16] DEBUG o.e.a.i.i.DefaultLocalRepositoryProvider - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/ldimaggi/.m2/repository
> 14:52:14.552 [Worker-16] DEBUG o.e.a.i.i.DefaultLocalRepositoryProvider - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/ldimaggi/.m2/repository
> 14:52:14.553 [Worker-16] DEBUG o.e.m.c.i.p.r.ProjectRegistryManager - Refreshing: [L/RemoteSystemsTempFiles/pom.xml]
> 14:52:14.556 [Worker-16] DEBUG o.e.m.c.i.p.r.ProjectRegistryManager - Refreshed: [L/RemoteSystemsTempFiles/pom.xml]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBDS-3573) JBDS 91.0.beta1 is "chatty" when the UI is opened
by Len DiMaggio (JIRA)
[ https://issues.jboss.org/browse/JBDS-3573?page=com.atlassian.jira.plugin.... ]
Len DiMaggio updated JBDS-3573:
-------------------------------
> JBDS 91.0.beta1 is "chatty" when the UI is opened
> -------------------------------------------------
>
> Key: JBDS-3573
> URL: https://issues.jboss.org/browse/JBDS-3573
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: welcome
> Affects Versions: 9.1.0.Beta1
> Environment: Version: 9.1.0.Beta1
> Build id: Beta1-v20151210-1215-B180
> Build date: 20151210-1215
> Reporter: Len DiMaggio
> Priority: Minor
>
> The following is written to stdout when the UI is opened:
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in [bundleresource://1068.fwk1984954272:1/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in [bundleresource://1068.fwk1984954272:2/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
> 14:52:13.313 [Worker-6] DEBUG o.e.m.c.i.p.r.ProjectRegistryRefreshJob - Queued refresh request: [/RemoteSystemsTempFiles/pom.xml]
> 14:52:14.543 [Worker-16] DEBUG o.e.a.i.i.DefaultLocalRepositoryProvider - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/ldimaggi/.m2/repository
> 14:52:14.552 [Worker-16] DEBUG o.e.a.i.i.DefaultLocalRepositoryProvider - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/ldimaggi/.m2/repository
> 14:52:14.553 [Worker-16] DEBUG o.e.m.c.i.p.r.ProjectRegistryManager - Refreshing: [L/RemoteSystemsTempFiles/pom.xml]
> 14:52:14.556 [Worker-16] DEBUG o.e.m.c.i.p.r.ProjectRegistryManager - Refreshed: [L/RemoteSystemsTempFiles/pom.xml]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months