George Gastaldi created SHRINKDESC-150:
------------------------------------------
Summary: Support Bean Validation 1.0 and 1.1 descriptor
Key: SHRINKDESC-150
URL: https://issues.jboss.org/browse/SHRINKDESC-150
Project: ShrinkWrap Descriptors
Issue Type: Feature Request
Components: api-javaee
Affects Versions: 2.0.0-alpha--6
Reporter: George Gastaldi
The Bean Validation descriptors should be part of the Java EE 7 descriptors
--
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
[ https://issues.jboss.org/browse/SHRINKDESC-147?page=com.atlassian.jira.pl... ]
George Gastaldi commented on SHRINKDESC-147:
--------------------------------------------
The Bean Validator 1.1 spec is missing. I'll open a new issue for that
> Generate Java EE 7 Descriptors
> ------------------------------
>
> Key: SHRINKDESC-147
> URL: https://issues.jboss.org/browse/SHRINKDESC-147
> Project: ShrinkWrap Descriptors
> Issue Type: Feature Request
> Reporter: Ralf Battenfeld
> Assignee: Ralf Battenfeld
> Fix For: 2.0.0-alpha--6
>
>
--
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
[ https://issues.jboss.org/browse/SHRINKRES-140?page=com.atlassian.jira.plu... ]
Michal Matloka updated SHRINKRES-140:
-------------------------------------
Comment: was deleted
(was: After upgrade this line is being executed https://github.com/shrinkwrap/resolver/blob/SHRINKRES-140/impl-maven/src/... for central repo)
> Update Aether implementation to org.eclipse.aether one
> ------------------------------------------------------
>
> Key: SHRINKRES-140
> URL: https://issues.jboss.org/browse/SHRINKRES-140
> Project: ShrinkWrap Resolvers
> Issue Type: Component Upgrade
> Components: impl-maven
> Affects Versions: 2.0.0-beta-5
> Reporter: Karel Piwko
> Assignee: Michal Matloka
>
> Aether is now a part of org.eclipse foundation. We should update to newer version when they release first stable version.
> Update should not affect user at all, it should comprise of replacing imports with new ones.
--
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
[ https://issues.jboss.org/browse/SHRINKRES-140?page=com.atlassian.jira.plu... ]
Michal Matloka edited comment on SHRINKRES-140 at 9/11/13 3:51 AM:
-------------------------------------------------------------------
https://github.com/shrinkwrap/resolver/commit/a6919330a3e11a5f8b5ce242124...
{noformat}
- return new ArrayList<RemoteRepository>(mirroredRepos);
+ return new ArrayList<RemoteRepository>(authorizedRepos);
{noformat}
This is one of the problems.
was (Author: mmatloka):
https://github.com/shrinkwrap/resolver/commit/a6919330a3e11a5f8b5ce242124...
{noformat}
- return new ArrayList<RemoteRepository>(mirroredRepos);
+ return new ArrayList<RemoteRepository>(authorizedRepos);
{noformat}
This is the cause of main problems.
> Update Aether implementation to org.eclipse.aether one
> ------------------------------------------------------
>
> Key: SHRINKRES-140
> URL: https://issues.jboss.org/browse/SHRINKRES-140
> Project: ShrinkWrap Resolvers
> Issue Type: Component Upgrade
> Components: impl-maven
> Affects Versions: 2.0.0-beta-5
> Reporter: Karel Piwko
> Assignee: Michal Matloka
>
> Aether is now a part of org.eclipse foundation. We should update to newer version when they release first stable version.
> Update should not affect user at all, it should comprise of replacing imports with new ones.
--
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
[ https://issues.jboss.org/browse/SHRINKDESC-148?page=com.atlassian.jira.pl... ]
Ralf Battenfeld commented on SHRINKDESC-148:
--------------------------------------------
By when do wish to have this? I can start with this and apply the changes. In my understanding, a substitutionGroup is some kind of an extenstion.
> Generate JBoss ESB Descriptors
> ------------------------------
>
> Key: SHRINKDESC-148
> URL: https://issues.jboss.org/browse/SHRINKDESC-148
> Project: ShrinkWrap Descriptors
> Issue Type: Feature Request
> Reporter: Ralf Battenfeld
> Assignee: Ralf Battenfeld
>
--
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
[ https://issues.jboss.org/browse/SHRINKRES-140?page=com.atlassian.jira.plu... ]
Michal Matloka commented on SHRINKRES-140:
------------------------------------------
https://github.com/shrinkwrap/resolver/commit/a6919330a3e11a5f8b5ce242124...
{noformat}
- return new ArrayList<RemoteRepository>(mirroredRepos);
+ return new ArrayList<RemoteRepository>(authorizedRepos);
{noformat}
This is the cause of main problems.
> Update Aether implementation to org.eclipse.aether one
> ------------------------------------------------------
>
> Key: SHRINKRES-140
> URL: https://issues.jboss.org/browse/SHRINKRES-140
> Project: ShrinkWrap Resolvers
> Issue Type: Component Upgrade
> Components: impl-maven
> Affects Versions: 2.0.0-beta-5
> Reporter: Karel Piwko
> Assignee: Michal Matloka
>
> Aether is now a part of org.eclipse foundation. We should update to newer version when they release first stable version.
> Update should not affect user at all, it should comprise of replacing imports with new ones.
--
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
[ https://issues.jboss.org/browse/SHRINKRES-140?page=com.atlassian.jira.plu... ]
Michal Matloka edited comment on SHRINKRES-140 at 9/10/13 8:57 PM:
-------------------------------------------------------------------
After upgrade this line is being executed https://github.com/shrinkwrap/resolver/blob/SHRINKRES-140/impl-maven/src/... for central repo
was (Author: mmatloka):
After upgrade this line is being executed https://github.com/shrinkwrap/resolver/blob/SHRINKRES-140/impl-maven/src/...
> Update Aether implementation to org.eclipse.aether one
> ------------------------------------------------------
>
> Key: SHRINKRES-140
> URL: https://issues.jboss.org/browse/SHRINKRES-140
> Project: ShrinkWrap Resolvers
> Issue Type: Component Upgrade
> Components: impl-maven
> Affects Versions: 2.0.0-beta-5
> Reporter: Karel Piwko
> Assignee: Michal Matloka
>
> Aether is now a part of org.eclipse foundation. We should update to newer version when they release first stable version.
> Update should not affect user at all, it should comprise of replacing imports with new ones.
--
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
[ https://issues.jboss.org/browse/SHRINKRES-140?page=com.atlassian.jira.plu... ]
Michal Matloka commented on SHRINKRES-140:
------------------------------------------
After upgrade this line is being executed https://github.com/shrinkwrap/resolver/blob/SHRINKRES-140/impl-maven/src/...
> Update Aether implementation to org.eclipse.aether one
> ------------------------------------------------------
>
> Key: SHRINKRES-140
> URL: https://issues.jboss.org/browse/SHRINKRES-140
> Project: ShrinkWrap Resolvers
> Issue Type: Component Upgrade
> Components: impl-maven
> Affects Versions: 2.0.0-beta-5
> Reporter: Karel Piwko
> Assignee: Michal Matloka
>
> Aether is now a part of org.eclipse foundation. We should update to newer version when they release first stable version.
> Update should not affect user at all, it should comprise of replacing imports with new ones.
--
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
[ https://issues.jboss.org/browse/SHRINKDESC-147?page=com.atlassian.jira.pl... ]
Lincoln Baxter III commented on SHRINKDESC-147:
-----------------------------------------------
This build works great! Thank you guys :) Looking forward to the release. Now we have to figure out how to best manage multiple descriptor versions that don't share a common hierarchy :/ but that's a good problem to have.
> Generate Java EE 7 Descriptors
> ------------------------------
>
> Key: SHRINKDESC-147
> URL: https://issues.jboss.org/browse/SHRINKDESC-147
> Project: ShrinkWrap Descriptors
> Issue Type: Feature Request
> Reporter: Ralf Battenfeld
> Assignee: Ralf Battenfeld
> Fix For: 2.0.0-alpha--6
>
>
--
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