Skip to content

Changes

Summary

  1. Bug 581229 - [Dependencies] We should remove the dependencies on old Orbit version https://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository (details)
  2. Bug 581073: [Property] Papyrus must provide a service to connect new renderers for Property View (details)
  3. Bug 581229 - [Dependencies] We should remove the dependencies on old Orbit version https://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository (details)
  4. Bug 581090: [Properties][API] Add UMLContainerContentProvider constructor (details)
  5. Bug 581292: [Property] NPEs thrown by the new plugin org.eclipse.papyrus.views.properties.services (details)
  6. Bug 581294: [Property] The PropertySheetPageProviderService service should return the first property view that can be created when the one defined by the preference is not available (details)
  7. BugĀ 581179 - [Releng] Update oomph setup (details)
  8. Bug 581162 - [Releng] Update target platforms for 2023-03 M1 (details)
  9. Bug 581217 - [Search] The search view should be more generic (details)
  10. Bug 581335 - NullPointerException on labelProviders using CDO (details)
  11. Bug 562217 - Papyrus shall expose an API for the Model Set in (details)
  12. Bug 581162 - [Releng] Update CBI update site in target platforms (details)
  13. Bug 581162 - [Releng] Fix build bad feature version in category.xml (details)
  14. Bug 581162 - [Releng] Update target platforms for 2023-03 M2 (details)
  15. Bug 581162 - [Releng] Update releng tools for the new p2repo (details)
  16. Bug 581162 - [Releng] Update feature to include the new logging dependency (details)
  17. Bug 581162 - [Releng] Update target platforms for 2023-03 M3 (details)
  18. Bug 581585 - [Core] Test failure in model creation wizard (details)
  19. Bug 581162 - [Releng] Update target platforms for 2023-03 RC1 (details)
  20. Bug 581162 - [Releng] Update target platforms for 2023-03 RC2 (details)
  21. Bug 581670 - [Releng] Update target platform post release (details)
  22. Bug 581670 - [Releng] Update version to 6.5.0 (details)
  23. Bug 581682: [Architecture] No ArchitectureContext found when Papyrus Examples and Papyrus-Sirius are installedi (details)
  24. Bug 581653: [ServiceRegistry] Memory leak due to IServiceRegistryIndexer (details)
  25. Bug 581660: [MemoryLeak] Several memory leak detected with Graal Visual VM (details)
Commit a2133e79d9bcb3200b4ff32069148a66c4ea1c3e by vincent lorenzo
Bug 581229 - [Dependencies] We should remove the dependencies on old Orbit version https://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository
- remove the dependencies
- delete the class Java8DeltaXMLVisitor which was unused
- delete the class SafeDeltaXmlVisitor which was unused

Change-Id: I0a76fd27d0541c7f57d8231b73b3dd98bb300ad0
Signed-off-by: Ibtihel Khemir <ibtihel.khemir@cea.fr>
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/feature.xml
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target
The file was modified features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/feature.xml
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.tpd
The file was modified tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml
The file was removedtests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/SafeDeltaXmlVisitor.java
The file was modified tests/junit/framework/org.eclipse.papyrus.bundles.tests/META-INF/MANIFEST.MF
The file was removedtests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/apireport/Java8DeltaXMLVisitor.java
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.target
The file was modified releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
The file was modified plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/util/Decoration.java
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
The file was modified features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/pom.xml
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was addedplugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/util/StringUtils.java
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/META-INF/MANIFEST.MF
The file was modified plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/pom.xml
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/pom.xml
The file was modified plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/util/DecorationUtils.java
Commit c9fd4518d21e816c06a290187240bdb849756229 by vincent lorenzo
Bug 581073: [Property] Papyrus must provide a service to connect new renderers for Property View
- provide the service
- provide the preference
- connect this service to XWT

Change-Id: I737e5fb107470cc80228a298244c667e51637430
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/.classpath
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.ui/pom.xml
The file was modified plugins/views/properties/pom.xml
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/.settings/org.eclipse.core.runtime.prefs
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/.settings/org.eclipse.core.resources.prefs
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/META-INF/MANIFEST.MF
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/src/org/eclipse/papyrus/views/properties/services/internal/PropertySheetPageProviderService.java
The file was modified features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/feature.xml
The file was addedplugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/PapyrusEditorPropertySheetPageViewProvider.java
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/about.html
The file was modified plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/Activator.java
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/.project
The file was modified plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/META-INF/MANIFEST.MF
The file was addedplugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/ModelExplorerPropertySheetPageProvider.java
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/Activator.java
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/src/org/eclipse/papyrus/views/properties/services/IPropertySheetPageProvider.java
The file was modified plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/src/org/eclipse/papyrus/views/properties/services/Activator.java
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/.settings/org.eclipse.jdt.ui.prefs
The file was modified features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/pom.xml
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/.settings/org.eclipse.jdt.core.prefs
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/ModelExplorerPageBookView.java
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/OSGI-INF/l10n/bundle.properties
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/plugin.xml
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.target
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/CoreMultiDiagramEditor.java
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/src/org/eclipse/papyrus/views/properties/services/IPropertySheetPageProviderService.java
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/src/org/eclipse/papyrus/views/properties/services/PropertyRendererPreferencesConstants.java
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.ui/META-INF/MANIFEST.MF
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/src/org/eclipse/papyrus/views/properties/services/internal/messages/Messages.java
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.tpd
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/.settings/org.eclipse.pde.api.tools.prefs
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/src/org/eclipse/papyrus/views/properties/services/internal/preferences/PropertiesRenderingPreferencePage.java
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/build.properties
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/pom.xml
The file was addedplugins/views/properties/org.eclipse.papyrus.views.properties.services/src/org/eclipse/papyrus/views/properties/services/internal/messages/messages.properties
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
Commit 566ef776b876eba4a6ce4fda642caa483d863c71 by Quentin Le Menez
Bug 581229 - [Dependencies] We should remove the dependencies on old Orbit version https://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository
-update org.eclipse.papyrus.junit.feature version in toolsmiths category.xml

Change-Id: I302b61fe96215da1b38a8ef3a3c9bce052b16725
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
The file was modified releng/toolsmiths/site/category.xml
Commit 029dbbe98ed43df40b21f40bd2e419ebcac2cbaa by vincent lorenzo
Bug 581090: [Properties][API] Add UMLContainerContentProvider constructor

In order to display possible container content from its type only, a new
constructor has been added.

Change-Id: Iddaa08ba46be5133305383082f167945fcae6fce
Signed-off-by: Jessy Mallet <jessy.mallet@obeo.fr>
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
The file was modified features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/pom.xml
The file was modified plugins/uml/tools/org.eclipse.papyrus.uml.tools/pom.xml
The file was modified features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/feature.xml
The file was modified plugins/uml/tools/org.eclipse.papyrus.uml.tools/META-INF/MANIFEST.MF
The file was modified plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/providers/UMLContainerContentProvider.java
Commit 92b3ddf7995a8a637087327f2c61c966d18ea75b by vincent lorenzo
Bug 581292: [Property] NPEs thrown by the new plugin org.eclipse.papyrus.views.properties.services
-fix the NPEs
-in Activator#stop, replace IPropertySheetPageProvider by IPropertySheetPageProviderService to really dispose the service
-rename message variable field to be cleaner

Change-Id: I8d1047a322578039323cdd9233fc2e58c84f3a32
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
The file was modified plugins/views/properties/org.eclipse.papyrus.views.properties.services/src/org/eclipse/papyrus/views/properties/services/Activator.java
The file was modified plugins/views/properties/org.eclipse.papyrus.views.properties.services/src/org/eclipse/papyrus/views/properties/services/internal/PropertySheetPageProviderService.java
The file was modified plugins/views/properties/org.eclipse.papyrus.views.properties.services/src/org/eclipse/papyrus/views/properties/services/internal/messages/Messages.java
The file was modified plugins/views/properties/org.eclipse.papyrus.views.properties.services/src/org/eclipse/papyrus/views/properties/services/internal/messages/messages.properties
The file was modified plugins/views/properties/org.eclipse.papyrus.views.properties.services/src/org/eclipse/papyrus/views/properties/services/internal/preferences/PropertiesRenderingPreferencePage.java
Commit ac6b3b13919e2d7814a658f4c1622284a7c000f1 by vincent lorenzo
Bug 581294: [Property] The PropertySheetPageProviderService service should return the first property view that can be created when the one defined by the preference is not available
-fix the bug
-fix a typo : rename getAvailableRenders() into getAvailableRenderers

Change-Id: I024715771d6172b316f3b804ceb3a9d0229cff21
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
The file was modified plugins/views/properties/org.eclipse.papyrus.views.properties.services/src/org/eclipse/papyrus/views/properties/services/IPropertySheetPageProviderService.java
The file was modified plugins/views/properties/org.eclipse.papyrus.views.properties.services/src/org/eclipse/papyrus/views/properties/services/internal/PropertySheetPageProviderService.java
The file was modified plugins/views/properties/org.eclipse.papyrus.views.properties.services/src/org/eclipse/papyrus/views/properties/services/internal/preferences/PropertiesRenderingPreferencePage.java
Commit 17ce2dbc7b45f4d5bcd27c6f0069281c2e673f68 by Quentin Le Menez
BugĀ 581179 - [Releng] Update oomph setup

- The nightly will not be supported by the base setup, an aditional setup file for the nightlies could be added later on
- some additional working sets were added and regex were modified

Change-Id: Ia01fee0a956d8164774ae980ffc0459c9e07c589
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
The file was modified releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
Commit dd063419b6265c040e16873ab9a7e4261724a3ca by Pauline Deville
Bug 581162 - [Releng] Update target platforms for 2023-03 M1

Change-Id: I87ecf634535331ff8187a45aea326d94a8848cba
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.tpd
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.target
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.feature/feature.xml
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerSpinner.java
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/feature.xml
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/FloatEditor.java
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/LongEditor.java
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.widgets/pom.xml
The file was modified features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/pom.xml
The file was modified releng/pom.xml
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.feature/pom.xml
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.widgets/META-INF/MANIFEST.MF
Commit 18af5c64093751e93d3cd6b159f9c8ec6fe859b1 by Pauline Deville
Bug 581217 - [Search] The search view should be more generic

Change-Id: Icec558bf589818500745684cdbe360f835fa8a3c
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/pages/PapyrusSearchResultPage.java
The file was addedplugins/views/org.eclipse.papyrus.views.search/src/org/eclipse/papyrus/views/search/scope/IScopeEntry.java
The file was modified plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/query/PapyrusAdvancedQuery.java
The file was modified plugins/views/org.eclipse.papyrus.views.search/src/org/eclipse/papyrus/views/search/results/ViewerMatch.java
The file was modified plugins/views/org.eclipse.papyrus.views.search/src/org/eclipse/papyrus/views/search/results/AbstractResultEntry.java
The file was modified plugins/views/org.eclipse.papyrus.views.search/src/org/eclipse/papyrus/views/search/utils/MatchUtils.java
The file was modified features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/feature.xml
The file was modified plugins/uml/org.eclipse.papyrus.uml.search.ui/plugin.xml
The file was modified plugins/views/org.eclipse.papyrus.views.search/src/org/eclipse/papyrus/views/search/results/ModelMatch.java
The file was modified plugins/views/org.eclipse.papyrus.views.search/pom.xml
The file was modified plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/query/PapyrusQuery.java
The file was modified features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/pom.xml
The file was modified plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/query/WorkspaceQueryProvider.java
The file was modified plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/query/PapyrusOCLQuery.java
The file was modified plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/dialogs/ReplaceDialog.java
The file was modified plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/manager/PapyrusSearchTextManager.java
The file was modified plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/providers/ResultContentProvider.java
The file was modified plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/pages/PapyrusSearchPage.java
The file was modified plugins/views/org.eclipse.papyrus.views.search/src/org/eclipse/papyrus/views/search/utils/IServiceRegistryTracker.java
The file was modified plugins/views/org.eclipse.papyrus.views.search/META-INF/MANIFEST.MF
The file was modified plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/providers/ResultLabelProvider.java
The file was modified plugins/views/org.eclipse.papyrus.views.search/src/org/eclipse/papyrus/views/search/results/ModelElementMatch.java
The file was modified plugins/views/org.eclipse.papyrus.views.search/src/org/eclipse/papyrus/views/search/scope/ScopeEntry.java
The file was modified plugins/views/org.eclipse.papyrus.views.search/src/org/eclipse/papyrus/views/search/results/AttributeMatch.java
The file was modified plugins/uml/org.eclipse.papyrus.uml.search.ui/pom.xml
The file was modified plugins/uml/org.eclipse.papyrus.uml.search.ui/src/org/eclipse/papyrus/uml/search/ui/results/PapyrusSearchResult.java
The file was modified features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/pom.xml
The file was modified plugins/uml/org.eclipse.papyrus.uml.search.ui/META-INF/MANIFEST.MF
The file was modified plugins/views/org.eclipse.papyrus.views.search/src/org/eclipse/papyrus/views/search/results/ResultEntry.java
The file was modified features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/feature.xml
Commit a8ef3d50cd58245b584c2347d345dae0f1d014ba by Pauline Deville
Bug 581335 - NullPointerException on labelProviders using CDO

Change-Id: I704a553dcc86495b084a7fa45669255d5ce5e345
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/src/org/eclipse/papyrus/uml/internationalization/utils/utils/UMLLabelInternationalization.java
Commit ff574d511f9e29c905d8422f3be57ed0bdbf656b by vincent lorenzo
Bug 562217 - Papyrus shall expose an API for the Model Set in
papyrus.infra.core

Bug 562218 - Papyrus core should be the alone plugin be able to create
Service Registry

Change-Id: I578105f549a7eedb31fde4297a2b5023f061e544
Signed-off-by: ptessier <patrick.tessier@cea.fr>
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/feature.xml
The file was addedplugins/infra/core/org.eclipse.papyrus.infra.core/PapyrusInfraCore.usecases
The file was modified plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/services/ExtensionServicesRegistry.java
The file was addedplugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/internal/ModelSetService.java
The file was addedplugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/api/IServiceRegistryIndexer.java
The file was modified tests/junit/benchmarks/org.eclipse.papyrus.uml.performances.tests/META-INF/MANIFEST.MF
The file was modified plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/src/org/eclipse/papyrus/uml/diagram/wizards/command/NewPapyrusModelCommand.java
The file was modified plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF
The file was modified tests/junit/benchmarks/org.eclipse.papyrus.uml.performances.tests/test/org/eclipse/papyrus/uml/performances/test/PapyrusUMLPerformancesTest.java
The file was modified plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/Activator.java
The file was modified plugins/infra/core/org.eclipse.papyrus.infra.core/META-INF/MANIFEST.MF
The file was modified plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/Activator.java
The file was addedplugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/internal/ServiceRegistryIndexer.java
The file was modified plugins/infra/emf/org.eclipse.papyrus.infra.emf/pom.xml
The file was modified plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/utils/InternalCrossReferencer.java
The file was modified plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/services/ServicesRegistry.java
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/pom.xml
The file was addedplugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/commands/CreateModelInModelSetCommand.java
The file was modified plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/ModelSet.java
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/feature.xml
The file was addedplugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/api/IModelSetService.java
The file was modified plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/META-INF/MANIFEST.MF
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/CoreMultiDiagramEditor.java
The file was modified plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/pom.xml
The file was modified plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/src/org/eclipse/papyrus/uml/diagram/wizards/wizards/CreateModelWizard.java
The file was modified plugins/infra/core/org.eclipse.papyrus.infra.core/build.properties
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/pom.xml
The file was modified plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml
The file was modified plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/utils/ResourceUtils.java
Commit 25c989c78ed7eb2ad5952ea95a66e50f285f4e5c by Pauline Deville
Bug 581162 - [Releng] Update CBI update site in target platforms

Change-Id: I048d5b682eae50e86f693b3273e57ce2f9c239d1
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/pom.xml
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.tpd
The file was modified features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/feature.xml
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
Commit b5f323d9fa9c83efe2c36801adc871f323ff4e36 by Pauline Deville
Bug 581162 - [Releng] Fix build bad feature version in category.xml

Change-Id: I0f11d6ee89502ad6e911e2512d5436cde60aa0c2
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/toolsmiths/site/category.xml
Commit b5f4a216b9acbaa11fcbfeb81d0666592b218358 by Pauline Deville
Bug 581162 - [Releng] Update target platforms for 2023-03 M2

Change-Id: Id5f632b3a5196ddd17345feab71c967434a36314
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
The file was modified releng/main/site/category.xml
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.tpd
The file was modified features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.tpd
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.target
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.tpd
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target
Commit 04792cab29b86b3ef4b3938694336f8709af737c by Quentin Le Menez
Bug 581162 - [Releng] Update releng tools for the new p2repo

Change-Id: I5a02c6c717761dec82949de3373c2784012f646a
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
The file was modified features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/feature.xml
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.target
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.tpd
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target
The file was modified releng/toolsmiths/site/category.xml
The file was modified plugins/toolsmiths/org.eclipse.papyrus.releng.tools/pom.xml
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was modified features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/pom.xml
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/pom.xml
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified plugins/toolsmiths/org.eclipse.papyrus.releng.tools/META-INF/MANIFEST.MF
The file was modified features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/feature.xml
Commit b6c538041e23f2715fa418a8447101fe4038877b by Quentin Le Menez
Bug 581162 - [Releng] Update feature to include the new logging dependency

Change-Id: I6b58005f1f3d71a7b2aa02caef91c116d4f38b99
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
The file was modified features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
Commit 22868107cda474210044db41476f5b9a0723b56b by Pauline Deville
Bug 581162 - [Releng] Update target platforms for 2023-03 M3

Change-Id: I0671cac1c81220c5b031b0b97edb02f3c78791be
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.target
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.tpd
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.tpd
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target
Commit 76e970d102bf6a966d192f2cbac88e9d3f8914e8 by Pauline Deville
Bug 581585 - [Core] Test failure in model creation wizard

We removed the lazy loading because the test bundle was not
loading and we cannot load the IModelSetService OSGI service.

Change-Id: I38db78d4dad701bc7d137fbc1e28311ddf88fc37
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/META-INF/MANIFEST.MF
Commit 5b2517efb2d1e822e922aa32ea6ec099720fd61a by Pauline Deville
Bug 581162 - [Releng] Update target platforms for 2023-03 RC1

Change-Id: If263bc16e4ccfef9f816c757bc5b66368be6ad77
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.tpd
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.target
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.tpd
Commit be587cd71891a8a6d7e719f408ca5709bcdd0675 by Quentin Le Menez
Bug 581162 - [Releng] Update target platforms for 2023-03 RC2

Change-Id: I9b88e1ec8ec3c28d5ce6d770469e758d733bcdbd
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.tpd
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.tpd
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.tpd
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.target
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.tpd
Commit 10b01b1cd9bc140a1c4468e573092461a2cae0f3 by Pauline Deville
Bug 581670 - [Releng] Update target platform post release

Change-Id: I54b99e9ecb41b493bd3b09bb5a3866be63087b64
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.tpd
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.target
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
Commit b25d0a194fb319b2f0aeff9144b5770f856fa101 by Pauline Deville
Bug 581670 - [Releng] Update version to 6.5.0

Change-Id: I762cee3930e00ac259457e321d67c43516905fdc
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp/pom.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product
The file was modified releng/main/site/category.xml
The file was modified features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg
The file was modified features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml
The file was modified releng/rcp/targetPlatform/pom.xml
The file was modified releng/main/site/pom.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp/plugin.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp/META-INF/MANIFEST.MF
The file was modified releng/rcp/pom.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp/splash.bmp
The file was modified releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
The file was modified plugins/sdk/org.eclipse.papyrus.sdk/META-INF/MANIFEST.MF
The file was modified plugins/sdk/org.eclipse.papyrus.sdk/pom.xml
Commit bd41ce73ee438f7c4a72e1ba34a441dcec5fa1ec by vincent lorenzo
Bug 581682: [Architecture] No ArchitectureContext found when Papyrus Examples and Papyrus-Sirius are installedi
- quich fix for the bug, but real problem is in architecture framework and we don't fix it.

Change-Id: Ib75e0a4b068af1ece7cbc30d5a0fb8bf39e62b42
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
The file was modified examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/model/umlXtextProperty.architecture
Commit 1911633809366a2c78c3f6522c0851334884e1cf by vincent lorenzo
Bug 581653: [ServiceRegistry] Memory leak due to IServiceRegistryIndexer

Change-Id: I1f757f7c645c5a452d02f3445866d37373386173
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.ui/META-INF/MANIFEST.MF
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.ui/pom.xml
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/CoreMultiDiagramEditor.java
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.feature/feature.xml
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.feature/pom.xml
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/feature.xml
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/pom.xml
Commit 47561ecdbb0acf3371bee37e16c72b6c8325bef7 by vincent lorenzo
Bug 581660: [MemoryLeak] Several memory leak detected with Graal Visual VM
-in org.eclipse.papyrus.infra.core.sasheditor.internal.eclipsecopy.MultiPageEditorSite, we complete the dispose():
- remove reference to the current editor
- remove selection and postSelection listener on the selectionProvider
-> it allwos to remove all instance of nested classes MultiPageEditorSite$1 and MultiPageEditorSite$2 in VisualVM

Change-Id: I880886e75bea194fcde5411edb2e54a0dff30983
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/pom.xml
The file was modified plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/feature.xml