Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jsp-dev] Debugging 2.0 and Pages 3.0 Spec PR Drafts (further discussion/actions necessary)

Hello,

I started the specification PR drafts tonight:

Debugging 2.0:

  1. mvn clean install -Pstaging -Dstatus=Final
  2. Updated jdsol-spec/pom.xml to specify <version>2.0</version> instead of <version>2.0-SNAPSHOT</version>
  3. https://github.com/eclipse-ee4j/jsp-api/issues/130 updated this issue with a link to the specification PR: https://github.com/jakartaee/specifications/pull/279
  4. Since there are no APIs I think we're looking good on this one.

Pages 3.0:

  1. mvn clean install -Pstaging -Dstatus=Final
  2. updated spec/pom.xml to specify <version>3.0</version> instead of <version>3.0-SNAPSHOT</version>
  3. https://github.com/eclipse-ee4j/jsp-api/issues/129 updated this issue with a link to the specification PR: https://github.com/jakartaee/specifications/pull/280
  4. For the TCK links looking at the directory structure I took a best guess approach as to what the final links will be.
  5. I updated the Compatible implementation to  Apache Tomcat 10.0.0-M8 which looks to be the latest version available.
  6. We will need to get the apidocs up for this PR however I have some questions that I'll outline below.

APIDoc Questions:

  1. The directory structure of jsp-api\api\target\apidocs does not seem to match the directory structure of specifications\pages\3.0\apidocs. Mainly I see the jquery/resources directories are missing in the specification file tree.
  2. Do we just copy the entire jsp-api\api\target\apidocs directory structure into the specifications directory or are there certain files that should be avoided? I'm just looking for some guidance here as this is the first I've created these PRs.

Any other comments/suggestions/concerns?

Thanks,

Paul Nicolucci





* We will need the apidocs to be added in another PR or perhaps I can do it as part of this
PR but I have a couple of questions.

Back to the top