[JBoss JIRA] (JBIDE-19110) Add Mockito to Target platform 4.50.0
by Matej Gagyi (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19110?page=com.atlassian.jira.plugi... ]
Matej Gagyi updated JBIDE-19110:
--------------------------------
Description:
*Reason:* Needed to simplify testing of jbosstools-openshift
*Project page/sources:* https://github.com/mockito/mockito
*Version:* 1.9.5
*License and owner:* MIT
*Original p2 repo:* http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/r...
*JBoss mirror:* http://download.jboss.org/jbosstools/updates/requirements/orbit/S20141129...
*Include Sources:* Yes
*Affected projects:*
*Include in JBDS:* No
*Type of dependency:* testing
*List of bundles added/removed:*
{code}
diff --git a/jbosstools/multiple/jbosstools-multiple.target b/jbosstools/multiple/jbosstools-multiple.ta
index c17fb92..51f6076 100644
--- a/jbosstools/multiple/jbosstools-multiple.target
+++ b/jbosstools/multiple/jbosstools-multiple.target
@@ -10,8 +10,6 @@
<!-- JBIDE-12815 JBoss Tools Locus bundles: not quite ready to be included -->
<!-- <location includeAllPlatforms="false" includeMode="slicer" type="InstallableUnit" includeSourc
<repository location="http://download.jboss.org/jbosstools/updates/integration/kepler/core/locus/
- <!-- JBIDE-12971 Mockito
- <unit id="org.jboss.tools.locus.mockito" version="1.9.5.Final_patched_TEIIDDES-1681-v20130507-202
<!-- JBIDE-12972 Fest Assert
<unit id="org.jboss.tools.locus.easytesting.fest-assert" version="1.4.0.Final-v20130507-2028-B7"/
<!-- </location> -->
@@ -86,6 +84,10 @@
<unit id="org.apache.jasper.glassfish" version="2.2.2.v201205150955"/>
<!-- <unit id="ch.qos.logback.slf4j" version="1.0.7.v20121108-1250"/> -->
<unit id="org.slf4j.api" version="1.7.2.v20121108-1250"/>
+
+ <!-- Testing -->
+ <unit id="org.mockito" version="1.9.5.v201311280930"/>
+ <unit id="org.objenesis" version="1.0.0.v201105211943"/>
</location>
<!-- TODO: make sure these versions match up across JBT/JBDS/Central target platforms (JBIDE-17429)
{code}
was:It would be great if we could use mockito (https://github.com/mockito/mockito/) in our tests. We would have to add it to our target platform (TP) for our plugins to use it.
> Add Mockito to Target platform 4.50.0
> -------------------------------------
>
> Key: JBIDE-19110
> URL: https://issues.jboss.org/browse/JBIDE-19110
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: target-platform
> Reporter: Matej Gagyi
> Priority: Optional
> Fix For: 4.3.0.Final
>
>
> *Reason:* Needed to simplify testing of jbosstools-openshift
> *Project page/sources:* https://github.com/mockito/mockito
> *Version:* 1.9.5
> *License and owner:* MIT
> *Original p2 repo:* http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/r...
> *JBoss mirror:* http://download.jboss.org/jbosstools/updates/requirements/orbit/S20141129...
> *Include Sources:* Yes
> *Affected projects:*
> *Include in JBDS:* No
> *Type of dependency:* testing
> *List of bundles added/removed:*
> {code}
> diff --git a/jbosstools/multiple/jbosstools-multiple.target b/jbosstools/multiple/jbosstools-multiple.ta
> index c17fb92..51f6076 100644
> --- a/jbosstools/multiple/jbosstools-multiple.target
> +++ b/jbosstools/multiple/jbosstools-multiple.target
> @@ -10,8 +10,6 @@
> <!-- JBIDE-12815 JBoss Tools Locus bundles: not quite ready to be included -->
> <!-- <location includeAllPlatforms="false" includeMode="slicer" type="InstallableUnit" includeSourc
> <repository location="http://download.jboss.org/jbosstools/updates/integration/kepler/core/locus/
> - <!-- JBIDE-12971 Mockito
> - <unit id="org.jboss.tools.locus.mockito" version="1.9.5.Final_patched_TEIIDDES-1681-v20130507-202
> <!-- JBIDE-12972 Fest Assert
> <unit id="org.jboss.tools.locus.easytesting.fest-assert" version="1.4.0.Final-v20130507-2028-B7"/
> <!-- </location> -->
> @@ -86,6 +84,10 @@
> <unit id="org.apache.jasper.glassfish" version="2.2.2.v201205150955"/>
> <!-- <unit id="ch.qos.logback.slf4j" version="1.0.7.v20121108-1250"/> -->
> <unit id="org.slf4j.api" version="1.7.2.v20121108-1250"/>
> +
> + <!-- Testing -->
> + <unit id="org.mockito" version="1.9.5.v201311280930"/>
> + <unit id="org.objenesis" version="1.0.0.v201105211943"/>
> </location>
>
> <!-- TODO: make sure these versions match up across JBT/JBDS/Central target platforms (JBIDE-17429)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19056) A Mojo to validate a version (compared to baseline)
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19056?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-19056:
---------------------------------------------
I think this is a great idea and it complements what vvwatch does and makes it so vvwatch will find *less* issues which is the whole goal.
My only (vague) concern is the need to download the extra p2 repo via the baseline but if it does get cached thats great! But something to keep an eye on and could just be we have a flag to enable/disable it if it becomes a problem.
> A Mojo to validate a version (compared to baseline)
> ---------------------------------------------------
>
> Key: JBIDE-19056
> URL: https://issues.jboss.org/browse/JBIDE-19056
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Affects Versions: 4.2.2.Final
> Reporter: Mickael Istria
> Assignee: Mickael Istria
>
> We need a mojo that compares a newly-built artifact with other versions of this IU that we have already released.
> Such a mojo would fail is version isn't correct (lower than same one on that stream, equal to another one already released but with different content...)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19111) Typo in jsf forge setup wizard label
by Pavol Srna (JIRA)
Pavol Srna created JBIDE-19111:
----------------------------------
Summary: Typo in jsf forge setup wizard label
Key: JBIDE-19111
URL: https://issues.jboss.org/browse/JBIDE-19111
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: forge
Affects Versions: 4.2.2.Final
Reporter: Pavol Srna
Priority: Minor
Attachments: forge-label-typo.png
JSF version label in forge setup wizard is missing space.
Please see screenshot.
Forge is of version 2.13.0.Final.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months