-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import javax.servlet #1
Comments
The initial code contribution from oracle has been checked in with commit 9ab9147 by @vinayvishal , however:
|
Hi,
The history omission is “correct”. Oracle does not transfer history and
does not transfer branches etc.
This is the same across all transferred code, unfortunately.
Kind regards,
Arjan
…On Monday, June 11, 2018, Greg Wilkins ***@***.***> wrote:
The initial code contribution from oracle has been checked in with commit
9ab9147
<9ab9147>
by @vinayvishal <https://github.com/vinayvishal> , however:
- file headers still list APACHE 2.0 licence, so we need to understand
exactly how these files will be licensed an update the headers.
- the contribution here do not include the relevant schemas (currently
available from javaee <https://github.com/javaee/schemas>) and I
cannot yet find them elsewhere in eclipse-ee4j
<https://github.com/eclipse-ee4j>.
- the contribution contains no history, branches or tags, this only
the 4.0 api is available and the 3.1,3.0, etc. APIs cannot be extracted,
let alone built.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC5XTkTSR0coIDxf_CqXx6RqYeIUeNBZks5t7hdYgaJpZM4UaUKY>
.
|
@arjantijms thanks for that confirmation, I thought as much. However I think this group needs to determine if being 4.0+ only is satisfactory or if we need to reverse engineer 3.1, 3.0 etc. artifacts? Any idea on what the official position with schemas is? Will they be centrally maintained, or will each are get the maintain their own parts? Have they been contributed anywhere yet? |
Much of the Servlet API is derived from Apache Tomcat, and thus uses the Apache license. The Java EE schemas are here. A similar repository will be contributed to the (not yet created) Eclipse Jakarta EE Platform project, without all the history. |
I think this can be resolved now? |
Import the javax.servlet source and update license headers.
The text was updated successfully, but these errors were encountered: