Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Simrel validation fails for Jetty

Note: many other the Eclipse projects have moved to Jetty 9.3.9.v20160517 as prior versions of 9.3.x have a security vulnerability on Windows.


On Wed, Jun 8, 2016 at 4:14 AM, Markus Knauer <mknauer@xxxxxxxxxxxxxxxxx> wrote:
The Jetty version in the RAP Tools has been updated, and the project is re-enabled in the SimRel build.

Regards,
Markus



On 8 June 2016 at 09:03, Markus Knauer <mknauer@xxxxxxxxxxxxxxxxx> wrote:
Thanks, good that we have the SimRel build that detects such problems.
The RAP Tools problem is found and I will contribute a new version when our build is ready.

Thanks,
Markus



On 8 June 2016 at 03:07, David M Williams <david_williams@xxxxxxxxxx> wrote:
I forgot to attach the "patch" as I said I would. When these projects are ready to commit new versions, just remove the enabled="false" attribute.

diff --git a/rap-tools.b3aggrcon b/rap-tools.b3aggrcon
index da65673..ae5b1cd 100644
--- a/rap-tools.b3aggrcon
+++ b/rap-tools.b3aggrcon
@@ -4 +4 @@
-    <features name="org.eclipse.rap.tools.feature.feature.group" versionRange="[3.1.0,3.2.0)">
+    <features enabled="false" name="org.eclipse.rap.tools.feature.feature.group" versionRange="[3.1.0,3.2.0)">
diff --git a/webtools.b3aggrcon b/webtools.b3aggrcon
index 0048050..9ca1c0d 100644
--- a/webtools.b3aggrcon
+++ b/webtools.b3aggrcon
@@ -54 +54 @@
-    <features name="org.eclipse.wst.server_adapters.feature.feature.group">
+    <features enabled="false" name="org.eclipse.wst.server_adapters.feature.feature.group">




From:        David M Williams/Raleigh/IBM@IBMUS
To:        Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>,
Date:        06/07/2016 09:04 PM
Subject:        Re: [cross-project-issues-dev] Simrel validation fails for Jetty
Sent by:        cross-project-issues-dev-bounces@xxxxxxxxxxx





> In particular we haven't changed anything in CDO between RC3 and
> RC4. Does someone know what this can mean and what I
> can do to get my contribution through?


I do! Its all related to the jetty change Carl mentioned. While the Platform has not been "contributing" Jetty 9.3.5 for a week or two, I suspect someone else was, thus no issues, and now that "other project" has also moved up to 9.3.9.


There are actually two issues:


Rap Tools, and
Web Tools Server adapters.


Below is a patch showing what I could disable, and allow the validation to still succeed. I'm sure that functionality will be broken, and EPP package may not even build, until Webtools and RapTools actually submit a fix, but in the mean time, I will submit these "disabled" versions of RAP Tools and Webtools, just so others can validate as best you can.


I hope that helps,

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top