[
https://issues.apache.org/jira/browse/FELIX-5642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ferry Huberts updated FELIX-5642:
---------------------------------
Description:
I have a X.config file with:
{quote}
networkInterface="wlp3s0"
{quote}
With fileinstall 3.5.8 this gets injected into my ds component's configuration
as
{quote}
networkInterface=wlp3s0
{quote}
(so the quotes are removed)
With fileinstall 3.6.0 this gets injected into my ds component's configuration
as
{quote}
networkInterface="wlp3s0"
{quote}
(so the quotes are NOT removed)
This is a BREAKING change.
was:
I have a X.config file with:
{quote}
networkInterface="wlp3s0"
{quote}
With fileinstall 3.5.8 this gets injected into my ds component's configuration
as
{quote}
networkInterface=wlp3s0
{quote}
(so the quotes are removed)
With fileinstall 3.6.1 this gets injected into my ds component's configuration
as
{quote}
networkInterface="wlp3s0"
{quote}
(so the quotes are NOT removed)
This is a BREAKING change.
I took 3.6.1 from maven central (maybe it was published by accident?)
Summary: string configurations in *.config files breaking behaviour
change in 3.6.0 (was: string configurations in *.config files breaking
behaviour change in 3.6.1)
> string configurations in *.config files breaking behaviour change in 3.6.0
> --------------------------------------------------------------------------
>
> Key: FELIX-5642
> URL: https://issues.apache.org/jira/browse/FELIX-5642
> Project: Felix
> Issue Type: Bug
> Components: File Install
> Affects Versions: fileinstall-3.6.0
> Reporter: Ferry Huberts
> Priority: Critical
>
> I have a X.config file with:
> {quote}
> networkInterface="wlp3s0"
> {quote}
> With fileinstall 3.5.8 this gets injected into my ds component's
> configuration as
> {quote}
> networkInterface=wlp3s0
> {quote}
> (so the quotes are removed)
> With fileinstall 3.6.0 this gets injected into my ds component's
> configuration as
> {quote}
> networkInterface="wlp3s0"
> {quote}
> (so the quotes are NOT removed)
> This is a BREAKING change.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)