Skip to content

Commit

Permalink
update bundle and cdm version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalk committed Nov 15, 2023
1 parent ebf021a commit a58bb25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# *Product Model - FpML Synonym Mappings for Unique Product Identifiers*
# *Infrastructure - Dependency Update*

_What is being released?_

This release extends the FpML mapping coverage for the enum `ProductIdTypeEnum` to support UPIs.
This release updates the `rosetta-dsl` and `rosetta-bundle` dependency.

- The `ProductIdentifierSourceMappingProcessor` has been updated to map FpML productIdScheme http://www.fpml.org/coding-scheme/external/iso4914 to `ProductIdTypeEnum->UPI`.
Version updates include:
- `rosetta-dsl` 9.0.3: Fix RequestManager memory leak. For further details see DSL release notes: https://github.com/REGnosys/rosetta-dsl/releases/tag/9.0.3.

_Review directions_
There are no changes to the model, and test expectations remain the same.

- In the CDM Portal, select the Textual Browser and inspect the change listed above.

Changes can be reviewed in PR [#2521](https://github.com/finos/common-domain-model/pull/2521)
The changes can be reviewed in PR [#2470](https://github.com/finos/common-domain-model/pull/2470).
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@

<repoServerHost>oss.sonatype.org</repoServerHost>

<rosetta.bundle.version>9.0.0</rosetta.bundle.version>
<rosetta.bundle.version>9.1.0</rosetta.bundle.version>
<rosetta.code-gen.version>${rosetta.bundle.version}</rosetta.code-gen.version>
<rosetta.dsl.version>9.0.0</rosetta.dsl.version>
<rosetta.dsl.version>9.0.3</rosetta.dsl.version>

<xtext.version>2.27.0</xtext.version>
<opengamma.strata.version>1.7.0</opengamma.strata.version>
Expand Down

0 comments on commit a58bb25

Please sign in to comment.