[jira] [Created] (FELIX-6610) Expose Jetty request logging options in metatype

2023-05-16 Thread Konrad Windszus (Jira)
Konrad Windszus created FELIX-6610:
--

 Summary: Expose Jetty request logging options in metatype
 Key: FELIX-6610
 URL: https://issues.apache.org/jira/browse/FELIX-6610
 Project: Felix
  Issue Type: Improvement
  Components: HTTP Service
Reporter: Konrad Windszus


Currently request logging is only enabled through undocumented framework/config 
properties
* {{org.apache.felix.http.requestlog.osgi.enable}} (FELIX-5744)
* {{org.apache.felix.http.requestlog.osgi.format}}, 
{{org.apache.felix.http.requestlog.file.format}} (FELIX-6505)

It would be beneficial to expose those in the metatype to ease 
adjusting/configuring it via Web Console.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FELIX-6610) Expose Jetty request logging options in metatype

2023-05-16 Thread Konrad Windszus (Jira)


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

Konrad Windszus updated FELIX-6610:
---
Description: 
Currently request logging is only enabled through undocumented framework/config 
properties
* {{org.apache.felix.http.requestlog.osgi.enable}}, 
{{org.apache.felix.http.requestlog.file.path}} (FELIX-5744)
* {{org.apache.felix.http.requestlog.osgi.format}}, 
{{org.apache.felix.http.requestlog.file.format}} (FELIX-6505)

It would be beneficial to expose those in the metatype to ease 
adjusting/configuring it via Web Console.

  was:
Currently request logging is only enabled through undocumented framework/config 
properties
* {{org.apache.felix.http.requestlog.osgi.enable}} (FELIX-5744)
* {{org.apache.felix.http.requestlog.osgi.format}}, 
{{org.apache.felix.http.requestlog.file.format}} (FELIX-6505)

It would be beneficial to expose those in the metatype to ease 
adjusting/configuring it via Web Console.


> Expose Jetty request logging options in metatype
> 
>
> Key: FELIX-6610
> URL: https://issues.apache.org/jira/browse/FELIX-6610
> Project: Felix
>  Issue Type: Improvement
>  Components: HTTP Service
>Reporter: Konrad Windszus
>Priority: Minor
>
> Currently request logging is only enabled through undocumented 
> framework/config properties
> * {{org.apache.felix.http.requestlog.osgi.enable}}, 
> {{org.apache.felix.http.requestlog.file.path}} (FELIX-5744)
> * {{org.apache.felix.http.requestlog.osgi.format}}, 
> {{org.apache.felix.http.requestlog.file.format}} (FELIX-6505)
> It would be beneficial to expose those in the metatype to ease 
> adjusting/configuring it via Web Console.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [felix-dev] kwin opened a new pull request, #211: FELIX-6610 expose request logging properties through metatype

2023-05-16 Thread via GitHub


kwin opened a new pull request, #211:
URL: https://github.com/apache/felix-dev/pull/211

   Allow to configure SLF4J logger name through new property 
"org.apache.felix.http.requestlog.osgi.logger.name". Remove unused property 
"org.apache.felix.http.requestlog.osgi.level"


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@felix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [VOTE] Apache Felix Log 1.3.0 release

2023-05-16 Thread Jean-Baptiste Onofré
+1 (binding)

Regards
JB

On Mon, May 15, 2023 at 9:00 AM Jean-Baptiste Onofré  wrote:
>
> Hi all,
>
> As discussed on the mailing list, I submit Apache Felix Log 1.3.0
> release to your vote.
>
> This release upgrades to OSGi Log 1.5.0 spec.
>
> You can take a look on the Release Notes for details:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12353242
>
> Maven Staging Repository:
> https://repository.apache.org/content/repositories/orgapachefelix-1459/
>
> Dist Staging Repository:
> https://dist.apache.org/repos/dist/dev/felix/
>
> Git tag:
> org.apache.felix.log-1.3.0
>
> Please vote to approve this release:
> [ ] +1 Approve the release
> [ ] -1 Don't approve the release (please provide specific comments)
>
> This vote will be open for at least 72 hours.
>
> Regards
> JB


Re: [VOTE] Apache Felix maven-bundle-plugin 5.1.9 release

2023-05-16 Thread Jean-Baptiste Onofré
+1 (binding)

Regards
JB

On Mon, May 15, 2023 at 10:45 AM Jean-Baptiste Onofré  wrote:
>
> Hi,
>
> I submit maven-bundle-plugin 5.1.9 release to your vote.
>
> This release includes:
> - fix a bug producing non-reproducible build
> - minor warning fixes with maven 3.9.2 (still work to do to fix all)
> - add skip parameter on the bundle goal (and inherited like manifest goal)
>
> You can take a look on the Release Notes for details:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12353241
>
> Maven Staging Repository:
> https://repository.apache.org/content/repositories/orgapachefelix-1460/
>
> Dist Staging Repository:
> https://dist.apache.org/repos/dist/dev/felix/maven-bundle-plugin-5.1.9/
>
> Git tag:
> maven-bundle-plugin-5.1.9
>
> Please vote to approve this release:
> [ ] +1 Approve the release
> [ ] -1 Don't approve the release (please provide specific comments)
>
> This vote will be open for at least 72 hours.
>
> Regards
> JB


Re: [VOTE] Apache Felix Log 1.3.0 release

2023-05-16 Thread Jamie G.
+1

Cheers,
Jamie

On Tue, May 16, 2023 at 10:35 AM Jean-Baptiste Onofré  wrote:
>
> +1 (binding)
>
> Regards
> JB
>
> On Mon, May 15, 2023 at 9:00 AM Jean-Baptiste Onofré  
> wrote:
> >
> > Hi all,
> >
> > As discussed on the mailing list, I submit Apache Felix Log 1.3.0
> > release to your vote.
> >
> > This release upgrades to OSGi Log 1.5.0 spec.
> >
> > You can take a look on the Release Notes for details:
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12353242
> >
> > Maven Staging Repository:
> > https://repository.apache.org/content/repositories/orgapachefelix-1459/
> >
> > Dist Staging Repository:
> > https://dist.apache.org/repos/dist/dev/felix/
> >
> > Git tag:
> > org.apache.felix.log-1.3.0
> >
> > Please vote to approve this release:
> > [ ] +1 Approve the release
> > [ ] -1 Don't approve the release (please provide specific comments)
> >
> > This vote will be open for at least 72 hours.
> >
> > Regards
> > JB


Re: [VOTE] Apache Felix maven-bundle-plugin 5.1.9 release

2023-05-16 Thread Jamie G.
+1

Cheers,
Jamie

On Tue, May 16, 2023 at 10:35 AM Jean-Baptiste Onofré  wrote:
>
> +1 (binding)
>
> Regards
> JB
>
> On Mon, May 15, 2023 at 10:45 AM Jean-Baptiste Onofré  
> wrote:
> >
> > Hi,
> >
> > I submit maven-bundle-plugin 5.1.9 release to your vote.
> >
> > This release includes:
> > - fix a bug producing non-reproducible build
> > - minor warning fixes with maven 3.9.2 (still work to do to fix all)
> > - add skip parameter on the bundle goal (and inherited like manifest goal)
> >
> > You can take a look on the Release Notes for details:
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12353241
> >
> > Maven Staging Repository:
> > https://repository.apache.org/content/repositories/orgapachefelix-1460/
> >
> > Dist Staging Repository:
> > https://dist.apache.org/repos/dist/dev/felix/maven-bundle-plugin-5.1.9/
> >
> > Git tag:
> > maven-bundle-plugin-5.1.9
> >
> > Please vote to approve this release:
> > [ ] +1 Approve the release
> > [ ] -1 Don't approve the release (please provide specific comments)
> >
> > This vote will be open for at least 72 hours.
> >
> > Regards
> > JB


Re: [VOTE] Apache Felix maven-bundle-plugin 5.1.9 release

2023-05-16 Thread Herve Boutemy
+1

Reproducible Build ok: reference build done with JDK 11 on *nix

Regards,

Hervé

On 2023/05/15 08:45:30 Jean-Baptiste Onofré wrote:
> Hi,
> 
> I submit maven-bundle-plugin 5.1.9 release to your vote.
> 
> This release includes:
> - fix a bug producing non-reproducible build
> - minor warning fixes with maven 3.9.2 (still work to do to fix all)
> - add skip parameter on the bundle goal (and inherited like manifest goal)
> 
> You can take a look on the Release Notes for details:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12353241
> 
> Maven Staging Repository:
> https://repository.apache.org/content/repositories/orgapachefelix-1460/
> 
> Dist Staging Repository:
> https://dist.apache.org/repos/dist/dev/felix/maven-bundle-plugin-5.1.9/
> 
> Git tag:
> maven-bundle-plugin-5.1.9
> 
> Please vote to approve this release:
> [ ] +1 Approve the release
> [ ] -1 Don't approve the release (please provide specific comments)
> 
> This vote will be open for at least 72 hours.
> 
> Regards
> JB
> 


Re: [VOTE] Apache Felix Log 1.3.0 release

2023-05-16 Thread arnoud
+1

Thanks JB!

Regards,

Arnoud.

> On 15 May 2023, at 09:00, Jean-Baptiste Onofré  wrote:
> 
> Hi all,
> 
> As discussed on the mailing list, I submit Apache Felix Log 1.3.0
> release to your vote.
> 
> This release upgrades to OSGi Log 1.5.0 spec.
> 
> You can take a look on the Release Notes for details:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12353242
> 
> Maven Staging Repository:
> https://repository.apache.org/content/repositories/orgapachefelix-1459/
> 
> Dist Staging Repository:
> https://dist.apache.org/repos/dist/dev/felix/
> 
> Git tag:
> org.apache.felix.log-1.3.0
> 
> Please vote to approve this release:
> [ ] +1 Approve the release
> [ ] -1 Don't approve the release (please provide specific comments)
> 
> This vote will be open for at least 72 hours.
> 
> Regards
> JB



Re: [VOTE] Apache Felix Log 1.3.0 release

2023-05-16 Thread Karl Pauls
+1

regards,

Karl

On Tue, May 16, 2023 at 9:43 PM arnoud  wrote:
>
> +1
>
> Thanks JB!
>
> Regards,
>
> Arnoud.
>
> > On 15 May 2023, at 09:00, Jean-Baptiste Onofré  wrote:
> >
> > Hi all,
> >
> > As discussed on the mailing list, I submit Apache Felix Log 1.3.0
> > release to your vote.
> >
> > This release upgrades to OSGi Log 1.5.0 spec.
> >
> > You can take a look on the Release Notes for details:
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12353242
> >
> > Maven Staging Repository:
> > https://repository.apache.org/content/repositories/orgapachefelix-1459/
> >
> > Dist Staging Repository:
> > https://dist.apache.org/repos/dist/dev/felix/
> >
> > Git tag:
> > org.apache.felix.log-1.3.0
> >
> > Please vote to approve this release:
> > [ ] +1 Approve the release
> > [ ] -1 Don't approve the release (please provide specific comments)
> >
> > This vote will be open for at least 72 hours.
> >
> > Regards
> > JB
>


-- 
Karl Pauls
karlpa...@gmail.com


Re: [VOTE] Apache Felix maven-bundle-plugin 5.1.9 release

2023-05-16 Thread Karl Pauls
+1

regards,

Karl

On Tue, May 16, 2023 at 7:09 PM Herve Boutemy  wrote:
>
> +1
>
> Reproducible Build ok: reference build done with JDK 11 on *nix
>
> Regards,
>
> Hervé
>
> On 2023/05/15 08:45:30 Jean-Baptiste Onofré wrote:
> > Hi,
> >
> > I submit maven-bundle-plugin 5.1.9 release to your vote.
> >
> > This release includes:
> > - fix a bug producing non-reproducible build
> > - minor warning fixes with maven 3.9.2 (still work to do to fix all)
> > - add skip parameter on the bundle goal (and inherited like manifest goal)
> >
> > You can take a look on the Release Notes for details:
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12353241
> >
> > Maven Staging Repository:
> > https://repository.apache.org/content/repositories/orgapachefelix-1460/
> >
> > Dist Staging Repository:
> > https://dist.apache.org/repos/dist/dev/felix/maven-bundle-plugin-5.1.9/
> >
> > Git tag:
> > maven-bundle-plugin-5.1.9
> >
> > Please vote to approve this release:
> > [ ] +1 Approve the release
> > [ ] -1 Don't approve the release (please provide specific comments)
> >
> > This vote will be open for at least 72 hours.
> >
> > Regards
> > JB
> >



-- 
Karl Pauls
karlpa...@gmail.com


Re: [VOTE] Apache Felix maven-bundle-plugin 5.1.9 release

2023-05-16 Thread Carsten Ziegeler

+1

Carsten

On 15.05.2023 10:45, Jean-Baptiste Onofré wrote:

Hi,

I submit maven-bundle-plugin 5.1.9 release to your vote.

This release includes:
- fix a bug producing non-reproducible build
- minor warning fixes with maven 3.9.2 (still work to do to fix all)
- add skip parameter on the bundle goal (and inherited like manifest goal)

You can take a look on the Release Notes for details:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12353241

Maven Staging Repository:
https://repository.apache.org/content/repositories/orgapachefelix-1460/

Dist Staging Repository:
https://dist.apache.org/repos/dist/dev/felix/maven-bundle-plugin-5.1.9/

Git tag:
maven-bundle-plugin-5.1.9

Please vote to approve this release:
[ ] +1 Approve the release
[ ] -1 Don't approve the release (please provide specific comments)

This vote will be open for at least 72 hours.

Regards
JB


--
Carsten Ziegeler
Adobe
cziege...@apache.org


Re: [VOTE] Apache Felix Log 1.3.0 release

2023-05-16 Thread Carsten Ziegeler

+1

Carsten

On 15.05.2023 09:00, Jean-Baptiste Onofré wrote:

Hi all,

As discussed on the mailing list, I submit Apache Felix Log 1.3.0
release to your vote.

This release upgrades to OSGi Log 1.5.0 spec.

You can take a look on the Release Notes for details:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12353242

Maven Staging Repository:
https://repository.apache.org/content/repositories/orgapachefelix-1459/

Dist Staging Repository:
https://dist.apache.org/repos/dist/dev/felix/

Git tag:
org.apache.felix.log-1.3.0

Please vote to approve this release:
[ ] +1 Approve the release
[ ] -1 Don't approve the release (please provide specific comments)

This vote will be open for at least 72 hours.

Regards
JB


--
Carsten Ziegeler
Adobe
cziege...@apache.org