Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-01-11Bug 582075 - [Releng] Update version for 2023-12 RCPHEAD6.6.0masterPauline DEVILLE5-8/+8
* splash screens * some 2023-09 staying instead of 2023-12 Change-Id: Id7f39090b2cb6645d4e42c94162f96e419769ef7 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2024-01-11Bug 582412 - [SequenceDiagram] Moving an InteractionOperand breaks the ↵Pascal Bannerot1-16/+24
SequenceDiagram tests alignment AbstractTestNode::testDrop() no more allowed due to new InteractionFragmentContainerDragDropEditPolicy Change-Id: Ia2b50c34ffc5e9c4be85a535e11beef06768db2a Signed-off-by: Pascal Bannerot <pascal.bannerot@cea.fr>
2024-01-11Revert "Bug 582075 - [Releng] Remove old orbit dependency"Pauline Deville11-28/+52
This reverts commit 754805bd4d07b27cd3e894fbacb620a7d3d87bc7. Reason for revert: Eclipse does not launch any more after Papyrus installation Change-Id: I36324820985a60621735bc6a59dbba443fdaead8
2024-01-05Bug 582075 - [Releng] Remove old orbit dependencyPauline DEVILLE11-52/+28
Change-Id: I9786290ac248a84aed9a7c1e777decfb358c21ec Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2024-01-05Bug 582075 - [Releng] Update target platform for 2023-12Pauline DEVILLE82-952/+1011
Update code to be based on new gef api Change-Id: I708584c2bca2911902ae33745e253749c948375b Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-12-21Bug 582075 - [Releng] Add execution right access to script check UTF-8Pauline DEVILLE1-0/+0
and LF Change-Id: I9ce4435fe34f954b296df60ed351030b6c59580c Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-12-21Bug 582075 - [Releng] Script check UTF-8 and LFPauline DEVILLE1-0/+106
Change-Id: Ie5014fd075949805600c7198c0a78bdf6e80d076 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-12-15Bug 582007 - [Activity] On creation of AcceptEventAction andPascal Bannerot2-4/+5
SendSignalAction Eclipse freeze Change-Id: I18154aee9b5397b79dbda202b196c0cbce702064 Signed-off-by: Pascal Bannerot <pascal.bannerot@cea.fr>
2023-12-14Bug 582667 - [Tests] Fix tests ↵Vincent LORENZO2-4/+39
org.eclipse.papyrus.bundles.tests.BundlesTests.javaVersionTest() Signed-off-by: Vincent LORENZO <vincent.lorenzo@cea.fr> Change-Id: I2a1ef59519513b585106e27fd47831479f883b5b
2023-12-06Bug 582412 - [SequenceDiagram] Moving an InteractionOperand breaks thePascal Bannerot6-13/+90
SequenceDiagram https://bugs.eclipse.org/bugs/show_bug.cgi?id=582412 Forbidden all drag and drop operations for InteractionOperand + fix NPE and ClassCastException Change-Id: Ieb682aca43a39effdfda9ab739e3b878fcdab56a Signed-off-by: Pascal Bannerot <pascal.bannerot@cea.fr>
2023-11-24[Releng] Update category.xml fileVincent Lorenzo1-3/+5
Change-Id: I9e9609e44b981bf941243e1fe8ebcbab52e0e9f7 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2023-11-23[Releng] - update targetplaform - increase batik and guava versionsVincent LORENZO28-804/+807
Signed-off-by: Vincent LORENZO <vincent.lorenzo@cea.fr> Change-Id: I47a92c1916331dfb7a8bb0ceb860bd4129798841
2023-11-10Bug 582130: [ModelExplorer][ElementType] ElementType filter of ↵Vincent Lorenzo3-3/+30
creationmenumodel file doesn't work as expected Change-Id: I8b255db03dda1e753dc721fae3c954bf7c90d364 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2023-11-06Bug 582075 - [Releng] Update target platform to get other version of ↵Vincent Lorenzo1-1/+1
google.inject -update the google inject test Change-Id: I7edc9ff7e6f825382b4a148e45c9e2535541275e Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2023-10-28Bug 582075 - [Releng] Update target platform to get other version of ↵aradermache113-299/+310
google.inject - also change com.google versions - don't specify version in SDK feature - remove unused import to javax.inject in infra.nattable - adapt target platform, work of Pauline DEVILLE <pauline.deville@cea.fr> Change-Id: I11a785f9988122e8681006f4e8ee6440dcce5f62 Signed-off-by: aradermache <ansgar.radermacher@cea.fr>
2023-10-12Bug 582492 - [Architecture framework] The injection mechanisms are ↵aradermache23-82/+90
incompatible with guice 7.0.0 - removed unused javax.inject dependency in papyrus.infra.nattable - toolsmith plugins - replace javax.inject with com.google.inject - remove javax.inject import - increase minor version number Signed-off-by: aradermache <ansgar.radermacher@cea.fr> Change-Id: I01d1d0b09e307235b29e378a8c09a83446269e1a
2023-10-05Bug 582492 - [Architecture framework] The injection mechanisms are ↵aradermache10-51/+58
incompatible with guice 7.0.0 - replace javax.inject with com.google.inject - remove javax.inject import - don't upgrade to 7.0.0 yet (as this involves an update of the target platform and quite a lot of MANIFEST files) - change version number to 3.3.0 Signed-off-by: aradermache <ansgar.radermacher@cea.fr> Change-Id: I80c22a1a3e1215cddc55412dab75789c2fb22f30
2023-10-03[releng] Move to tycho 4.0.3 and upgrade othersaradermache2-7/+7
- use tycho 4.0.3 - use xtend & xtext 2.31.0 - use maven-compiler-plugin 3.11.0 - use maven-resource/clean-plugin 3.3.1 - use build-helper-maven-plugin 3.4.0 - use mylyn.wikitext.maven 3.0.42 Signed-off-by: aradermache <ansgar.radermacher@cea.fr> Change-Id: Iac79cd8c5aa4196ea58e17fa38c08fbea25e624c
2023-10-02Bug 582415 - [ModelSet] Open api on ModelSetService to be able to usePauline DEVILLE8-48/+86
URI Change-Id: I3f26a8d278c1d969ec8da19d7c78a9350aa9a741 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-09-28[releng] Fix target platform (tests are failing)aradermache6-77/+51
- revert to xtext 2.31.0 and mwe 2.14. This avoids that incompatible versions of guava (32.0.1) and guice (7.0.0) are installed from the xtext update site - remove unused xpand entry Signed-off-by: aradermache <ansgar.radermacher@cea.fr> Change-Id: I2fca25501f6413766559a265db0012a29495a7cc
2023-09-14Bug 582075 - [Releng] Update target platformPauline DEVILLE23-180/+177
Change-Id: I1b0d47bb4e0088f5f52e05c56f47a6897caa6674 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-07-21Bug 582075 - [Releng] Update target platform for 2023-09 M1Pauline DEVILLE35-386/+396
Change-Id: Ia520fc0907e2562e915933f324af1935372f6017 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-06-29Bug 582007: [Activity] On creation of AcceptEventAction and SendSignalAction ↵Vincent Lorenzo3-5/+6
Eclipse freeze -set @Ignore on TestActivityDiagramChildNode#AcceptEventAction test to avoid to get aborted test job Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr> Change-Id: Ic9d5bd2f2d696c68a16b278b7715bbb97cbf0a37
2023-06-23Bug 578651: [Toolsmith][Menu] Reorganize menusVincent Lorenzo1-1/+1
-remove implicite dependency from oep.toolsmiths on oep.dev.ui plugin Change-Id: I409a51d69142ed076c53a3fe1dfa399c6aad0c31 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2023-06-19Bug 582023: [SiriusDiagram][Core] Frequent ClassCastException on ↵Vincent Lorenzo10-21/+40
Papyrus-Sirius Diagram Change-Id: Ibb35f865595909bc1d0702b2ed92a03ca20d1c4e Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2023-06-19Bug 582075 - [Releng] Update target platform and move to 6.6.0Pauline DEVILLE24-54/+54
Change-Id: Ib20e79e7ad766bc855a593c487c8ee3e12f15f21 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-06-07Bug 581670 - [Releng] Update targetplatforms for 2023-06 RC26.5.0Pauline DEVILLE11-69/+69
Change-Id: Ib896593fb5a4e1ae6793df5c55d63b06fec19d92 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-06-05Bug 581670 - [Releng] Update targetplatforms for 2023-06 M3Vincent Lorenzo1-2/+2
Change-Id: Ie17a757d07ac2c0ad2bf83ac184a1966fa812df2 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2023-06-02[Releng] Minor update to the publish scriptQuentin Le Menez1-55/+68
- Add the possibility to publish the sboms for main and toolsmiths - Minor check to the essential parameters Change-Id: I417d745b54b3e71800019fa7fe16f45e7f4cbdbd Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2023-05-31Bug 581670 - [Releng] Update orbit repository in caterory.xmlPauline DEVILLE2-2/+2
Change-Id: Iff90a1fe238af1e4865b8aa0733151d84e59ddfe Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-05-31Bug 581670 - [Releng] Update targetplatforms for 2023-06 RC1Pauline DEVILLE9-119/+119
Change-Id: Id396a3709c5fc5bf6b4b24e516da2bcd71364045 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-05-24Bug 581670 - [Releng] Update targetplatforms for 2023-06 M3Pauline DEVILLE9-95/+95
Change-Id: I7272529ddbf21add0f1050878d33af46170787c9 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-05-10Bug 581922: [ClassDiagram] java.lang.Error: SWT Resource was not properly ↵Vincent Lorenzo1-4/+6
disposed for UML Comment Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr> Change-Id: Id7fcdfcf7f7c8f0da0a8b9a47110c9d500b520be
2023-05-10Bug 581921: [ClassDiagram] ConcurrentModificationException with Comment on ↵Vincent Lorenzo5-34/+27
ClassDiagram Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr> Change-Id: I3aa3e087c46b0e13bf44f9771ec033a70f461e2a
2023-05-10Bug 581906: [Diagram] Impossible to create a diagram in Papyrus 2023-06Vincent Lorenzo8-22/+22
- update GMF Update site. This new version will allow to fix the GEF issue in a Papyrus context Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr> Change-Id: I9c71ebdefa6ed1d551872075ce0ed8f115373053
2023-05-10Bug 581898: [Diagram] Adapt to GEF Classic's IFigure.getChildren() API changeVincent Lorenzo24-81/+79
- adapt code to the GEF API Changes - set GEF version to 3.16.0.M2 Change-Id: Ie456b951d571bb485971e8d3565e961c5345619d Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2023-05-09Revert "Bug 581848 - [Releng] Revert patches to move to Java 17 as it breaks ↵Quentin Le Menez1661-2968/+3046
Papyrus" - Remove the latest gef-classic to point on the 2023-03 train pending patch for 2023-06 - Update pom plugin versions to the lates available This reverts commit 0d39a60b55419f8d41f47311fedff762ed028062. Change-Id: I2473af5176c49daa45d944de2fb0d2f6581c3484 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2023-05-03Bug 581848 - [Releng] Revert patches to move to Java 17 as it breaks PapyrusQuentin Le Menez1661-3035/+2957
Change-Id: I62f9d7bcb2f6750c4e97ce292423281c6c3c598b Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2023-05-03Bug 581848 - [Releng] Update maven plugin versions to solve java 17 ↵Quentin Le Menez2-3/+3
compatibility issues Change-Id: I3f21dcb6856aef8f21839fae8204ea40a8460f14 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2023-05-03Bug 581848 - [Releng] Update targetplatforms for 2023-06 M2Quentin Le Menez9-164/+165
Change-Id: I14b5745ddfa22ee1148cac18f7b793635cbd6bdd Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2023-05-03Bug 581848 - [Releng] Fix non automatic migration to java 17Pauline DEVILLE12-27/+25
- fix static java references - fix old API references (Field.modifier) that are not required anymore: https://stackoverflow.com/questions/74292063/overwriting-final-fields-in-java-17 - update rcp references Change-Id: Idfc9b310a3694afc529194abb3531f105620acd0 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-05-03Bug 581848 - [Releng] Move to java 17Pauline DEVILLE1639-2790/+2869
- Fix java references in Manifests, settings and classpaths Change-Id: Ia058bbf2403aa2cb8d8188c5aac0421e179ab513 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-03-24Bug 577845: [Sirius][Diagram][EditPolicy] some editpolicies provided by ↵Vincent Lorenzo8-34/+44
Papyrus for GMF Diagram are also applied to Papyrus Sirius Diagram and it should not Avoid creation of these EditPolicies on Sirius diagrams: - org.eclipse.papyrus.infra.gmfdiag.common.editpolicies.PapyrusPopupBarEditPolicy - org.eclipse.papyrus.infra.gmfdiag.canonical.editpolicy.PapyrusCanonicalEditPolicy Change-Id: I6cf76e070ff4b8200cea86cd49eeb775ad4bed0d Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2023-03-20Bug 581660: [MemoryLeak] Several memory leak detected with Graal Visual VMVincent Lorenzo4-13/+37
- remove references to org.eclipse.papyrus.uml.diagram.common.part.UMLDiagramActionBarContributor - remove references to org.eclipse.papyrus.infra.ui.multidiagram.actionbarcontributor.ActionBarContributorRegistry - remove references to org.eclipse.papyrus.infra.ui.multidiagram.actionbarcontributor.ActionBarContributorDescriptor Change-Id: I27a51735b5067ea547d0b4f199f2815af220d714 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2023-03-20Bug 581660: [MemoryLeak] Several memory leak detected with Graal Visual VMVincent Lorenzo3-7/+19
-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>
2023-03-20Bug 581653: [ServiceRegistry] Memory leak due to IServiceRegistryIndexerVincent Lorenzo7-8/+19
Change-Id: I1f757f7c645c5a452d02f3445866d37373386173 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2023-03-20Bug 581682: [Architecture] No ArchitectureContext found when Papyrus ↵Vincent Lorenzo1-1/+0
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>
2023-03-20Bug 581670 - [Releng] Update version to 6.5.0Pauline DEVILLE17-28/+28
Change-Id: I762cee3930e00ac259457e321d67c43516905fdc Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-03-15Bug 581670 - [Releng] Update target platform post releasePauline DEVILLE8-14/+14
Change-Id: I54b99e9ecb41b493bd3b09bb5a3866be63087b64 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-03-08Bug 581162 - [Releng] Update target platforms for 2023-03 RC26.4.0Quentin Le Menez11-64/+66
Change-Id: I9b88e1ec8ec3c28d5ce6d770469e758d733bcdbd Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>

Back to the top