You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.adoc
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,15 @@ The following methods have been added:
22
22
23
23
- https://github.com/eclipse-syson/syson/issues/1988[#1988] [syson] Extract Elasticsearch container initialization in a dedicated abstract test class.
24
24
The property `SysONTestsProperties#ELASTICSEARCH` has been removed, tests that require Elasticsearch should extend `AbstractIntegrationTestsWithElasticsearch`.
25
+
- https://github.com/eclipse-syson/syson/issues/2027[#2027] [publication] `org.eclipse.syson.application.publication.SysONSysMLLibraryPublisher` has been reworked to be more extensible.
26
+
As a result, the following method has been deleted:
- [validation] The following classes have been renamed, and some of them reworked:
27
36
@@ -32,6 +41,16 @@ The property `SysONTestsProperties#ELASTICSEARCH` has been removed, tests that r
32
41
** `org.eclipse.syson.sysml.validation.SysONQueryServices`: renamed into `org.eclipse.syson.sysml.validation.rules.SysMLValidationRuleQueryServices`.
33
42
** `org.eclipse.syson.sysml.validation.SysMLv2ValidatorConfiguration`: renamed into `org.eclipse.syson.sysml.validation.SysMLValidatorRegistrationConfiguration` and now expects an injected `org.eclipse.syson.sysml.validation.rules.api.ISysMLValidationRulesProvider`, for which SysON provides default implementation `org.eclipse.syson.sysml.validation.rules.SysONValidationRulesProvider`.
34
43
44
+
- https://github.com/eclipse-syson/syson/issues/2027[#2027] [publication] `org.eclipse.syson.application.publication.SysONSysMLLibraryPublisher` has been reworked to be more extensible.
45
+
As a result, the following method has been deleted:
Copy file name to clipboardExpand all lines: backend/application/syson-application-configuration/src/main/java/org/eclipse/syson/application/publication/SysONSysMLLibraryPublisher.java
+50-13Lines changed: 50 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -145,12 +145,11 @@ public IPayload publish(final ICause cause, final IEditingContext libraryAuthori
0 commit comments