Re: CMS Migration for OpenWebBeans

2021-06-06 Thread Romain Manni-Bucau
FYI I updated download.mdtext so feel free to populate the gitbox repo from
svn now.

Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book



Le sam. 5 juin 2021 à 22:37, Romain Manni-Bucau  a
écrit :

> Hi Dave,
>
> It is ok to migrate now too if it helps.
> Just let us know if we need to freeze and when we can update download page.
>
> Le sam. 5 juin 2021 à 22:26, Mark Struberg  a
> écrit :
>
>>  Thanks Dave!
>> We really need to invest time in the site stuff :(
>>
>> LieGrue,strub
>>
>> On Thursday, 3 June 2021, 17:07:57 CEST, Dave Fisher 
>> wrote:
>>
>>  Hi -
>>
>> I see that there is a release vote in progress. I will wait to do this
>> migration until after your release completes.
>>
>> Regards,
>> Dave
>>
>> > On May 29, 2021, at 9:41 AM, Dave Fisher  wrote:
>> >
>> > As you may recall the Apache CMS has been deprecated for over five
>> years now and will be decommissioned
>> > by July 31, 2021.
>> >
>> > I’ve been tasked with moving OpenWebBeans's website away from the
>> Apache CMS.
>> > I will migrate your website to a Pelican build with GitHub Flavored
>> Markdown (GFM).
>> > For your reference the already migrated www-site is here
>> https://github.com/apache/www-site/
>> >
>> > The following will occur.
>> > - A new git repository is created. openwebbeans-site is preferred.
>> > - CMS mdtext files are converted to md and stored in the content tree.
>> > - Permalinks are created in the same manner.
>> > - Page templates will be converted essentially as is with some minor
>> improvements.
>> > - Site data feeds are analyzed. If required a data model will be
>> created.
>> > - HTML files (apidocs) built separately are copied into the content
>> tree. I’ll make a judgement call on
>> > if these can be wrapped into the template.
>> >
>> > The Apache CMS had a cumbersome process of individual checkouts ->
>> staging -> publishing.
>> > The new branching strategy is as follows:
>> > - main will have the site content sources and any additional docs (like
>> api docs).
>> > - asf-site will have the production website which is automatically
>> deployed to openwebbeans.apache.org.
>> > During the migration we will deploy to openwebbeans.staged.apache.org
>> > - preview/release will have the website prepared for the next release.
>> You will add release specific docs to this branch
>> > - preview/release-staging will have the built preview website which is
>> automatically deployed to openwebbeans-release.staged.apache.org
>> >
>> > This new plan allows for a redesign of your site without danger of
>> premature deployment.
>> > If you decide that GFM is not for openwebbeans then you can switch to a
>> different process within a preview branch.
>> >
>> > Release steps for the website could be:
>> > - Branch main as preview/release
>> > - Make your updates to preview/release
>> > - Confirm your changes on openwebbeans-release.staged.apache.org
>> > - Pull your changes from preview/release to main.
>> openwebbeans.apache.org is automatically updated.
>> >
>> > All The Best,
>> > Dave Fisher
>>
>>
>
>


[jira] [Updated] (OWB-1078) create Dockerfiles for installing OpenWebBeans as Docker Image based on Tomcat8

2021-06-06 Thread Romain Manni-Bucau (Jira)


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

Romain Manni-Bucau updated OWB-1078:

Fix Version/s: (was: 2.0.23)
   2.0.24

> create Dockerfiles for installing OpenWebBeans as Docker Image based on 
> Tomcat8
> ---
>
> Key: OWB-1078
> URL: https://issues.apache.org/jira/browse/OWB-1078
> Project: OpenWebBeans
>  Issue Type: New Feature
>  Components: Samples  Documentation
>Affects Versions: 1.5.0
>Reporter: Mark Struberg
>Assignee: Mark Struberg
>Priority: Major
> Fix For: 2.0.24
>
>
> create Dockerfiles for installing OpenWebBeans as Docker Image based on 
> Tomcat8



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OWB-1088) fix samples with java 8 and update to tomcat7/8

2021-06-06 Thread Romain Manni-Bucau (Jira)


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

Romain Manni-Bucau updated OWB-1088:

Fix Version/s: (was: 2.0.23)
   2.0.24

> fix samples with java 8 and update to tomcat7/8
> ---
>
> Key: OWB-1088
> URL: https://issues.apache.org/jira/browse/OWB-1088
> Project: OpenWebBeans
>  Issue Type: Task
>  Components: Samples  Documentation
>Affects Versions: 2.0.0
>Reporter: Reinhard Sandtner
>Assignee: Reinhard Sandtner
>Priority: Major
> Fix For: 2.0.24
>
>
> some of our samples are currently broken under java 8



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OWB-1074) implement automatic supportsConversation() detection

2021-06-06 Thread Romain Manni-Bucau (Jira)


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

Romain Manni-Bucau updated OWB-1074:

Fix Version/s: (was: 2.0.23)
   2.0.24

> implement automatic supportsConversation() detection
> 
>
> Key: OWB-1074
> URL: https://issues.apache.org/jira/browse/OWB-1074
> Project: OpenWebBeans
>  Issue Type: Improvement
>  Components: Context and Scopes
>Affects Versions: 1.5.0
>Reporter: Mark Struberg
>Priority: Major
> Fix For: 2.0.24
>
>
> Currently we rely on the user to define the configuration option in 
> OpenWebBeansConfiguration
> {code}
> APPLICATION_SUPPORTS_CONVERSATION = 
> "org.apache.webbeans.application.supportsConversation";
> {code}
> This is by default disabled in owb-impl (core) and gets enabled by adding the 
> web or jsf plugins.
> We could improve this by not only allowing {{true}} or {{false}} but also 
> with an {{auto}} mode. 
> In this mode the BeanManager can walk through all registered beans and check 
> whether there is a single @ConversationScoped bean. In that case we will 
> automagically enable CDI conversations, otherwise OWB will dynamically 
> disable conversation support and don't need to do all kinds of work in 
> WebContextsService for example.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OWB-1282) Reduce reflection usage for default services in WebBeansContext

2021-06-06 Thread Romain Manni-Bucau (Jira)


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

Romain Manni-Bucau updated OWB-1282:

Fix Version/s: (was: 2.0.23)
   2.0.24

> Reduce reflection usage for default services in WebBeansContext
> ---
>
> Key: OWB-1282
> URL: https://issues.apache.org/jira/browse/OWB-1282
> Project: OpenWebBeans
>  Issue Type: Improvement
>Reporter: Romain Manni-Bucau
>Assignee: Mark Struberg
>Priority: Major
> Fix For: 2.0.24
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[RESULT] [VOTE] Release Apache OpenWebBeans 2.0.23

2021-06-06 Thread Romain Manni-Bucau
Which makes enough binding +1 and no -1 so this vote passes, thank you all.

Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book



Le dim. 6 juin 2021 à 09:08, Romain Manni-Bucau  a
écrit :

> My own +1
>
> Romain Manni-Bucau
> @rmannibucau  |  Blog
>  | Old Blog
>  | Github
>  | LinkedIn
>  | Book
> 
>
>
> Le dim. 6 juin 2021 à 00:07, Daniel Dias Dos Santos <
> daniel.dias.analist...@gmail.com> a écrit :
>
>> +1
>> --
>>
>> *Daniel Dias dos Santos*
>> Java Developer
>> SouJava & JCP Member
>> GitHub: https://github.com/Daniel-Dos
>> Linkedin: www.linkedin.com/in/danieldiasjava
>> Twitter: http://twitter.com/danieldiasjava
>>
>>
>> Em sáb., 5 de jun. de 2021 às 18:11, Thomas Andraschko <
>> andraschko.tho...@gmail.com> escreveu:
>>
>> > +1
>> >
>> > Mark Struberg  schrieb am Sa., 5. Juni 2021,
>> > 22:27:
>> >
>> > >  +1
>> > > LieGrue,strub
>> > >
>> > > On Wednesday, 2 June 2021, 17:51:51 CEST, Romain Manni-Bucau <
>> > > rmannibu...@gmail.com> wrote:
>> > >
>> > >  Hi all,
>> > >
>> > > I'd like to release Apache OpenWebBeans 2.0.23.
>> > >
>> > > Here is the changelog:
>> > >
>> > > PTKeySummaryAssigneeStatus
>> > > [image: Major] [image: Improvement] OWB-1384
>> > > 
>> BaseSeContextsService
>> > > does
>> > > not honor supportsConversation flag
>> > >  Romain Manni-Bucau
>> > > <
>> > >
>> >
>> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
>> > > >
>> > > RESOLVED
>> > > [image: Major] [image: Improvement] OWB-1385
>> > >  Request controller
>> is
>> > not
>> > > thread safe  Romain
>> > > Manni-Bucau
>> > > <
>> > >
>> >
>> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
>> > > >
>> > > RESOLVED
>> > >
>> > > Staging repo:
>> > >
>> > >
>> >
>> https://repository.apache.org/content/repositories/orgapacheopenwebbeans-1072/
>> > > Source zip:
>> > >
>> > >
>> >
>> https://repository.apache.org/content/repositories/orgapacheopenwebbeans-1072/org/apache/openwebbeans/openwebbeans/2.0.23/openwebbeans-2.0.23-source-release.zip
>> > > Tag:
>> > >
>> > >
>> >
>> https://gitbox.apache.org/repos/asf?p=openwebbeans.git;a=commit;h=f9ec0e322ff0cf10e05ebda0cd3951c05b47afff
>> > > Dist (dev): https://dist.apache.org/repos/dist/dev/openwebbeans/owb/
>> > > My key is the same than last time.
>> > >
>> > > Please VOTE:
>> > >
>> > > [+1] small but worth it
>> > > [-1] don't, ${blocker}
>> > >
>> > > The VOTE is open for 72h or until we get enough binding votes.
>> > >
>> > > Romain Manni-Bucau
>> > > @rmannibucau  |  Blog
>> > >  | Old Blog
>> > >  | Github <
>> > > https://github.com/rmannibucau> |
>> > > LinkedIn  | Book
>> > > <
>> > >
>> >
>> https://www.packtpub.com/application-development/java-ee-8-high-performance
>> > > >
>> > >
>> >
>>
>


Re: [VOTE] Release Apache OpenWebBeans 2.0.23

2021-06-06 Thread Romain Manni-Bucau
My own +1

Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book



Le dim. 6 juin 2021 à 00:07, Daniel Dias Dos Santos <
daniel.dias.analist...@gmail.com> a écrit :

> +1
> --
>
> *Daniel Dias dos Santos*
> Java Developer
> SouJava & JCP Member
> GitHub: https://github.com/Daniel-Dos
> Linkedin: www.linkedin.com/in/danieldiasjava
> Twitter: http://twitter.com/danieldiasjava
>
>
> Em sáb., 5 de jun. de 2021 às 18:11, Thomas Andraschko <
> andraschko.tho...@gmail.com> escreveu:
>
> > +1
> >
> > Mark Struberg  schrieb am Sa., 5. Juni 2021,
> > 22:27:
> >
> > >  +1
> > > LieGrue,strub
> > >
> > > On Wednesday, 2 June 2021, 17:51:51 CEST, Romain Manni-Bucau <
> > > rmannibu...@gmail.com> wrote:
> > >
> > >  Hi all,
> > >
> > > I'd like to release Apache OpenWebBeans 2.0.23.
> > >
> > > Here is the changelog:
> > >
> > > PTKeySummaryAssigneeStatus
> > > [image: Major] [image: Improvement] OWB-1384
> > >  BaseSeContextsService
> > > does
> > > not honor supportsConversation flag
> > >  Romain Manni-Bucau
> > > <
> > >
> >
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
> > > >
> > > RESOLVED
> > > [image: Major] [image: Improvement] OWB-1385
> > >  Request controller is
> > not
> > > thread safe  Romain
> > > Manni-Bucau
> > > <
> > >
> >
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romain.manni-bucau
> > > >
> > > RESOLVED
> > >
> > > Staging repo:
> > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheopenwebbeans-1072/
> > > Source zip:
> > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheopenwebbeans-1072/org/apache/openwebbeans/openwebbeans/2.0.23/openwebbeans-2.0.23-source-release.zip
> > > Tag:
> > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=openwebbeans.git;a=commit;h=f9ec0e322ff0cf10e05ebda0cd3951c05b47afff
> > > Dist (dev): https://dist.apache.org/repos/dist/dev/openwebbeans/owb/
> > > My key is the same than last time.
> > >
> > > Please VOTE:
> > >
> > > [+1] small but worth it
> > > [-1] don't, ${blocker}
> > >
> > > The VOTE is open for 72h or until we get enough binding votes.
> > >
> > > Romain Manni-Bucau
> > > @rmannibucau  |  Blog
> > >  | Old Blog
> > >  | Github <
> > > https://github.com/rmannibucau> |
> > > LinkedIn  | Book
> > > <
> > >
> >
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> > > >
> > >
> >
>