Skip to content

Releases: cryostatio/cryostat-core

Release v2.30.3

19 Apr 20:56
47b3822
Compare
Choose a tag to compare

Changelog

47b3822 chore(pom): set version to 20.30.3
c2b7a9d fix(jmcagent): widen exception subclass visiblity (#374)
4f2c27f chore(pom): set version to 2.31.0-SNAPSHOT

Release v2.30.2

18 Apr 20:10
67b2f3b
Compare
Choose a tag to compare

Changelog

67b2f3b chore(pom): set version to 2.30.2
4b467f5 chore(jmcagent): correct Event field visibility (#373)
25d4dc9 build(deps): bump org.jsoup:jsoup from 1.16.1 to 1.17.2 (#326)
3c7a443 build(deps): bump com.github.spotbugs:spotbugs-maven-plugin (#370)
067151f build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.8.3 to 4.8.4 (#368)
57dbfed build(deps): bump org.slf4j:slf4j-api from 2.0.7 to 2.0.12 (#344)
7ff750b build(deps): bump commons-codec:commons-codec from 1.16.0 to 1.16.1 (#346)
1b83754 build(deps): bump io.smallrye:jandex-maven-plugin from 3.1.6 to 3.1.7 (#360)
e253236 build(deps): bump org.apache.maven.plugins:maven-source-plugin (#367)
de5b44b build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 (#366)
89097be chore(pom): set version to 2.31.0-SNAPSHOT

Release v2.30.1

26 Mar 16:19
ca8bb9f
Compare
Choose a tag to compare

Changelog

ca8bb9f chore(pom): set version to 2.30.1
ac3232c fix(serialization): no-args constructors and non-final fields for Jackson (#363)
c945f5b build(deps): bump org.apache.maven.plugins:maven-compiler-plugin (#361)
c93e1ef build(deps): bump org.jreleaser:jreleaser-maven-plugin (#359)
5eec717 chore(pom): set version to 2.31.0-SNAPSHOT

Release v2.30.0

29 Feb 18:48
d714c47
Compare
Choose a tag to compare

Changelog

d714c47 chore(pom): set version to 2.30.0
1a4f352 chore(mbeans): use own-defined type to replace java.lang.management.MemoryUsage (#358)
5d1bd6f chore(build): include jandex plugin (#357)
99b8c63 chore(pom): set version to 2.30.0-SNAPSHOT

Release v2.29.1

26 Feb 18:35
a43af25
Compare
Choose a tag to compare

Changelog

a43af25 chore(pom): set version to 2.29.1
e3f3c67 fix(reports): split rule evaluations across executor submissions (#336)
6d20a73 ci(cryostat3): build and test against cryostat 3.0 (#353)
0aef13e chore(pom): set version to 2.30.0-SNAPSHOT

Release v2.29.0

22 Feb 20:40
66dcced
Compare
Choose a tag to compare

Changelog

66dcced chore(pom): set version to 2.29.0
5ceb071 chore(logger): do not pass logger instances into constructors (#354)
684a061 chore(logs): remove logger abstraction (#348)
2624d9b ci(test): checkout -core to cache mvn files before building Cryostat3 (#350)
aba4702 docs(readme): remove GitHub Packages Maven config note (#345)
68aed1e chore(pom): set version to 2.29.0-SNAPSHOT

Release v2.28.0

06 Feb 20:14
5099c5f
Compare
Choose a tag to compare

Changelog

5099c5f chore(pom): set version to 2.28.0
37aa853 build(deps-dev): bump org.junit.jupiter.version from 5.10.1 to 5.10.2 (#343)
242ebe6 build(deps): bump org.jreleaser:jreleaser-maven-plugin (#341)
81e156d build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin (#342)
f7e02bf chore(maven): change URL for Maven Central publishing (#340)
17ae5f3 ci(central): remove workflow version update automation (#339)
d099f83 ci(central): switch token to higher-permissioned one
474e983 ci(central): set GPG import to use global git config
5d9baf1 ci(central): import GPG key before committing
503b659 ci(central): add permissions to action
87af41a ci(central): add configurations for JReleaser publication to Maven Central (#338)
ebb773d build(pom): remove unused repository (#337)
7de6a27 build(deps): bump com.diffplug.spotless:spotless-maven-plugin (#335)
71a6544 ci(pr): publish cryostat 3.0 images (#334)
d6a2144 build(deps): bump com.diffplug.spotless:spotless-maven-plugin (#332)
e191d42 feat(ci): should build cryostat3 as well as cryostat (2.x) (#330)
e4e25c7 build(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#329)
d35c38f chore(pom): set version to 2.28.0-SNAPSHOT

v2.27.0

08 Jan 14:42
09b1bbc
Compare
Choose a tag to compare

What's Changed

⚙️ Maintenance

Full Changelog: v2.26.0...v2.27.0

v2.26.0

05 Jan 21:04
de5805a
Compare
Choose a tag to compare

What's Changed

⚙️ Maintenance

  • ci(release-notes): replace release-drafter with release labels config by @andrewazores in #319
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #321
  • build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #323
  • build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.3 by @dependabot in #320
  • build(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.2.0 by @dependabot in #311
  • build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by @dependabot in #325

Full Changelog: v2.25.1...v2.26.0

v2.25.1

05 Dec 19:34
b3dec8e
Compare
Choose a tag to compare

Contributors

@andrewazores and @mwangggg

What's Changed

  • fix(serialization): recording serialization properly converts recording state types (#314) @andrewazores

Maintenance

  • chore(ci): checkout core first to cache (#317) @mwangggg
  • chore(ci): Fix bug when caching maven files for Cryostat build (#316) @mwangggg