back to all blogsSee all blog posts

MicroProfile GraphQL 2.0 and distributed security caches on Open Liberty 22.0.0.5-beta

image of author
Michal Broz on Apr 13, 2022
Post available in languages:

Open Liberty 22.0.0.5-beta offers the same set of beta content as the previous 22.0.0.4-beta release: GraphQL 2.0 and distributed security cache support. To find out more about this feature and function, reference the 22.0.0.4-beta blog post. Also included in this beta release are various bug fixes about which you can learn more in the 22.0.0.4 release blog post.

Try it now

To try out these features, just update your build tools to pull the Open Liberty All Beta Features package instead of the main release. The beta works with Java SE 18, Java SE 17, Java SE 11, and Java SE 8.

If you’re using Maven, here are the coordinates:

<dependency>
  <groupId>io.openliberty.beta</groupId>
  <artifactId>openliberty-runtime</artifactId>
  <version>22.0.0.5-beta</version>
  <type>pom</type>
</dependency>

Or for Gradle:

dependencies {
    libertyRuntime group: 'io.openliberty.beta', name: 'openliberty-runtime', version: '[22.0.0.5-beta,)'
}

Or take a look at our Downloads page.

Your feedback is welcomed

Let us know what you think on our mailing list. If you hit a problem, post a question on StackOverflow. If you hit a bug, please raise an issue.