[JBoss JIRA] (JBIDE-12644) Weld extension: @Parameters
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-12644:
--------------------------------------
Summary: Weld extension: @Parameters
Key: JBIDE-12644
URL: https://issues.jboss.org/browse/JBIDE-12644
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: CDI extensions
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.0.0.Alpha2
1. Create a CDI project with weld-se 1.1 jars in the class path.
2. Create the following class:
{code}
public class TestBean {
@Inject @Parameters List<String> parameters;
}
{code}
3. There should not be a problem on the injection: "No bean is eligible for injection to the injection point [JSR-299 §5.2.1]"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBDS-2289) remove deprecated leftovers from devstudio SVN trunk
by Nick Boldt (JIRA)
Nick Boldt created JBDS-2289:
--------------------------------
Summary: remove deprecated leftovers from devstudio SVN trunk
Key: JBDS-2289
URL: https://issues.jboss.org/browse/JBDS-2289
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Build
Affects Versions: 6.0.0.Alpha1
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 6.0.0.Alpha2
Remaining files in devstudio/trunk/releng/org.jboss.ide.eclipse.releng are:
{code}
$ find . -type f
./builders/reports/build.xml
./builders/reports/sun_checks.xml
./builders/reports/build.properties
./builders/reports/style-checks.xml
./builders/reports/pmd-checks.xml
./hudson/jbds-echoproperties.txt
./hudson/devstudio-nightly.local.sh
./hudson/jbosstools-nightly.echoproperties.txt
./hudson/local.sh
./hudson/jbosstools-nightly.sh
./hudson/devstudio-nightly.echoproperties.txt
./hudson/devstudio-nightly.sh
./hudson/cleanup/devstudio-cleanup.sh
./hudson/cleanup/jbosstools-cleanup.sh
./hudson/cleanup/devstudio-product-cleanup.sh
./hudson/cleanup/README.deprecated.txt
./hudson/configs/devstudio-admin.config.xml
./hudson/configs/devstudio-minsk-upload-nightly.config.xml
./hudson/configs/jbosstools-docs-nightly.config.xml
./hudson/configs/jbosstools-cleanup.config.xml
./hudson/configs/devstudio-cleanup.config.xml
./hudson/configs/jbosstools-devstudio-grid.config.xml
./hudson/cleanBuildFolder.sh
./hudson/i18n_logscan_remote.sh
./hudson/i18n_warnings_by_module.pl
./hudson/mp3/12ga_shotgun.mp3
./hudson/mp3/tpir-sdding.mp3
./hudson/mp3/tpir-notag.mp3
./hudson/mp3/README.txt
./art/README.content.moved.txt
./util/copyBuildResults.xml
./util/make_tags.sh
./util/buildSource.xml
./util/fetchDeps.sh
./util/echo_property.sh
./util/copy.properties
./util/renameUpdateSite.sh
./util/getRequirement.xml
./util/diskUsageReport.sh
./util/fetchXulrunner.sh
{code}
Pretty sure this is all safe to delete, so I'm going to delete it and see if anyone notices. :)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-12663) replace parameterizedtrigger.BuildTrigger with downstream__ext.DownstreamTrigger because not using params and it doesn't work (no need to pass in svn revs)
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-12663:
----------------------------------
Summary: replace parameterizedtrigger.BuildTrigger with downstream__ext.DownstreamTrigger because not using params and it doesn't work (no need to pass in svn revs)
Key: JBIDE-12663
URL: https://issues.jboss.org/browse/JBIDE-12663
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 4.0.0.Alpha2
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Blocker
Fix For: 4.0.0.Beta1
Replace this:
{code}
<hudson.plugins.parameterizedtrigger.BuildTrigger>
<configs>
<hudson.plugins.parameterizedtrigger.BuildTriggerConfig>
<configs class="java.util.Collections$EmptyList"/>
<projects>jbosstools-4.0_stable_branch.component--maven, jbosstools-4.0_stable_branch.component--examples, </projects>
<condition>UNSTABLE_OR_BETTER</condition>
<triggerWithNoParameters>false</triggerWithNoParameters>
</hudson.plugins.parameterizedtrigger.BuildTriggerConfig>
</configs>
</hudson.plugins.parameterizedtrigger.BuildTrigger>
{code}
With this:
{code}
<hudson.plugins.downstream__ext.DownstreamTrigger>
<childProjects>jbosstools-4.0_stable_branch.component--runtime, jbosstools-4.0_stable_branch.component--jmx, jbosstools-4.0_stable_branch.component--jst, jbosstools-4.0_stable_branch.component--gwt, </childProjects>
<threshold>
<name>UNSTABLE</name>
<ordinal>1</ordinal>
<color>YELLOW</color>
</threshold>
<thresholdStrategy>AND_HIGHER</thresholdStrategy>
<onlyIfSCMChanges>false</onlyIfSCMChanges>
<onlyIfLocalSCMChanges>false</onlyIfLocalSCMChanges>
</hudson.plugins.downstream__ext.DownstreamTrigger>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months