Skip to content

Changes

Summary

  1. Updated features to 3.14.7 (details)
  2. Update feature and karaf-feature versions to 3.14.7. (details)
  3. Fixes for https://bugs.eclipse.org/bugs/show_bug.cgi?id=558611 (details)
  4. Fixes for https://bugs.eclipse.org/bugs/show_bug.cgi?id=558611 (details)
  5. Fix for requirement for 2.4 of console feature (details)
  6. Update to version 2.5 Change-Id: (details)
  7. Bug 558506 - Normalize output folders for .classpath (details)
  8. Enable tycho's p2-metadata baseline replacement feature (details)
  9. Set version in published Javadoc to 3.14.7 (details)
  10. Update to Orbit repo to use new versions of httpclient and (details)
  11. Updated rosgi feature contents (details)
  12. Updated javadoc version (details)
  13. Update to feature versions. (details)
  14. Bump features due to change in org.eclipse.ecf bundle (details)
Commit 0b00316773b8c641170d01b3df056bc8b19ad9f6 by Scott Lewis
Updated features to 3.14.7
Change-Id: Ie732db2d26c32d015c63c3c423daca0b774fd421
The file was modified releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/feature.xml
The file was modified releng/features/org.eclipse.ecf.sdk/feature.xml
The file was modified releng/features/org.eclipse.ecf.core/feature.xml
The file was modified releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml
The file was modified releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml
Commit b8783c018668616413d6286d49a9d22e3f335594 by Scott Lewis
Update feature and karaf-feature versions to 3.14.7.
Change-Id: I1e72744cb0b0fc8498c4f4c9e1bca5d32b8c66b1
The file was modified releng/org.eclipse.ecf.releng.repository/pom.xml
The file was modified releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml
The file was modified releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/pom.xml
The file was modified releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml
The file was modified releng/features/org.eclipse.ecf.core/pom.xml
The file was modified releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml
Commit c5d544afb00e5836411c3ba841b11ecf8ab77565 by Scott Lewis
Fixes for https://bugs.eclipse.org/bugs/show_bug.cgi?id=558611
Change-Id: Ia96fb480d6683ed76fb3ddc70a71ae3a80a961a2
The file was modified server-side/bundles/org.eclipse.ecf.server.generic/pom.xml
The file was modified server-side/bundles/org.eclipse.ecf.server.generic/server.xml
The file was modified server-side/bundles/org.eclipse.ecf.server.generic/META-INF/MANIFEST.MF
The file was modified server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/ServerManager.java
The file was modified server-side/bundles/org.eclipse.ecf.server.generic/sslserver.xml
Commit 602db0bbd775dfb33e22faa9a62877d581f29d83 by Scott Lewis
Fixes for https://bugs.eclipse.org/bugs/show_bug.cgi?id=558611
Change-Id: I0000000000000000000000000000000000000000
The file was modified server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml
The file was modified releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml
The file was modified server-side/features/org.eclipse.ecf.server.generic.feature/feature.xml
Commit c9110af56e83bf5405235187fb10c29a0bb7c821 by Scott Lewis
Fix for requirement for 2.4 of console feature
Change-Id: I9519d72d0f9e504ad0918abf31a0c517b3ca5fb8
The file was modified releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml
The file was modified releng/features/org.eclipse.ecf.osgi.services.feature/feature.xml
Commit d9b6e990709f733273929c83dcdd7b5a570cd6e1 by Scott Lewis
Update to version 2.5 Change-Id:
Ie69e104eb9e3167b0d73f78011707b7ad06f84d3
The file was modified releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml
The file was modified releng/features/org.eclipse.ecf.osgi.services.feature/feature.xml
Commit 6024ad38cd6f66bf4909f24b55afa99c13a4a5c6 by Mat Booth
Bug 558506 - Normalize output folders for .classpath
target/classes -> bin
Change-Id: Ie700bb5799528d5da75ccee944b2df7ecdf90ce0 Signed-off-by:
Alexander Fedorov <alexander.fedorov@arsysop.ru>
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/META-INF/MANIFEST.MF
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/.classpath
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/META-INF/MANIFEST.MF
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/.classpath
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml
Commit 050c99876f17a019b315de114fba9610e1bbebaf by Mat Booth
Enable tycho's p2-metadata baseline replacement feature
This has a couple benefits:
* Fail the build if it detected that the contents of a built bundle
   or feature jar has changed without a corresponding version change
   (as compared to the same bundle or feature jar in the baseline repo)
* Avoiding unnecessary version bumps to features or bundles where a
   change did not result in any change to the contents of built bundle
   or feature jars (the artifacts will be replaced by ones from the
   baseline repository to preserve qualifier values)
* Avoids false positive warnings from the
compare-version-with-baselines
   plugin due to changed signatures from the jar signing process
This change also contains a version bumps for the following features to
fix problems detected by the above:
* o.e.ecf.rs.servlet.feature -- where a bundle in orbit had changed
   causing our feature.xml to have changed without our knowlege
* o.e.ecf.filetransfer.httpclient45.feature -- where constituent
   bundles had been version bumped but the feature had not been
Change-Id: I6770712c804d60bbde5cc3bffdc0b23f744b9e95 Signed-off-by: Mat
Booth <mat.booth@redhat.com>
The file was modified releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/feature.xml
The file was modified releng/features/org.eclipse.ecf.remoteservice.servlet.feature/feature.xml
The file was modified releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml
The file was modified pom.xml
The file was modified releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml
Commit b00c0f4026926b3d06de5b23c9cbb30be559326e by Mat Booth
Set version in published Javadoc to 3.14.7
Change-Id: Iee81733289b0e4093d81196fd0dcbdb61740f004 Signed-off-by: Mat
Booth <mat.booth@redhat.com>
The file was modified pom.xml
Commit 1df77242a070493267ff1ead4981078e1feff695 by Scott Lewis
Update to Orbit repo to use new versions of httpclient and
httpcomponents
Change-Id: I44e0f6d56e44df6cbde01731833bdb71ee25f382
The file was modified framework/bundles/org.eclipse.ecf.filetransfer/pom.xml
The file was modified releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/feature.xml
The file was modified releng/org.eclipse.ecf.releng.target/ecf-2019-09.target
The file was modified framework/bundles/org.eclipse.ecf.filetransfer/plugin.xml
The file was modified releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml
The file was modified framework/bundles/org.eclipse.ecf.filetransfer/META-INF/MANIFEST.MF
Commit 0d7f2002b01ece318114d218ca8c16256873433c by Scott Lewis
Updated rosgi feature contents
Change-Id: I93963df61af6b729864ca413843f25296c8125ae
The file was modified releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/feature.xml
The file was modified releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml
Commit 043f777e2bf6a5e73e6a11e0de82916326fee305 by Scott Lewis
Updated javadoc version
Change-Id: I2bd025a52a5775c2938db056f7b6aae8677aab30
The file was modified framework/bundles/org.eclipse.ecf/javadoc.xml
Commit 57b5f8a16296a75da5b16065b3b3eedb94e960d6 by Scott Lewis
Update to feature versions.
Change-Id: If0d31c7807b1a86e7bcf1e7ac6516658e9596fc8
The file was modified releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml
The file was modified releng/org.eclipse.ecf.releng.target/ecf-2019-09.target
The file was modified releng/features/org.eclipse.ecf.osgi.services.feature/feature.xml
Commit 84fa386fe0d30d9876b4b67c0c48a389f0ebdfe6 by Mat Booth
Bump features due to change in org.eclipse.ecf bundle
Change-Id: I6a774030ae6c3716c63a9b3449ae794481301172 Signed-off-by: Mat
Booth <mat.booth@redhat.com>
The file was modified framework/bundles/org.eclipse.ecf/pom.xml
The file was modified pom.xml
The file was modified releng/features/org.eclipse.ecf.core.feature/pom.xml
The file was modified releng/features/org.eclipse.ecf.core.feature/feature.xml
The file was modified framework/bundles/org.eclipse.ecf/META-INF/MANIFEST.MF