Skip to content

Changes

Summary

  1. [RelEng] Bumped version to 1.8.5 (details)
  2. Bug 560084: Improve startup up time of Marketplace client (details)
  3. Fixed Wizard startup with initial selection but without install page (details)
  4. Bug 560084: Improve startup up time of Marketplace client (details)
Commit ff00246e18c568b4b7738581eabfd89e2caff27c by Carsten Reckord
[RelEng] Bumped version to 1.8.5

Change-Id: I37b5e16c42f9e069ad25458c5e64799bbe4fab1a
Signed-off-by: Carsten Reckord <reckord@yatta.de>
The file was modified org.eclipse.epp.mpc.tests/pom.xml (diff)
The file was modified org.eclipse.epp.mpc-parent/feature/pom.xml (diff)
The file was modified org.eclipse.epp.mpc-target/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.tests.catalog/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.feature/feature.xml (diff)
The file was modified org.eclipse.epp.mpc.ui.css/META-INF/MANIFEST.MF (diff)
The file was modified org.eclipse.epp.mpc-parent/bundle/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.core/META-INF/MANIFEST.MF (diff)
The file was modified org.eclipse.epp.mpc.feature/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.ui.css/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.dependencies.feature/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.help.ui/pom.xml (diff)
The file was modified org.eclipse.epp.mpc-parent/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.tests/META-INF/MANIFEST.MF (diff)
The file was modified org.eclipse.epp.mpc.core.win32/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.core.win32/META-INF/MANIFEST.MF (diff)
The file was modified org.eclipse.epp.mpc.tests.catalog/META-INF/MANIFEST.MF (diff)
The file was modified org.eclipse.epp.mpc.ui/META-INF/MANIFEST.MF (diff)
The file was modified org.eclipse.epp.mpc.help.ui/META-INF/MANIFEST.MF (diff)
The file was modified org.eclipse.epp.mpc.core/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.site/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.dependencies.feature/feature.xml (diff)
The file was modified pom.xml (diff)
The file was modified org.eclipse.epp.mpc.ui/pom.xml (diff)
Commit 0d8562954756146de11cdd9a55fe37269bfad1e1 by Carsten Reckord
Bug 560084: Improve startup up time of Marketplace client

Refactored HTTP and Transport layer initialization. Everything is lazy
and service-based now.

Change-Id: Idb30512068932c87f905dfaf299ac7db5bec7662
Signed-off-by: Carsten Reckord <reckord@yatta.de>
The file was addedorg.eclipse.epp.mpc.core/OSGI-INF/services/org.eclipse.epp.mpc.core.servicehelper.xml
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/ServiceLocator.java (diff)
The file was removedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/util/ProxyAuthenticator.java
The file was addedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/NTLMDomainUtil.java
The file was addedorg.eclipse.epp.mpc.core/OSGI-INF/services/org.eclipse.epp.mpc.core.debug.options.xml
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/RequestTemplate.java (diff)
The file was addedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpServiceContext.java
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientFactory.java (diff)
The file was addedorg.eclipse.epp.mpc.core/OSGI-INF/services/org.eclipse.epp.mpc.core.unmarshaller.xml
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/util/ServiceUtil.java (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/ServiceHelperImpl.java (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/util/FallbackTransportFactory.java (diff)
The file was modified org.eclipse.epp.mpc.core/META-INF/MANIFEST.MF (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/util/ProxyHelper.java (diff)
The file was addedorg.eclipse.epp.mpc.core/OSGI-INF/services/org.eclipse.epp.mpc.core.servicelocator.xml
The file was removedorg.eclipse.epp.mpc.core/OSGI-INF/services/unmarshaller.xml
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientTransport.java (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/DefaultMarketplaceService.java (diff)
The file was addedorg.eclipse.epp.mpc.core/OSGI-INF/services/org.eclipse.epp.mpc.core.http.client.factory.xml
The file was addedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientService.java
The file was addedorg.eclipse.epp.mpc.core/OSGI-INF/services/org.eclipse.epp.mpc.core.transport.http.factory.xml
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/UserFavoritesService.java (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/mpc/core/service/ServiceHelper.java (diff)
The file was removedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientProxyUtil.java
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/util/TransportFactory.java (diff)
The file was removedorg.eclipse.epp.mpc.core/OSGI-INF/services/httpclient-transport-factory.xml
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/MarketplaceClientCorePlugin.java (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/MarketplaceUnmarshaller.java (diff)
The file was addedorg.eclipse.epp.mpc.core/OSGI-INF/services/org.eclipse.epp.mpc.core.transport.http.xml
The file was addedorg.eclipse.epp.mpc.core/OSGI-INF/services/org.eclipse.epp.mpc.core.transportfactory.legacy.xml
The file was addedorg.eclipse.epp.mpc.core/.settings/org.eclipse.pde.ds.annotations.prefs
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/SystemCredentialsProvider.java (diff)
The file was removedorg.eclipse.epp.mpc.core/OSGI-INF/services/service-locator.xml
The file was modified org.eclipse.epp.mpc-target/staging.target (diff)
The file was modified org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java (diff)
The file was addedorg.eclipse.epp.mpc.core/OSGI-INF/services/org.eclipse.epp.mpc.core.http.client.xml
The file was modified org.eclipse.epp.mpc.core/OSGI-INF/services/httpclient-wrapper-factory.xml (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientTransportFactory.java (diff)
The file was removedorg.eclipse.epp.mpc.core/OSGI-INF/services/legacy-transport-factory.xml
The file was removedorg.eclipse.epp.mpc.core/OSGI-INF/services/httpclient-transport.xml
The file was removedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/util/HttpUtil.java
Commit 89f7cc970ca25d1edb9331b0c8e7aea7ef962dd4 by Carsten Reckord
Fixed Wizard startup with initial selection but without install page

Also fixed all UI tests (at least locally)

Change-Id: Iabc2d05febf3adee3d795a46540f6451dac5da95
The file was modified org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/AbstractMarketplaceWizardBotTest.java (diff)
The file was modified org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/MarketplaceWizardTest.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java (diff)
Commit f99217c40d0d662d9074619719d4127c7de09e09 by Carsten Reckord
Bug 560084: Improve startup up time of Marketplace client

Refactored UI initialization. Everything is lazy
and service-based now.

Change-Id: I43bebf133f9d764ce336895e8cd6bbff13c166b4
Signed-off-by: Carsten Reckord <reckord@yatta.de>
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceWizardDialog.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/NewsViewer.java (diff)
The file was removedorg.eclipse.epp.mpc.ui/OSGI-INF/services/marketplace-client.xml
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/MissingNatureDetector.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java (diff)
The file was addedorg.eclipse.epp.mpc.ui/.settings/org.eclipse.pde.ds.annotations.prefs
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/MarketplaceClientUi.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/MarketplaceClientUiPlugin.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java (diff)
The file was modified org.eclipse.epp.mpc.ui/MPC Runtime.launch (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceClientService.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientService.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/DiscoverNatureSupportJob.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogToolTip.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/preferences/MPCPreferenceInitializer.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/mpc/ui/CatalogDescriptor.java (diff)
The file was addedorg.eclipse.epp.mpc.ui/OSGI-INF/services/org.eclipse.epp.mpc.ui.debug.options.xml
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/DiscoverFileSupportJob.java (diff)
The file was addedorg.eclipse.epp.mpc.ui/OSGI-INF/services/org.eclipse.epp.mpc.ui.marketplace-client.xml
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/mpc/ui/MarketplaceClient.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcherItem.java (diff)
The file was addedorg.eclipse.epp.mpc.ui/OSGI-INF/services/org.eclipse.epp.mpc.ui.resources.xml
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/preferences/ProjectNaturesPreferencePage.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalogSource.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java (diff)
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/MarketplaceClientUiResources.java