TIBCOSoftware / be-contribution

This repository is to add various contributions across different modules within TIBCO BusinessEvents. It will include contributions by TIBCO BusinessEvents team as well external users/customers/fields teams.
BSD 3-Clause "New" or "Revised" License
0 stars 10 forks source link

Cassandra Store Catalog Function || Need to add a step in TIBCO BusinessEvents® Contribution readme for Cassandra Store #85

Closed spingale-tibco closed 1 year ago

spingale-tibco commented 1 year ago

Version Information

Software Version(s)
BusinessEvents 6.3.0
OS Type? NA
OS Version? NA

What is the expected behavior?

In TIBCO BusinessEvents® Contribution readme, below step need to add:

For Cassandra Store Catalog Function, while performing mvn clean install step, add attribute Dmaven.test.skip=true or Cassandra Server should be running on your local machine ex: mvn clean install -Dmaven.test.skip=true

What is the actual behavior?

Step Dmaven.test.skip=true attribute is required while creating cassandra store catalog function jar which is not mentioned in TIBCO BusinessEvents® Contribution readme

rakulkar-tibco commented 1 year ago

Used Cassandra test container, so that there is no need to explicitly set up Cassandra for unit test cases. Also no need using property maven.test.skip=true while doing mvn packaging.

vpatil-tibco commented 1 year ago

Implemented