Skip to content

REGnosys/rosetta-common

Repository files navigation

FINOS - Incubating

Rune Common

Rune Common is a java library that is utilised by Rosetta Code Generators and models expressed in the Rune DSL.

Installation

You will need Java 11 SDK installed and referenced by the JAVA_HOME environment variable. You will need Maven and Git installed and configured in your environment. Fork and clone the project in your own workspace. Then run the first build:

mvn clean install

Usage example

Use the transform data structures in your project, e.g., TestPackModel or PipelineModel.

Development setup

Add the library to your project using as a maven dependency as shown below:

<dependency>
    <groupId>com.regnosys</groupId>
    <artifactId>rosetta-common</artifactId>
    <version>0.0.0-SNAPSHOT</version>
</dependency>

Contributing

For any questions, bugs or feature requests please open an issue For anything else please send an email to {project mailing list}.

To submit a contribution:

  1. Fork it (https://github.com/finos/rune-common/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Read our contribution guidelines and Community Code of Conduct
  4. Commit your changes (git commit -am 'Add some fooBar')
  5. Push to the branch (git push origin feature/fooBar)
  6. Create a new Pull Request

NOTE: Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS Clabot tool (or EasyCLA). Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.

  • Unsure if you are covered under an existing CCLA? Email help@finos.org*

Get in touch with the Rune Common Team

Get in touch with the Rune Common team by creating a GitHub issue and labelling it with "help wanted".

We encourage the community to get in touch via the FINOS Slack.

License

Copyright 2024 REGnosys

Distributed under the Apache License, Version 2.0.

SPDX-License-Identifier: Apache-2.0

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages