Skip to content

Commit 6608438

Browse files
committed
Small doc changes for Flowable 7 release
1 parent 195a84b commit 6608438

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

docs/docusaurus/docs/bpmn/ch03-Configuration.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -374,13 +374,6 @@ Customizing the configuration of history storage is optional. This allows you to
374374

375375
<property name="history" value="audit" />
376376

377-
## Async history configuration
378-
379-
\[Experimental\] Since Flowable 6.1.0 the async history feature has been added. When async history is enabled, the historic data will be persisted by a history job executor, instead of synchronous persistence as part of the runtime execution persistence.
380-
See [async history configuration](bpmn/ch10-History.md#async-history-configuration) for more details.
381-
382-
<property name="asyncHistoryEnabled" value="true" />
383-
384377
## Exposing configuration beans in expressions and scripts
385378

386379
By default, all beans that you specify in the flowable.cfg.xml configuration or in your own Spring configuration file are available to expressions and scripts. If you want to limit the visibility of beans in your configuration file, you can configure a property called beans in your process engine configuration. The beans property in ProcessEngineConfiguration is a map. When you specify that property, only beans specified in that map will be visible to expressions and scripts. The exposed beans will be exposed with the names as you specify in the map.

docs/docusaurus/docs/bpmn/ch13-Applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See [The Executable Jar Format](https://docs.spring.io/spring-boot/docs/current/
1313

1414
As mentioned before, the application can be deployed on a Tomcat server, and to get started this is probably the easiest approach when additional configuration settings are used. For this installation guide we’ll describe the installation of the application in a Tomcat server.
1515

16-
1. Download a recent stable version of [Apache Tomcat](http://tomcat.apache.org). It has to be Jakarta Servlet 6 compliant
16+
1. Download a recent stable version of [Apache Tomcat](http://tomcat.apache.org). It has to be Jakarta Servlet 6 compliant (Tomcat 10 or later)
1717

1818
2. Download the latest stable [Flowable 7 version](http://www.flowable.org/downloads.html).
1919

docs/docusaurus/docs/oss-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The distribution contains most of the sources as JAR files. The source code for
2121

2222
### JDK 17+
2323

24-
Flowable runs on a JDK higher than or equal to version 8. Go to [Oracle Java SE downloads](http://www.oracle.com/technetwork/java/javase/downloads/index.html) and click on button "Download JDK". There are installation instructions on that page as well. To verify that your installation was successful, run java -version on the command line. That should print the installed version of your JDK.
24+
Flowable runs on a JDK higher than or equal to version 17. Go to [Oracle Java SE downloads](http://www.oracle.com/technetwork/java/javase/downloads/index.html) and click on button "Download JDK". There are installation instructions on that page as well. To verify that your installation was successful, run java -version on the command line. That should print the installed version of your JDK.
2525

2626
### Modeling
2727

0 commit comments

Comments
 (0)