Skip to content

Changes

Summary

  1. [releng] Update to Tycho 1.6 and Jarsigning 1.1.7 (details)
  2. update eclipse-jarsigner-plugin to 1.3.1 (details)
  3. [573322] MockServer fix failing test when you not have Locale.ENGLISH (details)
  4. Fix tests for Apache HTTP Client 4.5 and greater (details)
  5. Bug 572026 - Support Jetty 9 and 10 (details)
Commit 36b76f99a89581a20f292e6778905454082f9380 by bdealwis
[releng] Update to Tycho 1.6 and Jarsigning 1.1.7

Tycho 1.6 now requires Java 8, so also add support for using
toolchains (enabled on CI).

Change-Id: I001ba1e588637da743e6df641559e0b6e532553a
The file was modified pom.xml
Commit 93f5204dcf6e96547610f8372e15d019797b5e44 by Brian de Alwis
update eclipse-jarsigner-plugin to 1.3.1

Change-Id: Id75aa867438e154b833be39b1a2d8a115e0491c2
The file was modified pom.xml
Commit a663390c5ad8cc9400b2c0bc21fa9aef5e7bba73 by Frank Becker
[573322] MockServer fix failing test when you not have Locale.ENGLISH



https://bugs.eclipse.org/bugs/show_bug.cgi?id=573322

Change-Id: I2068d7d2f36ed171b39626cd5cc224dbcd4f1a32
Signed-off-by: Frank Becker <eclipse@frank-becker.de>
The file was modified org.eclipse.userstorage.oauth.tests/src/org/eclipse/userstorage/oauth/MockServer.java
Commit e6ce323dae6a10bcf8be3bd900067f311d71d781 by Brian de Alwis
Fix tests for Apache HTTP Client 4.5 and greater

Must explicitly close the underlying HttpClient instance to ensure
pooled connections are closed between between tests.  Otherwise stale
connections exist from previous test and which fail on use with
NoHttpResponseException errors.

https://hc.apache.org/httpcomponents-client-4.5.x/current/tutorial/html/connmgmt.html#d5e401

Change-Id: I318ea1006e8d7453d95960f5d33bbff2bb36735a
Signed-off-by: Brian de Alwis <bsd@acm.org>
The file was modified org.eclipse.userstorage/src/org/eclipse/userstorage/internal/Session.java
The file was modified org.eclipse.userstorage.oauth.tests/META-INF/MANIFEST.MF
Commit d15e3f03ae45c0420a260381fca5336fe4d672ef by Brian de Alwis
Bug 572026 - Support Jetty 9 and 10

Make USS-SDK work with Jetty 9 and 10.  Note that Jetty 10
made some bundle changes

- Pull in javax.servlet APIs through import-package
- Fix uses of sendError() to setStatus() to preserve response headers
- Remove deprecated Jetty logger; tests now show Jetty output,
  which is actually useful

- added new .target for eclipse-latest, orbit-latest, and jetty 10
  for use as an Eclipse target platform for development
- added new profiles to build and test for other named Eclipse releases

    mvn -Declipse.target=neon verify

  or use the following to test with Jetty 10

    mvn -Declipse.target=latest verify

Change-Id: I385b9c883bc4615e372a08238a2a158010368825
Signed-off-by: Brian de Alwis <bsd@acm.org>
The file was modified pom.xml
The file was modified org.eclipse.userstorage.tests/META-INF/MANIFEST.MF
The file was addedorg.eclipse.userstorage.releng/org.eclipse.userstorage.releng.latest.target
The file was modified org.eclipse.userstorage.tests/src/org/eclipse/userstorage/tests/util/USSServer.java
The file was modified org.eclipse.userstorage.tests/src/org/eclipse/userstorage/tests/util/ServerFixture.java