Skip to content

Commit

Permalink
[1300] Rename SiriusWebJSONResourceFactoryImpl to JSONResourceFactory
Browse files Browse the repository at this point in the history
Bug: #1300
Signed-off-by: Laurent Fasani <laurent.fasani@obeo.fr>
  • Loading branch information
lfasani authored and pcdavid committed Oct 5, 2022
1 parent d71a250 commit bd9f944
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,29 @@

- [ADR-069] Add support for children layout strategy
- [ADR-070] How to contribute a new diagram node style
- [ADR-071] - Add parametric SVG node style
- [ADR-071] Add parametric SVG node style
- [ADR-072] Add support for the edition of routing points

- https://github.com/eclipse-sirius/sirius-components/issues/1368[#1368] [diagram] Do not render rectangle view children twice

=== Breaking changes

- https://github.com/eclipse-sirius/sirius-components/issues/1300[#1300] [core] Rename SiriusWebJSONResourceFactoryImpl to JSONResourceFactoryImpl

=== Dependency update

=== Bug fixes

=== Improvements

- https://github.com/eclipse-sirius/sirius-components/issues/1339[#1339] [layout] Add concept of layout strategy. The purpose of layout strategy is to split the style of a node from the way a node lays out its children.
- https://github.com/eclipse-sirius/sirius-components/issues/1385[#1385] [releng] Migrate Sirius Web to Sirius Component. The purpose of this migration is to facilate the maintenance of these two projects (one pull request instead of two different).
- https://github.com/eclipse-sirius/sirius-components/issues/1385[#1385] [releng] Migrate Sirius Web to Sirius Component. The purpose of this migration is to facilitate the maintenance of these two projects (one pull request instead of two different).
- https://github.com/eclipse-sirius/sirius-components/issues/997[#997] [diagram] Edge routing points are not reset when one of the edge end is moving

=== New Features

- https://github.com/eclipse-sirius/sirius-components/issues/1316[#1316] [diagram] Support parametric svg node style


- https://github.com/eclipse-sirius/sirius-components/issues/997[#997] [diagram] Add support for edition of routing points in diagrams

== v2022.9.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2019, 2020 Obeo.
* Copyright (c) 2019, 2022 Obeo.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
Expand All @@ -21,12 +21,12 @@
import org.eclipse.sirius.emfjson.resource.JsonResourceImpl;

/**
* Special factory for {@link JsonResource} for Sirius Web.</br>
* Special factory for {@link JsonResource}.</br>
* This factory ensures that objects in that resource are identified by their uuid.
*
* @author lfasani
*/
public class SiriusWebJSONResourceFactoryImpl extends ResourceFactoryImpl {
public class JSONResourceFactory extends ResourceFactoryImpl {

@Override
public JsonResource createResource(URI uri) {
Expand Down

0 comments on commit bd9f944

Please sign in to comment.