[jira] [Updated] (KARAF-5683) Completion is "weird" on Windows 8

2018-03-30 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-5683:

Fix Version/s: (was: 4.2.0)
   4.2.1

> Completion is "weird" on Windows 8
> --
>
> Key: KARAF-5683
> URL: https://issues.apache.org/jira/browse/KARAF-5683
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Affects Versions: 4.1.5, 4.2.0.M2
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.1.6, 4.2.1
>
>
> On Windows 8, the completion works but the rendering is "weird". The command 
> and completion are located in unexpected location on the windows terminal.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5685) Add ProfileMBean

2018-03-30 Thread JIRA
Jean-Baptiste Onofré created KARAF-5685:
---

 Summary: Add ProfileMBean
 Key: KARAF-5685
 URL: https://issues.apache.org/jira/browse/KARAF-5685
 Project: Karaf
  Issue Type: Improvement
  Components: karaf-management
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: 4.2.1


As we have the {{profile:*}} commands, it would be great to have a 
{{ProfileMBean}} exposing the same operations as the shell commands.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KARAF-5644) Add docker feature

2018-03-30 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-5644:

Fix Version/s: (was: 4.2.0)
   4.2.1

> Add docker feature
> --
>
> Key: KARAF-5644
> URL: https://issues.apache.org/jira/browse/KARAF-5644
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.2.1
>
>
> As discussed on the mailing list, we gonna add the karaf-docker feature right 
> now on PoC:
> https://github.com/jbonofre/karaf-docker



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KARAF-2511) Review and update documentation

2018-03-30 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-2511:

Priority: Blocker  (was: Major)

> Review and update documentation
> ---
>
> Key: KARAF-2511
> URL: https://issues.apache.org/jira/browse/KARAF-2511
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-documentation
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Blocker
> Fix For: 4.2.0, 4.1.6
>
>
> The documentation (manual) should be reviewed:
> - The subshell part should be described (usage and configuration).
> - The "code samples"/screenshots have to be updated with Karaf 3.0.0 use cases
> - a global polishing, double read



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KARAF-4336) Add support for ordering of CLI scripts and commands in karaf-maven-plugin

2018-03-30 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-4336:

Fix Version/s: (was: 4.2.0)
   4.2.1

> Add support for ordering of CLI scripts and commands in karaf-maven-plugin
> --
>
> Key: KARAF-4336
> URL: https://issues.apache.org/jira/browse/KARAF-4336
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-tooling
>Affects Versions: 4.0.4
>Reporter: Martin Basovník
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.1.6, 4.2.1
>
>
> {code:xml}
> 
>
>   setup1.cli
>   setup2.cli
>
>
>   feature:repo-add camel ${version.camel}
>
> 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KARAF-5626) Double check Pax JDBC & Pax JMS behavior

2018-03-30 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-5626:

Component/s: karaf-jdbc

> Double check Pax JDBC & Pax JMS behavior
> 
>
> Key: KARAF-5626
> URL: https://issues.apache.org/jira/browse/KARAF-5626
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-jdbc, karaf-jms
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.2.1
>
>
> Some users reported some slightly different behavior in the shell commands, 
> DataSource & ConnectionFactory since we integrate Pax JDBC & Pax JMS. I would 
> like to double check if all behaves correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KARAF-5626) Double check Pax JDBC & Pax JMS behavior

2018-03-30 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-5626:

Fix Version/s: (was: 4.2.0)
   4.2.1

> Double check Pax JDBC & Pax JMS behavior
> 
>
> Key: KARAF-5626
> URL: https://issues.apache.org/jira/browse/KARAF-5626
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-jdbc, karaf-jms
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.2.1
>
>
> Some users reported some slightly different behavior in the shell commands, 
> DataSource & ConnectionFactory since we integrate Pax JDBC & Pax JMS. I would 
> like to double check if all behaves correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)