Re: [PROPOSAL] fleece as an incubator project

2014-06-06 Thread Romain Manni-Bucau
Hi guys,

do I need to cancel this thread and create a new one cause I changed
the proposal content according your remarks?


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-06-04 13:09 GMT+02:00 Romain Manni-Bucau rmannibu...@gmail.com:
 Fixed in the original proposal


 Romain Manni-Bucau
 Twitter: @rmannibucau
 Blog: http://rmannibucau.wordpress.com/
 LinkedIn: http://fr.linkedin.com/in/rmannibucau
 Github: https://github.com/rmannibucau


 2014-06-04 13:00 GMT+02:00 Mark Struberg strub...@yahoo.de:
 +1

 With the aforementioned hint that we should initially not have a users@ list.
 And the other lists shall rather be d...@fleece.incubator.apache.org, etc

 LieGrue,
 strub



 
 On Tue, 3/6/14, Romain Manni-Bucau rmannibu...@gmail.com wrote:

  Subject: [PROPOSAL] fleece as an incubator project
  To: general@incubator.apache.org
  Date: Tuesday, 3 June, 2014, 20:40

  Hi guys,

  To follow the incubator process and after the previous
  discuss thread here
  is the formal proposal mail.

  Feel free to comment it!

  

  Apache Fleece Proposal

  Abstract

  Apache Fleece is an implementation of JSR-353 (JavaTM API
  for JSON
  Processing).

  Proposal

  Apache Fleece will consist of a number of modules. Mainly an
  implementation
  of JSR-353 but also a set of usefule modules to help with
  the usage of
  JSR-353 (surely a mapping module and a jaxrs provider
  module).

  Background

  JSon being more and more important JavaEE 7 specified an API
  to read and
  create JSon objects/arrays.

  Apache Fleece builds on this specification a potential base
  to do Json at
  Apache (hopefully it will be integrated with CXF for
  instance).

  Rationale

  There is not yet a Json related project at Apache but a lot
  of projects
  rely on some specific implementions (jettison, jackson,
  others...).
  Proposing a default would be great. The other point is a set
  of Apache
  projects related to JavaEE (CXF, TomEE, Geronimo, Axis2...)
  will need an
  implementation. Having one built at Apache is a really nice
  to have.

  Initial Goals

  The initial goal of the Apache Fleece project is to get a
  JSR-353 compliant
  implementation

  Current Status

  Initial codebase was developped on github but designed to be
  integrated in
  Apache.

  Meritocracy

  Initial community will be mainly composed of already Apache
  committers so
  meritocracy is already something well known.

  Community

  Initial community will be composed of TomEE community for
  sure, hopefully
  CXF and potentially all JSon users of Apache.

  Initial committers

 - Romain Manni-Bucau (individual, ASF)
 - Jean-Louis Monteiro (individual, ASF)
 - Mark Struberg (individual, ASF member)
 - Gerhard Petracek (individual, ASF
  member)
 - David Blevins (individual, ASF member)
 - Sagara Gunathunga (ASF)

  Alignment

  Several Apache project will need a JSR-353 implementation.
  Having a project
  which can be shared is better than having a sub project of a
  particular
  project. Moreover this project makes sense alone since
  users can
  integrate it without any other dependencies and use it to
  read/generate
  Json in their project so it makes sense to create a
  dedicated project.

  Known Risks

  Main risk is to get a not so active project since the
  specification is not
  that big.

  Documentation

  There is no documentation to import today but it will be
  created using
  standard ASF tools (ASF CMS mainly).

  Initial Source

  Initial sources are on this git repository:
  https://github.com/rmannibucau/json-impl.git

  Source and IP Submission Plan

  Initial sources are under Apache license v2.

  Side note: it was really developed to be integrated in this
  project
  (without waiting it to be created).

  Required Resources

  Mailing Lists

 -

 fleece-us...@incubator.apache.org
 -

 fleece-...@incubator.apache.org
 -

 fleece-comm...@incubator.apache.org
 -

 fleece-priv...@incubator.apache.org

  Version Control

  It is proposed that the source code for the Apache Fleece
  project be hosted
  in the Apache Git repository, under the following
  directory:

 - incubator/fleece/

  Issue Tracking

  The following JIRA project would be required to track issues
  for the Apache
  Fleece project:

 - FLEECE

  Initial Committers

 - Romain Manni-Bucau
 - Jean-Louis Monteiro
 - Mark Struberg
 - Gerhard Petracek
 - David Blevins

  Sponsors

  Champion

 - Mark Struberg

  Nominated Mentors

 - Justin Mclean
 - Christian Grobmeier
 - Daniel Kulp

  Project Name

  Seems *Fleece* is the name which satisfies most of people
  but we can still
  ask for a new name if we feel it needed before being
  graduated.


  Romain Manni-Bucau
  Twitter: 

[VOTE] fleece as new incubator project

2014-06-06 Thread Romain Manni-Bucau
Following the discussion earlier, I'm calling a vote to accept Fleece as a
new Incubator project.

 The proposal draft is available at:
https://wiki.apache.org/incubator/Fleece, and is also included  below.

 Vote is open for at least 72h and closes at the earliest on 09 June 09:30
 GMT.

 [ ] +1 accept Fleece in the Incubator
 [ ] +/-0
 [ ] -1 because...

 Here's my +1.


Apache Fleece Proposal

Abstract

Apache Fleece is an implementation of JSR-353 (JavaTM API for JSON
Processing).

Proposal

Apache Fleece will consist of a number of modules. Mainly an implementation
of JSR-353 but also a set of usefule modules to help with the usage of
JSR-353 (surely a mapping module and a jaxrs provider module).

Background

JSon being more and more important JavaEE 7 specified an API to read and
create JSon objects/arrays.

Apache Fleece builds on this specification a potential base to do Json at
Apache (hopefully it will be integrated with CXF for instance).

Rationale

There is not yet a Json related project at Apache but a lot of projects
rely on some specific implementions (jettison, jackson, others...).
Proposing a default would be great. The other point is a set of Apache
projects related to JavaEE (CXF, TomEE, Geronimo, Axis2...) will need an
implementation. Having one built at Apache is a really nice to have.

Initial Goals

The initial goal of the Apache Fleece project is to get a JSR-353 compliant
implementation

Current Status

Initial codebase was developped on github but designed to be integrated in
Apache.

Meritocracy

Initial community will be mainly composed of already Apache committers so
meritocracy is already something well known.

Community

Initial community will be composed of TomEE community for sure, hopefully
CXF and potentially all JSon users of Apache.

Initial committers

   - Romain Manni-Bucau (individual, ASF)
   - Jean-Louis Monteiro (individual, ASF)
   - Mark Struberg (individual, ASF member)
   - Gerhard Petracek (individual, ASF member)
   - David Blevins (individual, ASF member)
   - Sagara Gunathunga (ASF)

Alignment

Several Apache project will need a JSR-353 implementation. Having a project
which can be shared is better than having a sub project of a particular
project. Moreover this project makes sense alone since users can
integrate it without any other dependencies and use it to read/generate
Json in their project so it makes sense to create a dedicated project.

Known Risks

Main risk is to get a not so active project since the specification is not
that big.

Documentation

There is no documentation to import today but it will be created using
standard ASF tools (ASF CMS mainly).

Initial Source

Initial sources are on this git repository:
https://github.com/rmannibucau/json-impl.git

Source and IP Submission Plan

Initial sources are under Apache license v2.

Side note: it was really developed to be integrated in this project
(without waiting it to be created).

Required Resources

Mailing Lists

   -

   - d...@fleece.incubator.apache.org - comm...@fleece.incubator.apache.org
   - priv...@fleece.incubator.apache.org

Version Control

It is proposed that the source code for the Apache Fleece project be hosted
in the Apache Git repository, under the following directory:

   - git.apache.org/incubator-fleece.git

Issue Tracking

The following JIRA project would be required to track issues for the Apache
Fleece project:

   - FLEECE

Initial Committers

   - Romain Manni-Bucau
   - Jean-Louis Monteiro
   - Mark Struberg
   - Gerhard Petracek
   - David Blevins

Sponsors

Champion

   - Mark Struberg

Nominated Mentors

   - Justin Mclean
   - Christian Grobmeier
   - Daniel Kulp

Project Name

Seems *Fleece* is the name which satisfies most of people but we can still
ask for a new name if we feel it needed before being graduated.


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


Re: [PROPOSAL] fleece as an incubator project

2014-06-06 Thread Bertrand Delacretaz
Hi,

On Fri, Jun 6, 2014 at 8:47 AM, Romain Manni-Bucau
rmannibu...@gmail.com wrote:
 ...do I need to cancel this thread and create a new one cause I changed
 the proposal content according your remarks?...

This is a discussion thread, no problem with that.

You'll later copy the full proposal to the [VOTE] thread when that
starts, that's what makes it final.

Until then people can look at http://wiki.apache.org/incubator/Fleece
to get the current state.

-Bertrand

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [PROPOSAL] fleece as an incubator project

2014-06-06 Thread Romain Manni-Bucau
Great :)

Normally pushed the vote thread some minutes ago, hope it is fine :)



Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-06-06 9:56 GMT+02:00 Bertrand Delacretaz bdelacre...@apache.org:

 Hi,

 On Fri, Jun 6, 2014 at 8:47 AM, Romain Manni-Bucau
 rmannibu...@gmail.com wrote:
  ...do I need to cancel this thread and create a new one cause I changed
  the proposal content according your remarks?...

 This is a discussion thread, no problem with that.

 You'll later copy the full proposal to the [VOTE] thread when that
 starts, that's what makes it final.

 Until then people can look at http://wiki.apache.org/incubator/Fleece
 to get the current state.

 -Bertrand

 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org




Re: Call for Report Manager for June

2014-06-06 Thread abiola balogun
hi


 On 6 Òkúdu 2557 BE, at 12:36 Ọ̀sán, Marvin Humphrey mar...@rectangular.com 
 wrote:
 
 On Thu, Jun 5, 2014 at 8:20 PM, Joe Brockmeier j...@zonker.net wrote:
 
 Out of this list, I can take on:
 
 Nice nice nice...
 
 John, are you willing to pick up the remaining tasks from the list this month?
 
editorial  -- Assemble list of releases.
 
 This one is a bit of a pain.  I use an svn command listing commits to the
 Incubator's dist area since last month, then cross-check against last month's
 report to see where the cutoff is.  (Roman has a slightly different routine
 which perhaps he will offer up.)  For formatting, see the prior report.
 
 The svn command, which is tricky to compose, gets generated automatically by
 our report helper script report_runbook.py.  Try the following:
 
svn co https://svn.apache.org/repos/asf/incubator/public/trunk incubator
cd incubator
python3 report_runbook.py --apache-id=jzb --month=6
 
 You may notice that in past reports, we also list the time it takes to get the
 third IPMC +1 vote.  I'd consider this section optional, as it is laborious to
 assemble -- we track the information down manually by following the relevant
 release threads.
 
editorial  -- Create podling summary.
 
 Check out the podling reports we've received and assign them to the various
 categories (which are already there in the template).  If no category fits,
 make one up.
 
 The due date for reporting was yesterday; it looks like there are a lot of
 podlings which have not reported in a timely manner and so will get added to
 Did not report, expected next month.
 
editorial  -- Write narrative, misc, legal, infrastructure, etc.
 
 I figure you've got this task under control.
 
 Marvin Humphrey
 
 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org
 

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] fleece as new incubator project

2014-06-06 Thread Bertrand Delacretaz
On Fri, Jun 6, 2014 at 9:31 AM, Romain Manni-Bucau
rmannibu...@gmail.com wrote:
 Following the discussion earlier, I'm calling a vote to accept Fleece as a
 new Incubator project.

+1

 ...but also a set of usefule modules...

Should be useful

-Bertrand

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] fleece as new incubator project

2014-06-06 Thread Romain Manni-Bucau
Hehe,

good catch, not sure we need to reroll the vote for this typo, think we
don't, isn't it?



Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-06-06 10:29 GMT+02:00 Bertrand Delacretaz bdelacre...@apache.org:

 On Fri, Jun 6, 2014 at 9:31 AM, Romain Manni-Bucau
 rmannibu...@gmail.com wrote:
  Following the discussion earlier, I'm calling a vote to accept Fleece as
 a
  new Incubator project.

 +1

  ...but also a set of usefule modules...

 Should be useful

 -Bertrand

 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org




Re: [VOTE] fleece as new incubator project

2014-06-06 Thread Bertrand Delacretaz
On Fri, Jun 6, 2014 at 10:36 AM, Romain Manni-Bucau
rmannibu...@gmail.com wrote:
 ...good catch, not sure we need to reroll the vote for this typo, think we
 don't, isn't it?...

No worries, it's just a typo, just fix it on the wiki.

-Bertrand

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] fleece as new incubator project

2014-06-06 Thread abiola balogun
ok

 On 6 Òkúdu 2557 BE, at 4:29 Ọ̀sán, Bertrand Delacretaz 
 bdelacre...@apache.org wrote:
 
 On Fri, Jun 6, 2014 at 9:31 AM, Romain Manni-Bucau
 rmannibu...@gmail.com wrote:
 Following the discussion earlier, I'm calling a vote to accept Fleece as a
 new Incubator project.
 
 +1
 
 ...but also a set of usefule modules...
 
 Should be useful
 
 -Bertrand
 
 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org
 

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] fleece as new incubator project

2014-06-06 Thread Javier Abrego
I am new in the incubator list, i would like to vote accept this project
and take advantage of this opportunity to introduce myself to the
community, if the project is approved i definitely will contribute to it.

+1


2014-06-06 11:59 GMT+02:00 abiola balogun a_gucc...@me.com:

 ok

  On 6 Òkúdu 2557 BE, at 4:29 Ọ̀sán, Bertrand Delacretaz 
 bdelacre...@apache.org wrote:
 
  On Fri, Jun 6, 2014 at 9:31 AM, Romain Manni-Bucau
  rmannibu...@gmail.com wrote:
  Following the discussion earlier, I'm calling a vote to accept Fleece
 as a
  new Incubator project.
 
  +1
 
  ...but also a set of usefule modules...
 
  Should be useful
 
  -Bertrand
 
  -
  To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
  For additional commands, e-mail: general-h...@incubator.apache.org
 

 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org




Re: [VOTE] fleece as new incubator project

2014-06-06 Thread Chip Childers
On Fri, Jun 06, 2014 at 09:31:19AM +0200, Romain Manni-Bucau wrote:
 Following the discussion earlier, I'm calling a vote to accept Fleece as a
 new Incubator project.
 
  The proposal draft is available at:
 https://wiki.apache.org/incubator/Fleece, and is also included  below.
 
  Vote is open for at least 72h and closes at the earliest on 09 June 09:30
  GMT.
 
  [ ] +1 accept Fleece in the Incubator
  [ ] +/-0
  [ ] -1 because...

+1

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] fleece as new incubator project

2014-06-06 Thread Daniel Kulp
+1

Dan



On Jun 6, 2014, at 3:31 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote:

 Following the discussion earlier, I'm calling a vote to accept Fleece as a
 new Incubator project.
 
 The proposal draft is available at:
 https://wiki.apache.org/incubator/Fleece, and is also included  below.
 
 Vote is open for at least 72h and closes at the earliest on 09 June 09:30
 GMT.
 
 [ ] +1 accept Fleece in the Incubator
 [ ] +/-0
 [ ] -1 because...
 
 Here's my +1.
 
 
 Apache Fleece Proposal
 
 Abstract
 
 Apache Fleece is an implementation of JSR-353 (JavaTM API for JSON
 Processing).
 
 Proposal
 
 Apache Fleece will consist of a number of modules. Mainly an implementation
 of JSR-353 but also a set of usefule modules to help with the usage of
 JSR-353 (surely a mapping module and a jaxrs provider module).
 
 Background
 
 JSon being more and more important JavaEE 7 specified an API to read and
 create JSon objects/arrays.
 
 Apache Fleece builds on this specification a potential base to do Json at
 Apache (hopefully it will be integrated with CXF for instance).
 
 Rationale
 
 There is not yet a Json related project at Apache but a lot of projects
 rely on some specific implementions (jettison, jackson, others...).
 Proposing a default would be great. The other point is a set of Apache
 projects related to JavaEE (CXF, TomEE, Geronimo, Axis2...) will need an
 implementation. Having one built at Apache is a really nice to have.
 
 Initial Goals
 
 The initial goal of the Apache Fleece project is to get a JSR-353 compliant
 implementation
 
 Current Status
 
 Initial codebase was developped on github but designed to be integrated in
 Apache.
 
 Meritocracy
 
 Initial community will be mainly composed of already Apache committers so
 meritocracy is already something well known.
 
 Community
 
 Initial community will be composed of TomEE community for sure, hopefully
 CXF and potentially all JSon users of Apache.
 
 Initial committers
 
   - Romain Manni-Bucau (individual, ASF)
   - Jean-Louis Monteiro (individual, ASF)
   - Mark Struberg (individual, ASF member)
   - Gerhard Petracek (individual, ASF member)
   - David Blevins (individual, ASF member)
   - Sagara Gunathunga (ASF)
 
 Alignment
 
 Several Apache project will need a JSR-353 implementation. Having a project
 which can be shared is better than having a sub project of a particular
 project. Moreover this project makes sense alone since users can
 integrate it without any other dependencies and use it to read/generate
 Json in their project so it makes sense to create a dedicated project.
 
 Known Risks
 
 Main risk is to get a not so active project since the specification is not
 that big.
 
 Documentation
 
 There is no documentation to import today but it will be created using
 standard ASF tools (ASF CMS mainly).
 
 Initial Source
 
 Initial sources are on this git repository:
 https://github.com/rmannibucau/json-impl.git
 
 Source and IP Submission Plan
 
 Initial sources are under Apache license v2.
 
 Side note: it was really developed to be integrated in this project
 (without waiting it to be created).
 
 Required Resources
 
 Mailing Lists
 
   -
 
   - d...@fleece.incubator.apache.org - comm...@fleece.incubator.apache.org
   - priv...@fleece.incubator.apache.org
 
 Version Control
 
 It is proposed that the source code for the Apache Fleece project be hosted
 in the Apache Git repository, under the following directory:
 
   - git.apache.org/incubator-fleece.git
 
 Issue Tracking
 
 The following JIRA project would be required to track issues for the Apache
 Fleece project:
 
   - FLEECE
 
 Initial Committers
 
   - Romain Manni-Bucau
   - Jean-Louis Monteiro
   - Mark Struberg
   - Gerhard Petracek
   - David Blevins
 
 Sponsors
 
 Champion
 
   - Mark Struberg
 
 Nominated Mentors
 
   - Justin Mclean
   - Christian Grobmeier
   - Daniel Kulp
 
 Project Name
 
 Seems *Fleece* is the name which satisfies most of people but we can still
 ask for a new name if we feel it needed before being graduated.
 
 
 Romain Manni-Bucau
 Twitter: @rmannibucau
 Blog: http://rmannibucau.wordpress.com/
 LinkedIn: http://fr.linkedin.com/in/rmannibucau
 Github: https://github.com/rmannibucau

-- 
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] fleece as new incubator project

2014-06-06 Thread Christian Grobmeier
+1

On 6 Jun 2014, at 9:31, Romain Manni-Bucau wrote:

 Following the discussion earlier, I'm calling a vote to accept Fleece as a
 new Incubator project.

 The proposal draft is available at:
 https://wiki.apache.org/incubator/Fleece, and is also included  below.

 Vote is open for at least 72h and closes at the earliest on 09 June 09:30
 GMT.

 [ ] +1 accept Fleece in the Incubator
 [ ] +/-0
 [ ] -1 because...

 Here's my +1.

 
 Apache Fleece Proposal

 Abstract

 Apache Fleece is an implementation of JSR-353 (JavaTM API for JSON
 Processing).

 Proposal

 Apache Fleece will consist of a number of modules. Mainly an implementation
 of JSR-353 but also a set of usefule modules to help with the usage of
 JSR-353 (surely a mapping module and a jaxrs provider module).

 Background

 JSon being more and more important JavaEE 7 specified an API to read and
 create JSon objects/arrays.

 Apache Fleece builds on this specification a potential base to do Json at
 Apache (hopefully it will be integrated with CXF for instance).

 Rationale

 There is not yet a Json related project at Apache but a lot of projects
 rely on some specific implementions (jettison, jackson, others...).
 Proposing a default would be great. The other point is a set of Apache
 projects related to JavaEE (CXF, TomEE, Geronimo, Axis2...) will need an
 implementation. Having one built at Apache is a really nice to have.

 Initial Goals

 The initial goal of the Apache Fleece project is to get a JSR-353 compliant
 implementation

 Current Status

 Initial codebase was developped on github but designed to be integrated in
 Apache.

 Meritocracy

 Initial community will be mainly composed of already Apache committers so
 meritocracy is already something well known.

 Community

 Initial community will be composed of TomEE community for sure, hopefully
 CXF and potentially all JSon users of Apache.

 Initial committers

  - Romain Manni-Bucau (individual, ASF)
  - Jean-Louis Monteiro (individual, ASF)
  - Mark Struberg (individual, ASF member)
  - Gerhard Petracek (individual, ASF member)
  - David Blevins (individual, ASF member)
  - Sagara Gunathunga (ASF)

 Alignment

 Several Apache project will need a JSR-353 implementation. Having a project
 which can be shared is better than having a sub project of a particular
 project. Moreover this project makes sense alone since users can
 integrate it without any other dependencies and use it to read/generate
 Json in their project so it makes sense to create a dedicated project.

 Known Risks

 Main risk is to get a not so active project since the specification is not
 that big.

 Documentation

 There is no documentation to import today but it will be created using
 standard ASF tools (ASF CMS mainly).

 Initial Source

 Initial sources are on this git repository:
 https://github.com/rmannibucau/json-impl.git

 Source and IP Submission Plan

 Initial sources are under Apache license v2.

 Side note: it was really developed to be integrated in this project
 (without waiting it to be created).

 Required Resources

 Mailing Lists

  -

  - d...@fleece.incubator.apache.org - comm...@fleece.incubator.apache.org
  - priv...@fleece.incubator.apache.org

 Version Control

 It is proposed that the source code for the Apache Fleece project be hosted
 in the Apache Git repository, under the following directory:

  - git.apache.org/incubator-fleece.git

 Issue Tracking

 The following JIRA project would be required to track issues for the Apache
 Fleece project:

  - FLEECE

 Initial Committers

  - Romain Manni-Bucau
  - Jean-Louis Monteiro
  - Mark Struberg
  - Gerhard Petracek
  - David Blevins

 Sponsors

 Champion

  - Mark Struberg

 Nominated Mentors

  - Justin Mclean
  - Christian Grobmeier
  - Daniel Kulp

 Project Name

 Seems *Fleece* is the name which satisfies most of people but we can still
 ask for a new name if we feel it needed before being graduated.
 

 Romain Manni-Bucau
 Twitter: @rmannibucau
 Blog: http://rmannibucau.wordpress.com/
 LinkedIn: http://fr.linkedin.com/in/rmannibucau
 Github: https://github.com/rmannibucau


---
http://www.grobmeier.de
The Zen Programmer: http://bit.ly/12lC6DL
@grobmeier
GPG: 0xA5CC90DB

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] fleece as new incubator project

2014-06-06 Thread John Chambers
+1


On 6 June 2014 14:58, Christian Grobmeier grobme...@gmail.com wrote:

 +1

 On 6 Jun 2014, at 9:31, Romain Manni-Bucau wrote:

  Following the discussion earlier, I'm calling a vote to accept Fleece as
 a
  new Incubator project.
 
  The proposal draft is available at:
  https://wiki.apache.org/incubator/Fleece, and is also included  below.
 
  Vote is open for at least 72h and closes at the earliest on 09 June 09:30
  GMT.
 
  [ ] +1 accept Fleece in the Incubator
  [ ] +/-0
  [ ] -1 because...
 
  Here's my +1.
 
  
  Apache Fleece Proposal
 
  Abstract
 
  Apache Fleece is an implementation of JSR-353 (JavaTM API for JSON
  Processing).
 
  Proposal
 
  Apache Fleece will consist of a number of modules. Mainly an
 implementation
  of JSR-353 but also a set of usefule modules to help with the usage of
  JSR-353 (surely a mapping module and a jaxrs provider module).
 
  Background
 
  JSon being more and more important JavaEE 7 specified an API to read and
  create JSon objects/arrays.
 
  Apache Fleece builds on this specification a potential base to do Json at
  Apache (hopefully it will be integrated with CXF for instance).
 
  Rationale
 
  There is not yet a Json related project at Apache but a lot of projects
  rely on some specific implementions (jettison, jackson, others...).
  Proposing a default would be great. The other point is a set of Apache
  projects related to JavaEE (CXF, TomEE, Geronimo, Axis2...) will need an
  implementation. Having one built at Apache is a really nice to have.
 
  Initial Goals
 
  The initial goal of the Apache Fleece project is to get a JSR-353
 compliant
  implementation
 
  Current Status
 
  Initial codebase was developped on github but designed to be integrated
 in
  Apache.
 
  Meritocracy
 
  Initial community will be mainly composed of already Apache committers so
  meritocracy is already something well known.
 
  Community
 
  Initial community will be composed of TomEE community for sure, hopefully
  CXF and potentially all JSon users of Apache.
 
  Initial committers
 
   - Romain Manni-Bucau (individual, ASF)
   - Jean-Louis Monteiro (individual, ASF)
   - Mark Struberg (individual, ASF member)
   - Gerhard Petracek (individual, ASF member)
   - David Blevins (individual, ASF member)
   - Sagara Gunathunga (ASF)
 
  Alignment
 
  Several Apache project will need a JSR-353 implementation. Having a
 project
  which can be shared is better than having a sub project of a particular
  project. Moreover this project makes sense alone since users can
  integrate it without any other dependencies and use it to read/generate
  Json in their project so it makes sense to create a dedicated project.
 
  Known Risks
 
  Main risk is to get a not so active project since the specification is
 not
  that big.
 
  Documentation
 
  There is no documentation to import today but it will be created using
  standard ASF tools (ASF CMS mainly).
 
  Initial Source
 
  Initial sources are on this git repository:
  https://github.com/rmannibucau/json-impl.git
 
  Source and IP Submission Plan
 
  Initial sources are under Apache license v2.
 
  Side note: it was really developed to be integrated in this project
  (without waiting it to be created).
 
  Required Resources
 
  Mailing Lists
 
   -
 
   - d...@fleece.incubator.apache.org - comm...@fleece.incubator.apache.org
   - priv...@fleece.incubator.apache.org
 
  Version Control
 
  It is proposed that the source code for the Apache Fleece project be
 hosted
  in the Apache Git repository, under the following directory:
 
   - git.apache.org/incubator-fleece.git
 
  Issue Tracking
 
  The following JIRA project would be required to track issues for the
 Apache
  Fleece project:
 
   - FLEECE
 
  Initial Committers
 
   - Romain Manni-Bucau
   - Jean-Louis Monteiro
   - Mark Struberg
   - Gerhard Petracek
   - David Blevins
 
  Sponsors
 
  Champion
 
   - Mark Struberg
 
  Nominated Mentors
 
   - Justin Mclean
   - Christian Grobmeier
   - Daniel Kulp
 
  Project Name
 
  Seems *Fleece* is the name which satisfies most of people but we can
 still
  ask for a new name if we feel it needed before being graduated.
  
 
  Romain Manni-Bucau
  Twitter: @rmannibucau
  Blog: http://rmannibucau.wordpress.com/
  LinkedIn: http://fr.linkedin.com/in/rmannibucau
  Github: https://github.com/rmannibucau


 ---
 http://www.grobmeier.de
 The Zen Programmer: http://bit.ly/12lC6DL
 @grobmeier
 GPG: 0xA5CC90DB

 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org



-- 


Listed on the London Stock Exchange: WAND 
http://www.bloomberg.com/quote/WAND:LN

THIS MESSAGE AND ANY ATTACHMENTS ARE CONFIDENTIAL, PROPRIETARY, AND MAY BE 
PRIVILEGED.  If this message was misdirected, WANdisco, Inc. and its 
subsidiaries, (WANdisco) 

Re: [VOTE] fleece as new incubator project

2014-06-06 Thread Jean-Louis MONTEIRO
+1
Thx Romain


2014-06-06 16:08 GMT+02:00 John Chambers cham...@apache.org:

 +1


 On 6 June 2014 14:58, Christian Grobmeier grobme...@gmail.com wrote:

  +1
 
  On 6 Jun 2014, at 9:31, Romain Manni-Bucau wrote:
 
   Following the discussion earlier, I'm calling a vote to accept Fleece
 as
  a
   new Incubator project.
  
   The proposal draft is available at:
   https://wiki.apache.org/incubator/Fleece, and is also included  below.
  
   Vote is open for at least 72h and closes at the earliest on 09 June
 09:30
   GMT.
  
   [ ] +1 accept Fleece in the Incubator
   [ ] +/-0
   [ ] -1 because...
  
   Here's my +1.
  
   
   Apache Fleece Proposal
  
   Abstract
  
   Apache Fleece is an implementation of JSR-353 (JavaTM API for JSON
   Processing).
  
   Proposal
  
   Apache Fleece will consist of a number of modules. Mainly an
  implementation
   of JSR-353 but also a set of usefule modules to help with the usage of
   JSR-353 (surely a mapping module and a jaxrs provider module).
  
   Background
  
   JSon being more and more important JavaEE 7 specified an API to read
 and
   create JSon objects/arrays.
  
   Apache Fleece builds on this specification a potential base to do Json
 at
   Apache (hopefully it will be integrated with CXF for instance).
  
   Rationale
  
   There is not yet a Json related project at Apache but a lot of projects
   rely on some specific implementions (jettison, jackson, others...).
   Proposing a default would be great. The other point is a set of Apache
   projects related to JavaEE (CXF, TomEE, Geronimo, Axis2...) will need
 an
   implementation. Having one built at Apache is a really nice to have.
  
   Initial Goals
  
   The initial goal of the Apache Fleece project is to get a JSR-353
  compliant
   implementation
  
   Current Status
  
   Initial codebase was developped on github but designed to be integrated
  in
   Apache.
  
   Meritocracy
  
   Initial community will be mainly composed of already Apache committers
 so
   meritocracy is already something well known.
  
   Community
  
   Initial community will be composed of TomEE community for sure,
 hopefully
   CXF and potentially all JSon users of Apache.
  
   Initial committers
  
- Romain Manni-Bucau (individual, ASF)
- Jean-Louis Monteiro (individual, ASF)
- Mark Struberg (individual, ASF member)
- Gerhard Petracek (individual, ASF member)
- David Blevins (individual, ASF member)
- Sagara Gunathunga (ASF)
  
   Alignment
  
   Several Apache project will need a JSR-353 implementation. Having a
  project
   which can be shared is better than having a sub project of a particular
   project. Moreover this project makes sense alone since users can
   integrate it without any other dependencies and use it to read/generate
   Json in their project so it makes sense to create a dedicated project.
  
   Known Risks
  
   Main risk is to get a not so active project since the specification is
  not
   that big.
  
   Documentation
  
   There is no documentation to import today but it will be created using
   standard ASF tools (ASF CMS mainly).
  
   Initial Source
  
   Initial sources are on this git repository:
   https://github.com/rmannibucau/json-impl.git
  
   Source and IP Submission Plan
  
   Initial sources are under Apache license v2.
  
   Side note: it was really developed to be integrated in this project
   (without waiting it to be created).
  
   Required Resources
  
   Mailing Lists
  
-
  
- d...@fleece.incubator.apache.org -
 comm...@fleece.incubator.apache.org
- priv...@fleece.incubator.apache.org
  
   Version Control
  
   It is proposed that the source code for the Apache Fleece project be
  hosted
   in the Apache Git repository, under the following directory:
  
- git.apache.org/incubator-fleece.git
  
   Issue Tracking
  
   The following JIRA project would be required to track issues for the
  Apache
   Fleece project:
  
- FLEECE
  
   Initial Committers
  
- Romain Manni-Bucau
- Jean-Louis Monteiro
- Mark Struberg
- Gerhard Petracek
- David Blevins
  
   Sponsors
  
   Champion
  
- Mark Struberg
  
   Nominated Mentors
  
- Justin Mclean
- Christian Grobmeier
- Daniel Kulp
  
   Project Name
  
   Seems *Fleece* is the name which satisfies most of people but we can
  still
   ask for a new name if we feel it needed before being graduated.
   
  
   Romain Manni-Bucau
   Twitter: @rmannibucau
   Blog: http://rmannibucau.wordpress.com/
   LinkedIn: http://fr.linkedin.com/in/rmannibucau
   Github: https://github.com/rmannibucau
 
 
  ---
  http://www.grobmeier.de
  The Zen Programmer: http://bit.ly/12lC6DL
  @grobmeier
  GPG: 0xA5CC90DB
 
  -
  To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
  For additional commands, e-mail: 

Re: [VOTE] fleece as new incubator project

2014-06-06 Thread Mark Struberg
+1

LieGrue,
strub


On Friday, 6 June 2014, 16:22, Jean-Louis MONTEIRO jeano...@gmail.com wrote:
 



+1
Thx Romain


2014-06-06 16:08 GMT+02:00 John Chambers cham...@apache.org:

 +1


 On 6 June 2014 14:58, Christian Grobmeier grobme...@gmail.com wrote:

  +1
 
  On 6 Jun 2014, at 9:31, Romain Manni-Bucau wrote:
 
   Following the discussion earlier, I'm calling a vote to accept Fleece
 as
  a
   new Incubator project.
  
   The proposal draft is available at:
   https://wiki.apache.org/incubator/Fleece, and is also included  below.
  
   Vote is open for at least 72h and closes at the earliest on 09 June
 09:30
   GMT.
  
   [ ] +1 accept Fleece in the Incubator
   [ ] +/-0
   [ ] -1 because...
  
   Here's my +1.
  
   
   Apache Fleece Proposal
  
   Abstract
  
   Apache Fleece is an implementation of JSR-353 (JavaTM API for JSON
   Processing).
  
   Proposal
  
   Apache Fleece will consist of a number of modules. Mainly an
  implementation
   of JSR-353 but also a set of usefule modules to help with the usage of
   JSR-353 (surely a mapping module and a jaxrs provider module).
  
   Background
  
   JSon being more and more important JavaEE 7 specified an API to read
 and
   create JSon objects/arrays.
  
   Apache Fleece builds on this specification a potential base to do Json
 at
   Apache (hopefully it will be integrated with CXF for instance).
  
   Rationale
  
   There is not yet a Json related project at Apache but a lot of projects
   rely on some specific implementions (jettison, jackson, others...).
   Proposing a default would be great. The other point is a set of Apache
   projects related to JavaEE (CXF, TomEE, Geronimo, Axis2...) will need
 an
   implementation. Having one built at Apache is a really nice to have.
  
   Initial Goals
  
   The initial goal of the Apache Fleece project is to get a JSR-353
  compliant
   implementation
  
   Current Status
  
   Initial codebase was developped on github but designed to be integrated
  in
   Apache.
  
   Meritocracy
  
   Initial community will be mainly composed of already Apache committers
 so
   meritocracy is already something well known.
  
   Community
  
   Initial community will be composed of TomEE community for sure,
 hopefully
   CXF and potentially all JSon users of Apache.
  
   Initial committers
  
    - Romain Manni-Bucau (individual, ASF)
    - Jean-Louis Monteiro (individual, ASF)
    - Mark Struberg (individual, ASF member)
    - Gerhard Petracek (individual, ASF member)
    - David Blevins (individual, ASF member)
    - Sagara Gunathunga (ASF)
  
   Alignment
  
   Several Apache project will need a JSR-353 implementation. Having a
  project
   which can be shared is better than having a sub project of a particular
   project. Moreover this project makes sense alone since users can
   integrate it without any other dependencies and use it to read/generate
   Json in their project so it makes sense to create a dedicated project.
  
   Known Risks
  
   Main risk is to get a not so active project since the specification is
  not
   that big.
  
   Documentation
  
   There is no documentation to import today but it will be created using
   standard ASF tools (ASF CMS mainly).
  
   Initial Source
  
   Initial sources are on this git repository:
   https://github.com/rmannibucau/json-impl.git
  
   Source and IP Submission Plan
  
   Initial sources are under Apache license v2.
  
   Side note: it was really developed to be integrated in this project
   (without waiting it to be created).
  
   Required Resources
  
   Mailing Lists
  
    -
  
    - d...@fleece.incubator.apache.org -
 comm...@fleece.incubator.apache.org
    - priv...@fleece.incubator.apache.org
  
   Version Control
  
   It is proposed that the source code for the Apache Fleece project be
  hosted
   in the Apache Git repository, under the following directory:
  
    - git.apache.org/incubator-fleece.git
  
   Issue Tracking
  
   The following JIRA project would be required to track issues for the
  Apache
   Fleece project:
  
    - FLEECE
  
   Initial Committers
  
    - Romain Manni-Bucau
    - Jean-Louis Monteiro
    - Mark Struberg
    - Gerhard Petracek
    - David Blevins
  
   Sponsors
  
   Champion
  
    - Mark Struberg
  
   Nominated Mentors
  
    - Justin Mclean
    - Christian Grobmeier
    - Daniel Kulp
  
   Project Name
  
   Seems *Fleece* is the name which satisfies most of people but we can
  still
   ask for a new name if we feel it needed before being graduated.
   
  
   Romain Manni-Bucau
   Twitter: @rmannibucau
   Blog: http://rmannibucau.wordpress.com/
   LinkedIn: http://fr.linkedin.com/in/rmannibucau
   Github: https://github.com/rmannibucau
 
 
  ---
  http://www.grobmeier.de
  The Zen Programmer: http://bit.ly/12lC6DL
  @grobmeier
  GPG: 0xA5CC90DB
 
  -
  To unsubscribe, e-mail: 

Re: [VOTE] fleece as new incubator project

2014-06-06 Thread Sagara Gunathunga
+1

Thanks !

On Fri, Jun 6, 2014 at 1:01 PM, Romain Manni-Bucau
rmannibu...@gmail.com wrote:
 Following the discussion earlier, I'm calling a vote to accept Fleece as a
 new Incubator project.

  The proposal draft is available at:
 https://wiki.apache.org/incubator/Fleece, and is also included  below.

  Vote is open for at least 72h and closes at the earliest on 09 June 09:30
  GMT.

  [ ] +1 accept Fleece in the Incubator
  [ ] +/-0
  [ ] -1 because...

  Here's my +1.

 
 Apache Fleece Proposal

 Abstract

 Apache Fleece is an implementation of JSR-353 (JavaTM API for JSON
 Processing).

 Proposal

 Apache Fleece will consist of a number of modules. Mainly an implementation
 of JSR-353 but also a set of usefule modules to help with the usage of
 JSR-353 (surely a mapping module and a jaxrs provider module).

 Background

 JSon being more and more important JavaEE 7 specified an API to read and
 create JSon objects/arrays.

 Apache Fleece builds on this specification a potential base to do Json at
 Apache (hopefully it will be integrated with CXF for instance).

 Rationale

 There is not yet a Json related project at Apache but a lot of projects
 rely on some specific implementions (jettison, jackson, others...).
 Proposing a default would be great. The other point is a set of Apache
 projects related to JavaEE (CXF, TomEE, Geronimo, Axis2...) will need an
 implementation. Having one built at Apache is a really nice to have.

 Initial Goals

 The initial goal of the Apache Fleece project is to get a JSR-353 compliant
 implementation

 Current Status

 Initial codebase was developped on github but designed to be integrated in
 Apache.

 Meritocracy

 Initial community will be mainly composed of already Apache committers so
 meritocracy is already something well known.

 Community

 Initial community will be composed of TomEE community for sure, hopefully
 CXF and potentially all JSon users of Apache.

 Initial committers

- Romain Manni-Bucau (individual, ASF)
- Jean-Louis Monteiro (individual, ASF)
- Mark Struberg (individual, ASF member)
- Gerhard Petracek (individual, ASF member)
- David Blevins (individual, ASF member)
- Sagara Gunathunga (ASF)

 Alignment

 Several Apache project will need a JSR-353 implementation. Having a project
 which can be shared is better than having a sub project of a particular
 project. Moreover this project makes sense alone since users can
 integrate it without any other dependencies and use it to read/generate
 Json in their project so it makes sense to create a dedicated project.

 Known Risks

 Main risk is to get a not so active project since the specification is not
 that big.

 Documentation

 There is no documentation to import today but it will be created using
 standard ASF tools (ASF CMS mainly).

 Initial Source

 Initial sources are on this git repository:
 https://github.com/rmannibucau/json-impl.git

 Source and IP Submission Plan

 Initial sources are under Apache license v2.

 Side note: it was really developed to be integrated in this project
 (without waiting it to be created).

 Required Resources

 Mailing Lists

-

- d...@fleece.incubator.apache.org - comm...@fleece.incubator.apache.org
- priv...@fleece.incubator.apache.org

 Version Control

 It is proposed that the source code for the Apache Fleece project be hosted
 in the Apache Git repository, under the following directory:

- git.apache.org/incubator-fleece.git

 Issue Tracking

 The following JIRA project would be required to track issues for the Apache
 Fleece project:

- FLEECE

 Initial Committers

- Romain Manni-Bucau
- Jean-Louis Monteiro
- Mark Struberg
- Gerhard Petracek
- David Blevins

 Sponsors

 Champion

- Mark Struberg

 Nominated Mentors

- Justin Mclean
- Christian Grobmeier
- Daniel Kulp

 Project Name

 Seems *Fleece* is the name which satisfies most of people but we can still
 ask for a new name if we feel it needed before being graduated.
 

 Romain Manni-Bucau
 Twitter: @rmannibucau
 Blog: http://rmannibucau.wordpress.com/
 LinkedIn: http://fr.linkedin.com/in/rmannibucau
 Github: https://github.com/rmannibucau



-- 
Sagara Gunathunga

Blog  - http://ssagara.blogspot.com
Web  - http://people.apache.org/~sagara/
LinkedIn - http://www.linkedin.com/in/ssagara

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] fleece as new incubator project

2014-06-06 Thread Enrico Daga
+1

Thank you!
Enrico Daga

--
http://www.enridaga.net
skype: enri-pan



On 6 June 2014 16:07, Sagara Gunathunga sagara.gunathu...@gmail.com wrote:
 +1

 Thanks !

 On Fri, Jun 6, 2014 at 1:01 PM, Romain Manni-Bucau
 rmannibu...@gmail.com wrote:
 Following the discussion earlier, I'm calling a vote to accept Fleece as a
 new Incubator project.

  The proposal draft is available at:
 https://wiki.apache.org/incubator/Fleece, and is also included  below.

  Vote is open for at least 72h and closes at the earliest on 09 June 09:30
  GMT.

  [ ] +1 accept Fleece in the Incubator
  [ ] +/-0
  [ ] -1 because...

  Here's my +1.

 
 Apache Fleece Proposal

 Abstract

 Apache Fleece is an implementation of JSR-353 (JavaTM API for JSON
 Processing).

 Proposal

 Apache Fleece will consist of a number of modules. Mainly an implementation
 of JSR-353 but also a set of usefule modules to help with the usage of
 JSR-353 (surely a mapping module and a jaxrs provider module).

 Background

 JSon being more and more important JavaEE 7 specified an API to read and
 create JSon objects/arrays.

 Apache Fleece builds on this specification a potential base to do Json at
 Apache (hopefully it will be integrated with CXF for instance).

 Rationale

 There is not yet a Json related project at Apache but a lot of projects
 rely on some specific implementions (jettison, jackson, others...).
 Proposing a default would be great. The other point is a set of Apache
 projects related to JavaEE (CXF, TomEE, Geronimo, Axis2...) will need an
 implementation. Having one built at Apache is a really nice to have.

 Initial Goals

 The initial goal of the Apache Fleece project is to get a JSR-353 compliant
 implementation

 Current Status

 Initial codebase was developped on github but designed to be integrated in
 Apache.

 Meritocracy

 Initial community will be mainly composed of already Apache committers so
 meritocracy is already something well known.

 Community

 Initial community will be composed of TomEE community for sure, hopefully
 CXF and potentially all JSon users of Apache.

 Initial committers

- Romain Manni-Bucau (individual, ASF)
- Jean-Louis Monteiro (individual, ASF)
- Mark Struberg (individual, ASF member)
- Gerhard Petracek (individual, ASF member)
- David Blevins (individual, ASF member)
- Sagara Gunathunga (ASF)

 Alignment

 Several Apache project will need a JSR-353 implementation. Having a project
 which can be shared is better than having a sub project of a particular
 project. Moreover this project makes sense alone since users can
 integrate it without any other dependencies and use it to read/generate
 Json in their project so it makes sense to create a dedicated project.

 Known Risks

 Main risk is to get a not so active project since the specification is not
 that big.

 Documentation

 There is no documentation to import today but it will be created using
 standard ASF tools (ASF CMS mainly).

 Initial Source

 Initial sources are on this git repository:
 https://github.com/rmannibucau/json-impl.git

 Source and IP Submission Plan

 Initial sources are under Apache license v2.

 Side note: it was really developed to be integrated in this project
 (without waiting it to be created).

 Required Resources

 Mailing Lists

-

- d...@fleece.incubator.apache.org - comm...@fleece.incubator.apache.org
- priv...@fleece.incubator.apache.org

 Version Control

 It is proposed that the source code for the Apache Fleece project be hosted
 in the Apache Git repository, under the following directory:

- git.apache.org/incubator-fleece.git

 Issue Tracking

 The following JIRA project would be required to track issues for the Apache
 Fleece project:

- FLEECE

 Initial Committers

- Romain Manni-Bucau
- Jean-Louis Monteiro
- Mark Struberg
- Gerhard Petracek
- David Blevins

 Sponsors

 Champion

- Mark Struberg

 Nominated Mentors

- Justin Mclean
- Christian Grobmeier
- Daniel Kulp

 Project Name

 Seems *Fleece* is the name which satisfies most of people but we can still
 ask for a new name if we feel it needed before being graduated.
 

 Romain Manni-Bucau
 Twitter: @rmannibucau
 Blog: http://rmannibucau.wordpress.com/
 LinkedIn: http://fr.linkedin.com/in/rmannibucau
 Github: https://github.com/rmannibucau



 --
 Sagara Gunathunga

 Blog  - http://ssagara.blogspot.com
 Web  - http://people.apache.org/~sagara/
 LinkedIn - http://www.linkedin.com/in/ssagara

 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] fleece as new incubator project

2014-06-06 Thread Justin Mclean
Hi,

+1 (binding)

Thanks,
Justin

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] fleece as new incubator project

2014-06-06 Thread dsh
 [ X ] +1 accept Fleece in the Incubator
 [ ] +/-0
 [ ] -1 because...

Cheers
Daniel


On Fri, Jun 6, 2014 at 9:31 AM, Romain Manni-Bucau rmannibu...@gmail.com
wrote:

 Following the discussion earlier, I'm calling a vote to accept Fleece as a
 new Incubator project.

  The proposal draft is available at:
 https://wiki.apache.org/incubator/Fleece, and is also included  below.

  Vote is open for at least 72h and closes at the earliest on 09 June 09:30
  GMT.

  [ ] +1 accept Fleece in the Incubator
  [ ] +/-0
  [ ] -1 because...

  Here's my +1.

 
 Apache Fleece Proposal

 Abstract

 Apache Fleece is an implementation of JSR-353 (JavaTM API for JSON
 Processing).

 Proposal

 Apache Fleece will consist of a number of modules. Mainly an implementation
 of JSR-353 but also a set of usefule modules to help with the usage of
 JSR-353 (surely a mapping module and a jaxrs provider module).

 Background

 JSon being more and more important JavaEE 7 specified an API to read and
 create JSon objects/arrays.

 Apache Fleece builds on this specification a potential base to do Json at
 Apache (hopefully it will be integrated with CXF for instance).

 Rationale

 There is not yet a Json related project at Apache but a lot of projects
 rely on some specific implementions (jettison, jackson, others...).
 Proposing a default would be great. The other point is a set of Apache
 projects related to JavaEE (CXF, TomEE, Geronimo, Axis2...) will need an
 implementation. Having one built at Apache is a really nice to have.

 Initial Goals

 The initial goal of the Apache Fleece project is to get a JSR-353 compliant
 implementation

 Current Status

 Initial codebase was developped on github but designed to be integrated in
 Apache.

 Meritocracy

 Initial community will be mainly composed of already Apache committers so
 meritocracy is already something well known.

 Community

 Initial community will be composed of TomEE community for sure, hopefully
 CXF and potentially all JSon users of Apache.

 Initial committers

- Romain Manni-Bucau (individual, ASF)
- Jean-Louis Monteiro (individual, ASF)
- Mark Struberg (individual, ASF member)
- Gerhard Petracek (individual, ASF member)
- David Blevins (individual, ASF member)
- Sagara Gunathunga (ASF)

 Alignment

 Several Apache project will need a JSR-353 implementation. Having a project
 which can be shared is better than having a sub project of a particular
 project. Moreover this project makes sense alone since users can
 integrate it without any other dependencies and use it to read/generate
 Json in their project so it makes sense to create a dedicated project.

 Known Risks

 Main risk is to get a not so active project since the specification is not
 that big.

 Documentation

 There is no documentation to import today but it will be created using
 standard ASF tools (ASF CMS mainly).

 Initial Source

 Initial sources are on this git repository:
 https://github.com/rmannibucau/json-impl.git

 Source and IP Submission Plan

 Initial sources are under Apache license v2.

 Side note: it was really developed to be integrated in this project
 (without waiting it to be created).

 Required Resources

 Mailing Lists

-

- d...@fleece.incubator.apache.org - comm...@fleece.incubator.apache.org
- priv...@fleece.incubator.apache.org

 Version Control

 It is proposed that the source code for the Apache Fleece project be hosted
 in the Apache Git repository, under the following directory:

- git.apache.org/incubator-fleece.git

 Issue Tracking

 The following JIRA project would be required to track issues for the Apache
 Fleece project:

- FLEECE

 Initial Committers

- Romain Manni-Bucau
- Jean-Louis Monteiro
- Mark Struberg
- Gerhard Petracek
- David Blevins

 Sponsors

 Champion

- Mark Struberg

 Nominated Mentors

- Justin Mclean
- Christian Grobmeier
- Daniel Kulp

 Project Name

 Seems *Fleece* is the name which satisfies most of people but we can still
 ask for a new name if we feel it needed before being graduated.
 

 Romain Manni-Bucau
 Twitter: @rmannibucau
 Blog: http://rmannibucau.wordpress.com/
 LinkedIn: http://fr.linkedin.com/in/rmannibucau
 Github: https://github.com/rmannibucau



Re: [VOTE] fleece as new incubator project

2014-06-06 Thread John D. Ament
On Fri, Jun 6, 2014 at 3:31 AM, Romain Manni-Bucau
rmannibu...@gmail.com wrote:
 Following the discussion earlier, I'm calling a vote to accept Fleece as a
 new Incubator project.

  The proposal draft is available at:
 https://wiki.apache.org/incubator/Fleece, and is also included  below.

  Vote is open for at least 72h and closes at the earliest on 09 June 09:30
  GMT.

  [ ] +1 accept Fleece in the Incubator
  [ ] +/-0
  [ ] -1 because...

+1 Binding.  Best of luck guys.


  Here's my +1.

 
 Apache Fleece Proposal

 Abstract

 Apache Fleece is an implementation of JSR-353 (JavaTM API for JSON
 Processing).

 Proposal

 Apache Fleece will consist of a number of modules. Mainly an implementation
 of JSR-353 but also a set of usefule modules to help with the usage of
 JSR-353 (surely a mapping module and a jaxrs provider module).

 Background

 JSon being more and more important JavaEE 7 specified an API to read and
 create JSon objects/arrays.

 Apache Fleece builds on this specification a potential base to do Json at
 Apache (hopefully it will be integrated with CXF for instance).

 Rationale

 There is not yet a Json related project at Apache but a lot of projects
 rely on some specific implementions (jettison, jackson, others...).
 Proposing a default would be great. The other point is a set of Apache
 projects related to JavaEE (CXF, TomEE, Geronimo, Axis2...) will need an
 implementation. Having one built at Apache is a really nice to have.

 Initial Goals

 The initial goal of the Apache Fleece project is to get a JSR-353 compliant
 implementation

 Current Status

 Initial codebase was developped on github but designed to be integrated in
 Apache.

 Meritocracy

 Initial community will be mainly composed of already Apache committers so
 meritocracy is already something well known.

 Community

 Initial community will be composed of TomEE community for sure, hopefully
 CXF and potentially all JSon users of Apache.

 Initial committers

- Romain Manni-Bucau (individual, ASF)
- Jean-Louis Monteiro (individual, ASF)
- Mark Struberg (individual, ASF member)
- Gerhard Petracek (individual, ASF member)
- David Blevins (individual, ASF member)
- Sagara Gunathunga (ASF)

 Alignment

 Several Apache project will need a JSR-353 implementation. Having a project
 which can be shared is better than having a sub project of a particular
 project. Moreover this project makes sense alone since users can
 integrate it without any other dependencies and use it to read/generate
 Json in their project so it makes sense to create a dedicated project.

 Known Risks

 Main risk is to get a not so active project since the specification is not
 that big.

 Documentation

 There is no documentation to import today but it will be created using
 standard ASF tools (ASF CMS mainly).

 Initial Source

 Initial sources are on this git repository:
 https://github.com/rmannibucau/json-impl.git

 Source and IP Submission Plan

 Initial sources are under Apache license v2.

 Side note: it was really developed to be integrated in this project
 (without waiting it to be created).

 Required Resources

 Mailing Lists

-

- d...@fleece.incubator.apache.org - comm...@fleece.incubator.apache.org
- priv...@fleece.incubator.apache.org

 Version Control

 It is proposed that the source code for the Apache Fleece project be hosted
 in the Apache Git repository, under the following directory:

- git.apache.org/incubator-fleece.git

 Issue Tracking

 The following JIRA project would be required to track issues for the Apache
 Fleece project:

- FLEECE

 Initial Committers

- Romain Manni-Bucau
- Jean-Louis Monteiro
- Mark Struberg
- Gerhard Petracek
- David Blevins

 Sponsors

 Champion

- Mark Struberg

 Nominated Mentors

- Justin Mclean
- Christian Grobmeier
- Daniel Kulp

 Project Name

 Seems *Fleece* is the name which satisfies most of people but we can still
 ask for a new name if we feel it needed before being graduated.
 

 Romain Manni-Bucau
 Twitter: @rmannibucau
 Blog: http://rmannibucau.wordpress.com/
 LinkedIn: http://fr.linkedin.com/in/rmannibucau
 Github: https://github.com/rmannibucau

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] fleece as new incubator project

2014-06-06 Thread Henry Saputra
+1

Good luck guys!

On Fri, Jun 6, 2014 at 12:31 AM, Romain Manni-Bucau
rmannibu...@gmail.com wrote:
 Following the discussion earlier, I'm calling a vote to accept Fleece as a
 new Incubator project.

  The proposal draft is available at:
 https://wiki.apache.org/incubator/Fleece, and is also included  below.

  Vote is open for at least 72h and closes at the earliest on 09 June 09:30
  GMT.

  [ ] +1 accept Fleece in the Incubator
  [ ] +/-0
  [ ] -1 because...

  Here's my +1.

 
 Apache Fleece Proposal

 Abstract

 Apache Fleece is an implementation of JSR-353 (JavaTM API for JSON
 Processing).

 Proposal

 Apache Fleece will consist of a number of modules. Mainly an implementation
 of JSR-353 but also a set of usefule modules to help with the usage of
 JSR-353 (surely a mapping module and a jaxrs provider module).

 Background

 JSon being more and more important JavaEE 7 specified an API to read and
 create JSon objects/arrays.

 Apache Fleece builds on this specification a potential base to do Json at
 Apache (hopefully it will be integrated with CXF for instance).

 Rationale

 There is not yet a Json related project at Apache but a lot of projects
 rely on some specific implementions (jettison, jackson, others...).
 Proposing a default would be great. The other point is a set of Apache
 projects related to JavaEE (CXF, TomEE, Geronimo, Axis2...) will need an
 implementation. Having one built at Apache is a really nice to have.

 Initial Goals

 The initial goal of the Apache Fleece project is to get a JSR-353 compliant
 implementation

 Current Status

 Initial codebase was developped on github but designed to be integrated in
 Apache.

 Meritocracy

 Initial community will be mainly composed of already Apache committers so
 meritocracy is already something well known.

 Community

 Initial community will be composed of TomEE community for sure, hopefully
 CXF and potentially all JSon users of Apache.

 Initial committers

- Romain Manni-Bucau (individual, ASF)
- Jean-Louis Monteiro (individual, ASF)
- Mark Struberg (individual, ASF member)
- Gerhard Petracek (individual, ASF member)
- David Blevins (individual, ASF member)
- Sagara Gunathunga (ASF)

 Alignment

 Several Apache project will need a JSR-353 implementation. Having a project
 which can be shared is better than having a sub project of a particular
 project. Moreover this project makes sense alone since users can
 integrate it without any other dependencies and use it to read/generate
 Json in their project so it makes sense to create a dedicated project.

 Known Risks

 Main risk is to get a not so active project since the specification is not
 that big.

 Documentation

 There is no documentation to import today but it will be created using
 standard ASF tools (ASF CMS mainly).

 Initial Source

 Initial sources are on this git repository:
 https://github.com/rmannibucau/json-impl.git

 Source and IP Submission Plan

 Initial sources are under Apache license v2.

 Side note: it was really developed to be integrated in this project
 (without waiting it to be created).

 Required Resources

 Mailing Lists

-

- d...@fleece.incubator.apache.org - comm...@fleece.incubator.apache.org
- priv...@fleece.incubator.apache.org

 Version Control

 It is proposed that the source code for the Apache Fleece project be hosted
 in the Apache Git repository, under the following directory:

- git.apache.org/incubator-fleece.git

 Issue Tracking

 The following JIRA project would be required to track issues for the Apache
 Fleece project:

- FLEECE

 Initial Committers

- Romain Manni-Bucau
- Jean-Louis Monteiro
- Mark Struberg
- Gerhard Petracek
- David Blevins

 Sponsors

 Champion

- Mark Struberg

 Nominated Mentors

- Justin Mclean
- Christian Grobmeier
- Daniel Kulp

 Project Name

 Seems *Fleece* is the name which satisfies most of people but we can still
 ask for a new name if we feel it needed before being graduated.
 

 Romain Manni-Bucau
 Twitter: @rmannibucau
 Blog: http://rmannibucau.wordpress.com/
 LinkedIn: http://fr.linkedin.com/in/rmannibucau
 Github: https://github.com/rmannibucau

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org