[jira] [Resolved] (ARIES-1916) ResourceContext api returns instances that are not handled by OSGi

2019-05-28 Thread Carlos Sierra (JIRA)


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

Carlos Sierra resolved ARIES-1916.
--
   Resolution: Fixed
Fix Version/s: jax-rs-whiteboard-1.0.5

> ResourceContext api returns instances that are not handled by OSGi
> --
>
> Key: ARIES-1916
> URL: https://issues.apache.org/jira/browse/ARIES-1916
> Project: Aries
>  Issue Type: Bug
>  Components: jax-rs-whiteboard
>Affects Versions: jax-rs-whiteboard-1.0.4
>Reporter: Carlos Sierra
>Assignee: Carlos Sierra
>Priority: Major
> Fix For: jax-rs-whiteboard-1.0.5
>
>
> When using {{ResourceContext}} JAX-RS API the instances returned are not 
> handled by the whiteboard, but created by CXF directly. This is wrong because 
> it does not respect the lifecycle of the resources and also skips injection 
> of dependencies.



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


[jira] [Resolved] (ARIES-1914) Extensions that depend on other extensions leave uncleaned state

2019-05-28 Thread Carlos Sierra (JIRA)


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

Carlos Sierra resolved ARIES-1914.
--
   Resolution: Fixed
Fix Version/s: jax-rs-whiteboard-1.0.5

> Extensions that depend on other extensions leave uncleaned state
> 
>
> Key: ARIES-1914
> URL: https://issues.apache.org/jira/browse/ARIES-1914
> Project: Aries
>  Issue Type: Bug
>  Components: jax-rs-whiteboard
>Affects Versions: jax-rs-whiteboard-1.0.4
>Reporter: Carlos Sierra
>Assignee: Carlos Sierra
>Priority: Major
> Fix For: jax-rs-whiteboard-1.0.5
>
>
> Extensions depending on other extensions can only be resolved in the context 
> of an application. Meaning that, if an extension depends on other extensions 
> it might be resolved for one application but not in other application. 
> However this information can not be conveyed properly with the current 
> structure of the DTOs and the internal structures are also not being properly 
> cleared.



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


Re: [VOTE] Release Aries JAX-RS Whiteboard 1.0.5

2019-05-28 Thread Dominik Przybysz
+1

wt., 28 maj 2019 o 18:37 Christian Schneider 
napisał(a):

> +1
>
> Christian
>
> Am Di., 28. Mai 2019 um 12:59 Uhr schrieb Carlos Sierra Andrés <
> csie...@apache.org>:
>
> > Hello all,
> >
> > I have staged a release 1.0.5 for Aries JAX-RS Whiteboard.
> >
> > The release notes for Whiteboard 1.0.5 can be found here:
> >
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310981=12345589
> >
> > which are important fixes and there are also improvements in
> > registration and packaging.
> >
> > The modules are tagged at
> >
> >
> >
> https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git;a=tag;h=refs/tags/org.apache.aries.jax.rs-1.0.5
> >
> > Artifacts are in one staged repo,
> > https://repository.apache.org/content/repositories/orgapachearies-1163
> >
> > Instructions for verifying the release are at
> > http://aries.apache.org/development/verifyingrelease.html.
> >
> > The vote will be open for at least 72 hours. [ ] +1 [ ] 0 [ ] -1
> >
> > Here is my +1.
> >
> > Thanks to all.
> >
> > Carlos.
> >
> >
> >
> >
> >
> >
>
> --
> --
> Christian Schneider
> http://www.liquid-reality.de
>
> Computer Scientist
> http://www.adobe.com
>


-- 
Pozdrawiam / Regards,
Dominik Przybysz


[Discuss] Moving Aries website to github pages or other static generator?

2019-05-28 Thread Christian Schneider
The Aries website currently looks quite broken. I guess the css is not
loading or something. Of course we should fix this but it will only
marginally improve :-)
I wonder if we should move to some static generator like github pages or
the way e.g. Apache Karaf builds their site.

So first question is if we should move to such a model?
If we decide so .. does anyone have experience building such sites and is
willing to help?
I guess once we have the basic structure then editing content is easy but
for the first step some good experience is needed.

Christian

-- 
-- 
Christian Schneider
http://www.liquid-reality.de

Computer Scientist
http://www.adobe.com


[jira] [Commented] (ARIES-1912) aries-jaxrs-whiteboard 1.0.4 registers ServletContextHelper with context.path=/

2019-05-28 Thread Nhut Thai Le (JIRA)


[ 
https://issues.apache.org/jira/browse/ARIES-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16849745#comment-16849745
 ] 

Nhut Thai Le commented on ARIES-1912:
-

Hi Carlos,

I reverted back to 1.0.1 and ok for now. I'll try to disable the default web on 
the new 1.0.4 when we change our target again. If i still got problem by then 
i'll reopen the issue

Thank you for the follow up

> aries-jaxrs-whiteboard 1.0.4 registers ServletContextHelper with 
> context.path=/
> ---
>
> Key: ARIES-1912
> URL: https://issues.apache.org/jira/browse/ARIES-1912
> Project: Aries
>  Issue Type: Bug
>  Components: jax-rs-whiteboard
>Affects Versions: jax-rs-whiteboard-1.0.4
>Reporter: Nhut Thai Le
>Assignee: Carlos Sierra
>Priority: Major
> Attachments: aries-jaxrs-whiteboard101vs104.PNG, 
> aries-jaxrs-whiteboard104.PNG
>
>
> We have been using aries-jaxrs-whiteboard to run our REST api along with 
> paxweb-extender-whiteboard for sometimes. Recently we upgraded 
> aries-jaxrs-whiteboard from version 1.0.1 to 1.0.4 and noticed that some of 
> our Servlets/ServletFilters are not working anymore. Digging into paxweb 
> servlet registration process I found the new aries-jaxrs-whiteboard registers 
> a cxf-servlet with url pattern /* which makes this servlet a default handler.
> Screenshots attached here show the different between aries-jaxrs-whiteboard 
> 1.0.1 and 1.0.4 in terms of ServletContextHelper and Servlet registration.



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


Re: [VOTE] Release Aries JAX-RS Whiteboard 1.0.5

2019-05-28 Thread David Bosschaert
+1

David

On Tue, 28 May 2019 at 11:59, Carlos Sierra Andrés 
wrote:

> Hello all,
>
> I have staged a release 1.0.5 for Aries JAX-RS Whiteboard.
>
> The release notes for Whiteboard 1.0.5 can be found here:
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310981=12345589
>
> which are important fixes and there are also improvements in
> registration and packaging.
>
> The modules are tagged at
>
>
> https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git;a=tag;h=refs/tags/org.apache.aries.jax.rs-1.0.5
>
> Artifacts are in one staged repo,
> https://repository.apache.org/content/repositories/orgapachearies-1163
>
> Instructions for verifying the release are at
> http://aries.apache.org/development/verifyingrelease.html.
>
> The vote will be open for at least 72 hours. [ ] +1 [ ] 0 [ ] -1
>
> Here is my +1.
>
> Thanks to all.
>
> Carlos.
>
>
>
>
>
>


Re: [VOTE] Release Aries JAX-RS Whiteboard 1.0.5

2019-05-28 Thread Francois Papon
+1 (non-binding)

Thanks!

regards,

François
fpa...@apache.org

Le 28/05/2019 à 14:59, Carlos Sierra Andrés a écrit :
> Hello all,
>
> I have staged a release 1.0.5 for Aries JAX-RS Whiteboard.
>
> The release notes for Whiteboard 1.0.5 can be found here:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310981=12345589
>
> which are important fixes and there are also improvements in
> registration and packaging.
>
> The modules are tagged at
>
> https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git;a=tag;h=refs/tags/org.apache.aries.jax.rs-1.0.5
>
> Artifacts are in one staged repo,
> https://repository.apache.org/content/repositories/orgapachearies-1163
>
> Instructions for verifying the release are at
> http://aries.apache.org/development/verifyingrelease.html.
>
> The vote will be open for at least 72 hours. [ ] +1 [ ] 0 [ ] -1
>
> Here is my +1.
>
> Thanks to all.
>
> Carlos.
>
>
>
>
>


Re: [VOTE] Release Aries JAX-RS Whiteboard 1.0.5

2019-05-28 Thread Raymond Auge
+1

- Ray

On Tue, May 28, 2019, 06:59 Carlos Sierra Andrés, 
wrote:

> Hello all,
>
> I have staged a release 1.0.5 for Aries JAX-RS Whiteboard.
>
> The release notes for Whiteboard 1.0.5 can be found here:
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310981=12345589
>
> which are important fixes and there are also improvements in
> registration and packaging.
>
> The modules are tagged at
>
>
> https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git;a=tag;h=refs/tags/org.apache.aries.jax.rs-1.0.5
>
> Artifacts are in one staged repo,
> https://repository.apache.org/content/repositories/orgapachearies-1163
>
> Instructions for verifying the release are at
> http://aries.apache.org/development/verifyingrelease.html.
>
> The vote will be open for at least 72 hours. [ ] +1 [ ] 0 [ ] -1
>
> Here is my +1.
>
> Thanks to all.
>
> Carlos.
>
>
>
>
>
>


[VOTE] Release Aries JAX-RS Whiteboard 1.0.5

2019-05-28 Thread Carlos Sierra Andrés
Hello all,

I have staged a release 1.0.5 for Aries JAX-RS Whiteboard.

The release notes for Whiteboard 1.0.5 can be found here:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310981=12345589

which are important fixes and there are also improvements in
registration and packaging.

The modules are tagged at

https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git;a=tag;h=refs/tags/org.apache.aries.jax.rs-1.0.5

Artifacts are in one staged repo,
https://repository.apache.org/content/repositories/orgapachearies-1163

Instructions for verifying the release are at
http://aries.apache.org/development/verifyingrelease.html.

The vote will be open for at least 72 hours. [ ] +1 [ ] 0 [ ] -1

Here is my +1.

Thanks to all.

Carlos.







Re: [VOTE] Release Aries JAX-RS Whiteboard 1.0.5

2019-05-28 Thread Grzegorz Grzybek
+1

regards
Grzegorz Grzybek

wt., 28 maj 2019 o 15:23 Jean-Baptiste Onofré  napisał(a):

> +1 (binding)
>
> Regards
> JB
>
> On 28/05/2019 12:59, Carlos Sierra Andrés wrote:
> > Hello all,
> >
> > I have staged a release 1.0.5 for Aries JAX-RS Whiteboard.
> >
> > The release notes for Whiteboard 1.0.5 can be found here:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310981=12345589
> >
> > which are important fixes and there are also improvements in
> > registration and packaging.
> >
> > The modules are tagged at
> >
> >
> https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git;a=tag;h=refs/tags/org.apache.aries.jax.rs-1.0.5
> >
> > Artifacts are in one staged repo,
> > https://repository.apache.org/content/repositories/orgapachearies-1163
> >
> > Instructions for verifying the release are at
> > http://aries.apache.org/development/verifyingrelease.html.
> >
> > The vote will be open for at least 72 hours. [ ] +1 [ ] 0 [ ] -1
> >
> > Here is my +1.
> >
> > Thanks to all.
> >
> > Carlos.
> >
> >
> >
> >
> >
>
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>


[jira] [Commented] (ARIES-1912) aries-jaxrs-whiteboard 1.0.4 registers ServletContextHelper with context.path=/

2019-05-28 Thread Carlos Sierra (JIRA)


[ 
https://issues.apache.org/jira/browse/ARIES-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16849517#comment-16849517
 ] 

Carlos Sierra commented on ARIES-1912:
--

Hi [~lnthai2002],

is this ticket still an issue for you?

Carlos.

> aries-jaxrs-whiteboard 1.0.4 registers ServletContextHelper with 
> context.path=/
> ---
>
> Key: ARIES-1912
> URL: https://issues.apache.org/jira/browse/ARIES-1912
> Project: Aries
>  Issue Type: Bug
>  Components: jax-rs-whiteboard
>Affects Versions: jax-rs-whiteboard-1.0.4
>Reporter: Nhut Thai Le
>Assignee: Carlos Sierra
>Priority: Major
> Attachments: aries-jaxrs-whiteboard101vs104.PNG, 
> aries-jaxrs-whiteboard104.PNG
>
>
> We have been using aries-jaxrs-whiteboard to run our REST api along with 
> paxweb-extender-whiteboard for sometimes. Recently we upgraded 
> aries-jaxrs-whiteboard from version 1.0.1 to 1.0.4 and noticed that some of 
> our Servlets/ServletFilters are not working anymore. Digging into paxweb 
> servlet registration process I found the new aries-jaxrs-whiteboard registers 
> a cxf-servlet with url pattern /* which makes this servlet a default handler.
> Screenshots attached here show the different between aries-jaxrs-whiteboard 
> 1.0.1 and 1.0.4 in terms of ServletContextHelper and Servlet registration.



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


Re: [VOTE] Release Aries JAX-RS Whiteboard 1.0.5

2019-05-28 Thread Timothy Ward
+1 (binding)

> On 28 May 2019, at 16:47, Grzegorz Grzybek  wrote:
> 
> +1
> 
> regards
> Grzegorz Grzybek
> 
> wt., 28 maj 2019 o 15:23 Jean-Baptiste Onofré  napisał(a):
> 
>> +1 (binding)
>> 
>> Regards
>> JB
>> 
>> On 28/05/2019 12:59, Carlos Sierra Andrés wrote:
>>> Hello all,
>>> 
>>> I have staged a release 1.0.5 for Aries JAX-RS Whiteboard.
>>> 
>>> The release notes for Whiteboard 1.0.5 can be found here:
>>> 
>>> 
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310981=12345589
>>> 
>>> which are important fixes and there are also improvements in
>>> registration and packaging.
>>> 
>>> The modules are tagged at
>>> 
>>> 
>> https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git;a=tag;h=refs/tags/org.apache.aries.jax.rs-1.0.5
>>> 
>>> Artifacts are in one staged repo,
>>> https://repository.apache.org/content/repositories/orgapachearies-1163
>>> 
>>> Instructions for verifying the release are at
>>> http://aries.apache.org/development/verifyingrelease.html.
>>> 
>>> The vote will be open for at least 72 hours. [ ] +1 [ ] 0 [ ] -1
>>> 
>>> Here is my +1.
>>> 
>>> Thanks to all.
>>> 
>>> Carlos.
>>> 
>>> 
>>> 
>>> 
>>> 
>> 
>> --
>> Jean-Baptiste Onofré
>> jbono...@apache.org
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com
>> 



Re: [VOTE] Release Aries JAX-RS Whiteboard 1.0.5

2019-05-28 Thread Christian Schneider
+1

Christian

Am Di., 28. Mai 2019 um 12:59 Uhr schrieb Carlos Sierra Andrés <
csie...@apache.org>:

> Hello all,
>
> I have staged a release 1.0.5 for Aries JAX-RS Whiteboard.
>
> The release notes for Whiteboard 1.0.5 can be found here:
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310981=12345589
>
> which are important fixes and there are also improvements in
> registration and packaging.
>
> The modules are tagged at
>
>
> https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git;a=tag;h=refs/tags/org.apache.aries.jax.rs-1.0.5
>
> Artifacts are in one staged repo,
> https://repository.apache.org/content/repositories/orgapachearies-1163
>
> Instructions for verifying the release are at
> http://aries.apache.org/development/verifyingrelease.html.
>
> The vote will be open for at least 72 hours. [ ] +1 [ ] 0 [ ] -1
>
> Here is my +1.
>
> Thanks to all.
>
> Carlos.
>
>
>
>
>
>

-- 
-- 
Christian Schneider
http://www.liquid-reality.de

Computer Scientist
http://www.adobe.com