Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-pmc] [External] : project name (was: Re: Moving the jsonp implementation project to a different namespace/groupId)
  • From: Lukas Jungmann <lukas.jungmann@xxxxxxxxxx>
  • Date: Fri, 23 Apr 2021 10:05:11 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=nS11kbi4qCbXmW7M4F9QTzMLQ9dtM5p91ely+JRWaeM=; b=DLXVRl0wv1S9MPDFiTQ9jxzA4DPShJhz5vb8qtTzwZO8KrLKacULbY8pbaHU4gLpG1Tt/wJR55EeNXrIDT+hvA4eUsNoZb47guT5ImQpeNBTGD7c90gNTQpLYHM8CDZbEeZxigyAdgXSYwq6pxB7hkRuRl6R+U9lTPFp4aytG0Q/btflr1L0Ak+1p03UtBpQFCxBF4YLP2bIYB9vuoOu7fj6AuJzQ5Q6LBDeonjsc3x+fptrcA9rkEcWikyvnnSKIUEeNxNsnF7bTYWpMf2gG6K/po4bB2mrOe4BKBJ1fKEzWH6B42UDEl5i1EkhHeXTnYlrECksyNX4v8cIKp/ZSA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=SyzjY3XZdW0dkH9Tmy9ZDcLwpGI0FbIcqXRSiXob2SzkR93ouF3nC2av1esqrfgJGeY1UZXt72HPgvzNWRKHPEF1uwgzUaE14ssvJXDkq+qUxYI+QTAth2RP+1h8nTqflLDBrx/X8Q3Caf6IB/7H32gYtY9VgEvCmmuAqWkmZTrpoqNO9quWa8TeoNSXXBIefViRhGzTkkWTneIJxuP0MbmT7vEf1FCL13+B82W4cgLMv0hot8TnNCxmHGSKBfNplqsWgAd/6Cp8PwNvs/HuFH+UbVHUgmagyTcQa1IRBTTOWDXUt9V22eegqxzyPIY+TfvD4yjhtXgzlOprr6/CtA==
  • Delivered-to: ee4j-pmc@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/ee4j-pmc/>
  • List-help: <mailto:ee4j-pmc-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/ee4j-pmc>, <mailto:ee4j-pmc-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/ee4j-pmc>, <mailto:ee4j-pmc-request@eclipse.org?subject=unsubscribe>
  • User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.10.0

On 4/22/21 9:54 PM, David Blevins wrote:
Speaking with my PMC hat off, I'd encourage you to take the opportunity to give the project a proper name rather than just using the former spec name.  Krazo, Soteria, Metro, Mojarra, etc are all great examples of good names.  Eclipse Activation, Eclipse Mail, Eclipse JSONP, Eclipse JAXB are anti-patterns in my opinion.


everyone is welcomed to state his opinion and/or suggest a new name through https://github.com/eclipse-ee4j/jsonp/issues/285

thanks,
--lukas


Other implementations of JSONP have names like Joy and Apache Johnzon. A similar trade name would be great.

As mentioned, that's with my PMC hat off and with no implied authority. Just me speaking as a member of the community :)  You can take it or leave it.


-David


On Thu, Apr 22, 2021 at 12:18 PM Kevin Sutter <sutter@xxxxxxxxxx <mailto:sutter@xxxxxxxxxx>> wrote:

Thanks, Lukas.  I don't see an issue with your proposed changes. And, I don't believe the PMC needs to "approve" them either (but
    maybe Ivar has more experience with this aspect).


    ---------------------------------------------------
    Kevin Sutter
    STSM, Jakarta EE and MicroProfile architect @ IBM
    e-mail: sutter@xxxxxxxxxx <mailto:sutter@xxxxxxxxxx>     Twitter:
      @kwsutter
    phone: tl-553-3620 (office), 507-253-3620 (office)
    LinkedIn: https://www.linkedin.com/in/kevinwsutter
    <https://urldefense.com/v3/__https://www.linkedin.com/in/kevinwsutter__;!!GqivPVa7Brio!PoZDbFZHAD-pzqAs8CPxG6p_-AH2m1MUnZTvxjhg8VWzzBICXcGTjS9-guv7RE0554U$>

    Part-time schedule: Tue, Wed, Thu (off on Mon and Fri)



    From: Lukas Jungmann <lukas.jungmann@xxxxxxxxxx
    <mailto:lukas.jungmann@xxxxxxxxxx>>
    To: ee4j-pmc PMC List <ee4j-pmc@xxxxxxxxxxx
    <mailto:ee4j-pmc@xxxxxxxxxxx>>
    Date: 04/22/2021 11:53
    Subject: [EXTERNAL] [ee4j-pmc] Moving the jsonp implementation
    project to a different namespace/groupId
    Sent by: "ee4j-pmc" <ee4j-pmc-bounces@xxxxxxxxxxx
    <mailto:ee4j-pmc-bounces@xxxxxxxxxxx>>
    ------------------------------------------------------------------------



    Hi PMC,

        We would like to change package namespace and project groupId for
    the Jakarta JSON Processing implementation project. Our intent is to:

    * change implementation package name from org.glassfish.json to
    org.eclipse.jsonp
    * change project's groupId from org.glassfish to org.eclipse.jsonp

    Motivation: allow co-existence of old javax based and new jakarta based
    implementations within the same instance of JVM.

    The PR is: https://github.com/eclipse-ee4j/jsonp/pull/283
    <https://urldefense.com/v3/__https://github.com/eclipse-ee4j/jsonp/pull/283__;!!GqivPVa7Brio!PoZDbFZHAD-pzqAs8CPxG6p_-AH2m1MUnZTvxjhg8VWzzBICXcGTjS9-guv7s4pkIvA$>

    Questions:
    1) Do we need any sort of review for this change to be OK?
    2) Are we allowed to use "org.eclipse.jsonp" maven groupId and package
    namespace?

    thanks,
    --lukas
    _______________________________________________
    ee4j-pmc mailing list
    ee4j-pmc@xxxxxxxxxxx <mailto:ee4j-pmc@xxxxxxxxxxx>
    To unsubscribe from this list, visit
    https://www.eclipse.org/mailman/listinfo/ee4j-pmc
    <https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/ee4j-pmc__;!!GqivPVa7Brio!PoZDbFZHAD-pzqAs8CPxG6p_-AH2m1MUnZTvxjhg8VWzzBICXcGTjS9-guv7DFGHt6Q$>




    _______________________________________________
    ee4j-pmc mailing list
    ee4j-pmc@xxxxxxxxxxx <mailto:ee4j-pmc@xxxxxxxxxxx>
    To unsubscribe from this list, visit
    https://www.eclipse.org/mailman/listinfo/ee4j-pmc
    <https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/ee4j-pmc__;!!GqivPVa7Brio!PoZDbFZHAD-pzqAs8CPxG6p_-AH2m1MUnZTvxjhg8VWzzBICXcGTjS9-guv7DFGHt6Q$>


_______________________________________________
ee4j-pmc mailing list
ee4j-pmc@xxxxxxxxxxx
To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/ee4j-pmc__;!!GqivPVa7Brio!PoZDbFZHAD-pzqAs8CPxG6p_-AH2m1MUnZTvxjhg8VWzzBICXcGTjS9-guv7DFGHt6Q$




Back to the top