Skip to content

Intersmash 0.0.1 (Moosetee)

Compare
Choose a tag to compare
@fabiobrz fabiobrz released this 26 Jan 23:06
· 115 commits to main since this release

Release Notes

This is the Intersmash 0.0.1 (Moosetee) release, actually the first Intersmash release! πŸŽ‰

It is based on the Intersmash 0.0.1 milestone 1 and it aims at enabling interoperability testing on OpenShift between several community runtime services, as WildFly, Keycloak, Kafka, Infinispan etc. and their product counterparts, like Red Hat JBoss EAP, Red Hat SSO, RedHat AMQ Streams, Red Hat Datagrid.

The 0.0.1 artifacts which were generated from this tag have been deployed to the JBoss Maven repository and can be used in your projects by adding a Maven dependency on them, e.g.:

...
<dependency>
   <groupId>org.jboss.intersmash</groupId>
   <artifactId>intersmash-core</artifactId>
   <version>0.0.1</version>
</dependency>
<dependency>
   <groupId>org.jboss.intersmash</groupId>
   <artifactId>intersmash-provisioners</artifactId>
   <version>0.0.1</version>
</dependency>
...

javadoc and sources artifacts are included as well.

A number of bug fixes and improvements have been delivered, and you can learn more about by looking into the release milestone or by searching the resolved issues.

This release is based on the Intersmash (https://github.com/Intersmash/intersmash) repository:

APIs stability commitment

No policy has been finalized yet. At the moment, the guidelines are to keep deprecated code long enough to allow for smooth transition, but given this is the first release this could change, or be better defined, suddenly πŸ™‚

That being said a discussion will be started via an issue or a Wiki thread, to try to draft the final API stability policies and practices.

Known Issues

Notable changes

New Contributors

Full Changelog: https://github.com/Intersmash/intersmash/commits/v0.0.1