tapestry-5
tapestry-5 copied to clipboard
A component-oriented framework for creating highly scalable web applications in Java.
[Compiler daemon](https://docs.gradle.org/current/userguide/performance.html#compiler_daemon). The Gradle Java plugin allows you to run the compiler as a separate process by setting `options.fork = true`. This feature can lead to much less garbage collection...
… of cached sorted column is not part of property model anymore.
[Parallel builds](https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:parallel_execution). This project contains multiple modules. Parallel builds can improve the build speed by executing tasks in parallel. We can enable this feature by setting `org.gradle.parallel=true`. [Configuration on demand](https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:configuration_on_demand)....
In the new version, an import error is caused due to changes in the request and response interface
This updates most dependencies to recent versions and makes Tapestry 5.3.x run in Java 11. We have tested this with a big Tapestry application and it all seems to work...
Initial implementation of the Java 11 build support. All tests passed locally on: ``` java version "11.0.4" 2019-07-16 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.4+10-LTS) Java HotSpot(TM) 64-Bit Server...
http://mvnrepository.com/artifact/commons-fileupload/commons-fileupload
http://mvnrepository.com/artifact/commons-cli/commons-cli/1.4