Skip to content

Commit

Permalink
WIP - Add workflow for adoc to html (#1033)
Browse files Browse the repository at this point in the history
* [WIP] - Add workflow for adoc to html

* Update whats-new.adoc

* Update to-plain-html.yml
  • Loading branch information
Serdaro authored Feb 28, 2024
1 parent 5f5f04e commit 7471d4b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/to-plain-html.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: AsciiDoc to HTML

on:
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
- name: Asciidoc to html
uses: cazziwork/[email protected]
with:
src: ../../docs/modules/ROOT/pages/whats-new/
dest: ../../.


10 changes: 10 additions & 0 deletions docs/modules/whats-new/whats-new.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
What's new in Platform 5.4

First of all, starting with this release of Hazelcast Platform, the minimum supported Java version has become 17.

You can now deploy, undeploy or redeploy your custom classes by using the user code name spacing feature. The feature provides a container for Java classpath resources, such as your classes, and accompanying artifacts like property files - enabling namespace isolation to ensure that access to resources in different namespaces can be managed through configuration.

We've also added a map data structure aligned with your CP subsystem - (C)onsistent and (P)artition tolerant: CPMap. It is a distributed implementation of a minimal key-value interface supporting many atomic operations like get, delete and put.

And many other enhancements...............

0 comments on commit 7471d4b

Please sign in to comment.