[prev in list] [next in list] [prev in thread] [next in thread] 

List:       shibboleth-dev
Subject:    Fwd: [java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml
From:       Brent Putman <putmanb () georgetown ! edu>
Date:       2014-05-21 17:35:27
Message-ID: 537CE3DF.5030604 () georgetown ! edu
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I just noticed this.  Did we discuss this on the call, etc, and I missed?

I thought we had decided awhile back that we were going to stick with
Servlet 3.0 for our 3.x release, due to 3.1 being very new and concerns
about container support.  In particular, for people running Tomcat this
would require Tomcat 8.x.

Is there some hard requirement that we can't use Jetty 9.1.x if we stick
with Servlet 3.0?   Or is there some 3.1 feature that we need?



-------- Original Message --------
Subject: 	[java-parent-projects COMMIT]
/java-parent-project-v3/trunk/pom.xml
Date: 	Wed, 21 May 2014 01:19:00 -0000
From: 	noreply@shibboleth.net
Reply-To: 	noreply@shibboleth.net
To: 	commits@shibboleth.net



Author: tzeller
Date: Tue May 20 21:19:00 2014
New Revision: 262

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=262&view=rev
Log:
Upgrade Servlet API dependency to 3.1.0 and Servlet JSP API to 2.3.1 to match Jetty \
9.1.5 and later. Add Servlet JSTL as managed dependency to parent-v3 POM.
Add methods to ThreadLocalHttpServlet*Proxy classes for compatibility with the \
Servlet 3.1.0 API.

Modified:
    java-parent-project-v3/trunk/pom.xml

Modified: java-parent-project-v3/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=262&r1=261&r2=262&view=diff
 ==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Tue May 20 21:19:00 2014
@@ -319,14 +319,20 @@
             <!-- Provided dependencies -->
             <dependency>
                 <groupId>javax.servlet.jsp</groupId>
-                <artifactId>jsp-api</artifactId>
-                <version>2.1</version>
+                <artifactId>javax.servlet.jsp-api</artifactId>
+                <version>2.3.1</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>javax.servlet</groupId>
                 <artifactId>javax.servlet-api</artifactId>
-                <version>3.0.1</version>
+                <version>3.1.0</version>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
+                <groupId>javax.servlet</groupId>
+                <artifactId>jstl</artifactId>
+                <version>1.2</version>
                 <scope>provided</scope>
             </dependency>
 


[Attachment #5 (text/html)]

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I just noticed this.  Did we discuss this on the call, etc, and I
    missed?<br>
    <br>
    I thought we had decided awhile back that we were going to stick
    with Servlet 3.0 for our 3.x release, due to 3.1 being very new and
    concerns about container support.  In particular, for people running
    Tomcat this would require Tomcat 8.x.<br>
    <br>
    Is there some hard requirement that we can't use Jetty 9.1.x if we
    stick with Servlet 3.0?   Or is there some 3.1 feature that we need?<br>
    <br>
    <div class="moz-forward-container"><br>
      <br>
      -------- Original Message --------
      <table class="moz-email-headers-table" cellpadding="0"
        cellspacing="0" border="0">
        <tbody>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Subject:
            </th>
            <td>[java-parent-projects COMMIT]
              /java-parent-project-v3/trunk/pom.xml</td>
          </tr>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Date: </th>
            <td>Wed, 21 May 2014 01:19:00 -0000</td>
          </tr>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">From: </th>
            <td><a class="moz-txt-link-abbreviated" \
href="mailto:noreply@shibboleth.net">noreply@shibboleth.net</a></td>  </tr>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Reply-To:
            </th>
            <td><a class="moz-txt-link-abbreviated" \
href="mailto:noreply@shibboleth.net">noreply@shibboleth.net</a></td>  </tr>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">To: </th>
            <td><a class="moz-txt-link-abbreviated" \
href="mailto:commits@shibboleth.net">commits@shibboleth.net</a></td>  </tr>
        </tbody>
      </table>
      <br>
      <br>
      <pre>Author: tzeller
Date: Tue May 20 21:19:00 2014
New Revision: 262

URL: <a class="moz-txt-link-freetext" \
href="http://svn.shibboleth.net/view/java-parent-projects?rev=262&amp;view=rev">http://svn.shibboleth.net/view/java-parent-projects?rev=262&amp;view=rev</a>
 Log:
Upgrade Servlet API dependency to 3.1.0 and Servlet JSP API to 2.3.1 to match Jetty \
9.1.5 and later. Add Servlet JSTL as managed dependency to parent-v3 POM.
Add methods to ThreadLocalHttpServlet*Proxy classes for compatibility with the \
Servlet 3.1.0 API.

Modified:
    java-parent-project-v3/trunk/pom.xml

Modified: java-parent-project-v3/trunk/pom.xml
URL: <a class="moz-txt-link-freetext" \
href="http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk \
/pom.xml?rev=262&amp;r1=261&amp;r2=262&amp;view=diff">http://svn.shibboleth.net/view/j \
ava-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=262&amp;r1=261&amp;r2=262&amp;view=diff</a>
 ==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Tue May 20 21:19:00 2014
@@ -319,14 +319,20 @@
             &lt;!-- Provided dependencies --&gt;
             &lt;dependency&gt;
                 &lt;groupId&gt;javax.servlet.jsp&lt;/groupId&gt;
-                &lt;artifactId&gt;jsp-api&lt;/artifactId&gt;
-                &lt;version&gt;2.1&lt;/version&gt;
+                &lt;artifactId&gt;javax.servlet.jsp-api&lt;/artifactId&gt;
+                &lt;version&gt;2.3.1&lt;/version&gt;
                 &lt;scope&gt;provided&lt;/scope&gt;
             &lt;/dependency&gt;
             &lt;dependency&gt;
                 &lt;groupId&gt;javax.servlet&lt;/groupId&gt;
                 &lt;artifactId&gt;javax.servlet-api&lt;/artifactId&gt;
-                &lt;version&gt;3.0.1&lt;/version&gt;
+                &lt;version&gt;3.1.0&lt;/version&gt;
+                &lt;scope&gt;provided&lt;/scope&gt;
+            &lt;/dependency&gt;
+            &lt;dependency&gt;
+                &lt;groupId&gt;javax.servlet&lt;/groupId&gt;
+                &lt;artifactId&gt;jstl&lt;/artifactId&gt;
+                &lt;version&gt;1.2&lt;/version&gt;
                 &lt;scope&gt;provided&lt;/scope&gt;
             &lt;/dependency&gt;
 

</pre>
      <br>
    </div>
    <br>
  </body>
</html>



--
To unsubscribe from this list send an email to dev-unsubscribe@shibboleth.net

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic