Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ee4j-pmc] Moving the jsonp implementation project to a different namespace/groupId
  • From: Lukas Jungmann <lukas.jungmann@xxxxxxxxxx>
  • Date: Thu, 22 Apr 2021 18:52:38 +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=T8h34Z6GltBik79eT9r7gtCK792NMI0N2+YCIJ18Uo8=; b=mweqg2EI3H6YmyVkcqDKazhuyey4hYxqEL3LJotw3+nuUZAssK3p4SS/OlOwMI54H5jOofeFajmRjKymEUqlmYGJl1qBBVD7SQHBKJyn8rV349h2Sq0Ro4Y0nqzRKe+VyXeG1fjGsv0GSSOVRlA8Xmj808ipfbowqtj9S2hChO3YUFCkma6gxiUjR2QtvQPRTFFnxwAYDrNkEyvIv4uTunhsPBhi5Etc5IHNwwL6xXaGXP3AcHsVvcY51Tr6GAcu+a7Qmc7V4dJ69doJrokgvwRRrcr1FlIyujbCWsG1buDk/uhhG+sMRcW8SmjQlkKweboc2EGPtBr/T4Wu7PZdsA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=lR5L2ZT4i14qHZn00PKdzEuf+ASlsgmoIOZ6ZfhVlwi42dv24UBuqpka6UriOW8xShM0RkPyrvvsR/fiWaAzG+yHHo8gTerbiHDd9+setPd1YVPa5eXuvExfqxdxE+YP1i5YseeL17l9nbFMFBNF4GCvD1FNgVTRVjzFq8hK/WxakLJ+8zoTNyj+hss3mQDR1qVB5cpTWX0riuOjwGPNmBGnfaxLxAbUXkkHf45g+PLCElFVxxCJEbBj/EB0NlM5jNsWPoCQqvPVEbgboO+cE7dWi0vmkJ+oFZuKf8/Injo85+v0PfMCWUy1F5FeluB75zp92d3ugaqE5F5UMgwpGg==
  • 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

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

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


Back to the top