You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It makes sense IMHO. Can you please create a Jira about that, I will improve the versioning management.
Thanks, Regards JB On 10/12/2018 13:04, Martin Lichtin wrote: > I'd like to to use Pax-Exam with a custom-built Karaf that uses a custom versioning. > Problem is with this code here in KarafManipulatorFactory > > if (dots < 3)
{ > version = new Version(karafVersion.replaceFirst("-", ".")); > }
> > It fails if one provides a version such as "1.4-SNAPSHOT". It should not do this "replaceFirst". > > Also, is it possible to get rid of this code here? > > if (version.getMajor() < 2 || version.getMajor() == 2 && version.getMinor() < 2)
{ > throw new IllegalArgumentException("Karaf versions < 2.2.0 are not supported"); > }
>
Affects: 4.13.1
Votes: 0, Watches: 1
The text was updated successfully, but these errors were encountered:
Martin Lichtin created PAXEXAM-924
https://groups.google.com/d/msg/ops4j/Ic7J0XUNCLk/yLNAVGebDgAJ
It makes sense IMHO. Can you please create a Jira about that, I will improve the versioning management.
Thanks,
Regards
JB
On 10/12/2018 13:04, Martin Lichtin wrote:
> I'd like to to use Pax-Exam with a custom-built Karaf that uses a custom versioning.
> Problem is with this code here in KarafManipulatorFactory
>
> if (dots < 3)
{ > version = new Version(karafVersion.replaceFirst("-", ".")); > }
>
> It fails if one provides a version such as "1.4-SNAPSHOT". It should not do this "replaceFirst".
>
> Also, is it possible to get rid of this code here?
>
> if (version.getMajor() < 2 || version.getMajor() == 2 && version.getMinor() < 2)
{ > throw new IllegalArgumentException("Karaf versions < 2.2.0 are not supported"); > }
>
Affects: 4.13.1
Votes: 0, Watches: 1
The text was updated successfully, but these errors were encountered: