Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-tck-dev] com/sun/ts/tests/signaturetest/javaee/JavaEESigTest.java#signatureTest_from_servlet failure due to Deprecated annotation added to ServletRequest.java...

Hi,

Servlet 2.1 deprecated ServletRequest#getRealPath(String path) however, the current Jakarta platform TCK signature test doesn't allow @Deprecated annotation to be added to ServletRequest#getRealPath [1], so we are seeing Jakarta TCK signature failure [2].

Should the @Deprecated annotation be removed from [1] to resolve the tck [2] failure?

Scott

[1] https://github.com/eclipse-ee4j/servlet-api/blob/master/api/src/main/java/javax/servlet/ServletRequest.java#L362

[2] Added Annotations
[javatest.batch] -----------------
[javatest.batch]
[javatest.batch] javax.servlet.ServletRequest: getRealPath(java.lang.String):anno 0 java.lang.Deprecated()
[javatest.batch]
[javatest.batch]
[javatest.batch]
[javatest.batch] 08-19-2019 22:31:36: SVR: ********** Package 'javax.servlet' - FAILED (STATIC MODE) **********


Back to the top