[jira] [Updated] (FELIX-5345) Incorrect encoding in metatype props file

2016-09-15 Thread Carsten Ziegeler (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-5345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler updated FELIX-5345:

Fix Version/s: scr bnd plugin 1.6.0

> Incorrect encoding in metatype props file
> -
>
> Key: FELIX-5345
> URL: https://issues.apache.org/jira/browse/FELIX-5345
> Project: Felix
>  Issue Type: Bug
>  Components: SCR Tooling
>Affects Versions: scr generator 1.8.0
>Reporter: Sergey B.
>Assignee: Carsten Ziegeler
> Fix For: maven-scr-plugin 1.23.0, scr ant task 1.16.0, scr 
> generator 1.15.0, scr bnd plugin 1.6.0
>
> Attachments: MetaTypeIO.patch, pom.xml
>
>
> maven-scr-plugin generates metatype properties file in incorrect encoding.
> Steps to reproduce:
> 1. Create component with non-ascii label
> {code:java}
> import org.apache.felix.scr.annotations.Component;
> @Component(
> metatype = true,
> label = "Какие-то буквы",
> description = "Какие-то буквы")
> public class Reproduce {
> //
> }
> {code}
> 2. Make bundle using maven-scr-plugin 1.14 or higher
> 3. Deploy to Apache Felix
> 4. Go to configuration page of Felix Web Console
> Expected result
> 1. There is component with correct name
> Actual
> 1. Component name is scrumbled



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (FELIX-5345) Incorrect encoding in metatype props file

2016-09-15 Thread Carsten Ziegeler (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-5345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler updated FELIX-5345:

Fix Version/s: scr generator 1.15.0
   scr ant task 1.16.0
   maven-scr-plugin 1.23.0

> Incorrect encoding in metatype props file
> -
>
> Key: FELIX-5345
> URL: https://issues.apache.org/jira/browse/FELIX-5345
> Project: Felix
>  Issue Type: Bug
>  Components: SCR Tooling
>Affects Versions: scr generator 1.8.0
>Reporter: Sergey B.
> Fix For: maven-scr-plugin 1.23.0, scr ant task 1.16.0, scr 
> generator 1.15.0
>
> Attachments: MetaTypeIO.patch, pom.xml
>
>
> maven-scr-plugin generates metatype properties file in incorrect encoding.
> Steps to reproduce:
> 1. Create component with non-ascii label
> {code:java}
> import org.apache.felix.scr.annotations.Component;
> @Component(
> metatype = true,
> label = "Какие-то буквы",
> description = "Какие-то буквы")
> public class Reproduce {
> //
> }
> {code}
> 2. Make bundle using maven-scr-plugin 1.14 or higher
> 3. Deploy to Apache Felix
> 4. Go to configuration page of Felix Web Console
> Expected result
> 1. There is component with correct name
> Actual
> 1. Component name is scrumbled



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (FELIX-5345) Incorrect encoding in metatype props file

2016-09-14 Thread Sergey B. (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-5345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey B. updated FELIX-5345:
-
Attachment: pom.xml
MetaTypeIO.patch

Here is my pom.xml and possible patch (not tested).

> Incorrect encoding in metatype props file
> -
>
> Key: FELIX-5345
> URL: https://issues.apache.org/jira/browse/FELIX-5345
> Project: Felix
>  Issue Type: Bug
>  Components: SCR Tooling
>Affects Versions: scr generator 1.8.0
>Reporter: Sergey B.
> Attachments: MetaTypeIO.patch, pom.xml
>
>
> maven-scr-plugin generates metatype properties file in incorrect encoding.
> Steps to reproduce:
> 1. Create component with non-ascii label
> {code:java}
> import org.apache.felix.scr.annotations.Component;
> @Component(
> metatype = true,
> label = "Какие-то буквы",
> description = "Какие-то буквы")
> public class Reproduce {
> //
> }
> {code}
> 2. Make bundle using maven-scr-plugin 1.14 or higher
> 3. Deploy to Apache Felix
> 4. Go to configuration page of Felix Web Console
> Expected result
> 1. There is component with correct name
> Actual
> 1. Component name is scrumbled



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)