Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
event-ruler-1.8.1.pom | 2024-11-01 | 10.3 kB | |
event-ruler-1.8.1-sources.jar | 2024-11-01 | 111.3 kB | |
event-ruler-1.8.1.jar | 2024-11-01 | 160.1 kB | |
event-ruler-1.8.1-javadoc.jar | 2024-11-01 | 296.2 kB | |
README.md | 2024-11-01 | 1.9 kB | |
v1.8.1 source code.tar.gz | 2024-11-01 | 44.6 MB | |
v1.8.1 source code.zip | 2024-11-01 | 44.7 MB | |
Totals: 7 Items | 89.8 MB | 0 |
What's Changed
- Optimization: removed level of indirection for SubRuleContext. by @svladykin in https://github.com/aws/event-ruler/pull/173
- Add ByteMatch hashCode() to reduce transitions object count. by @baldawar in https://github.com/aws/event-ruler/pull/199
- Minor updates to ComparableNumbers based on PR feedback. by @baldawar in https://github.com/aws/event-ruler/pull/190
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.3 to 4.8.6.4 by @dependabot in https://github.com/aws/event-ruler/pull/189
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 by @dependabot in https://github.com/aws/event-ruler/pull/192
- Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.0 by @dependabot in https://github.com/aws/event-ruler/pull/191
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in https://github.com/aws/event-ruler/pull/194
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0 by @dependabot in https://github.com/aws/event-ruler/pull/198
- Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 by @dependabot in https://github.com/aws/event-ruler/pull/197
- Bump ch.randelshofer:fastdoubleparser from 1.0.1 to 2.0.0 by @dependabot in https://github.com/aws/event-ruler/pull/196
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 4.8.6.5 by @dependabot in https://github.com/aws/event-ruler/pull/195
Full Changelog: https://github.com/aws/event-ruler/compare/v1.8.0...v1.8.1
Maven
This version is also available via Maven https://central.sonatype.com/artifact/software.amazon.event.ruler/event-ruler/1.8.0
<dependency>
<groupId>software.amazon.event.ruler</groupId>
<artifactId>event-ruler</artifactId>
<version>1.8.1</version>
</dependency>