Entries tagged [announcement]
Apache Isis version 2.0.0-M9 Released
This is primarily a security release, to fix an XSS vulnerability (CVE-2022-42466). There are one or two other small improvements and bug fixes.
You can access this release directly from the Maven central repo [2].
Alternatively, download the release and build it from source [3].
--The Apache Isis team
[1] https://isis.apache.org/relnotes/2.0.0-M9/about.html
[2] https://search.maven.org
[3] https://isis.apache.org/docs/2.0.0-M9/downloads/how-to.html
Posted at 01:15PM Oct 18, 2022
by danhaywood in Announcements |
|
[ANN] Apache Isis version 2.0.0-M3 Released
After a *lot* of development effort, the Apache Isis committers are delighted to announce the release of v2.0.0-M3 of the framework.
This is a major milestone release that "re-platforms" Apache Isis so that it now runs on top of Spring Boot 2.x. JDK8 is the minimum. Some highlights:
- A new convenience parent pom builds on top of Spring Boot’s similar parent pom, to make it easy to develop new apps, along with simplified "mavendeps" pom’s.
- The Maven archetypes have been replaced with Starter Apps in github repos.
- Configuration properties have been refactored, and can now be specified (with intellisense hints) using Spring’s application.properties or application.yml
New features:
- a new @Property#projecting allows view model summaries to be returned as "projections" of underlying entities.
- new layout() method (or UI event) allows a domain object to specify which layout file should be used to render it.
- there is no longer any need to specify @ParameterLayout#named()
- there is now a security integration with Keycloak
There are also a number of new extensions:
- Flyway (integrating with Spring Boot’s support)
- pdf.js (for Wicket viewer)
- fullcalendar (for Wicket viewer)
- excel download (for Wicket viewer)
Other improvements include:
- Integration test support, and BDD (Cucumber) "spec" support have been refactored to run on Spring Boot with Junit 5.
- New demo app to demonstrate new features.
- New smoketest app to catch regressions
Finally, the website has been updated to use Antora.
Full release notes are available on the Apache Isis website at [1].
You can access this release directly from the Maven central repo [2].
Alternatively, download the release and build it from source [3].
Enjoy!
--The Apache Isis team
[1] https://isis.apache.org/relnotes/2.0.0-M3/about.html
[2] http://search.maven.org
[3] https://isis.apache.org/docs/2.0.0-M3/downloads/how-to.html
Posted at 11:33PM Mar 29, 2020
by danhaywood in Announcements |
|
[ANN] New committer - Jörg Rade
Hi folks,
Posted at 11:31PM Mar 29, 2020
by danhaywood in General |
|
[ANN] Apache Isis simpleapp-archetype 1.13.2.1 Released
- improves docker support - allowing docker images to be created easily
- reduces the amount of boilerplate (by backing out some of the mixins)
- fixes an issue with the fixture scripts
See the README.adoc (generated by the archetype) for further details.
Posted at 07:17PM Jan 03, 2017
by danhaywood in General |
|
[ANN] Apache Isis version 1.12.0 Released
- much enhanced support for custom layouts, using an optional separate XML layout file Xxx.layout.xml. This is similar in concept to the earlier support we have had for custom layouts through a .layout.json file, but introduces the ability to position object members anywhere using (bootstrap3) columns and rows. It also brings in support for tab groups, and allows object members to be included in the page more than once (eg a table view and also a calendar view).
- a change to the editing of objects: rather than an 'edit' button which toggles the entire page into edit mode, instead each property is edited individually.
- various new domain services. Some of these are in supoprt of the dynamic layouts functionality, others including new access into Apache Isis' metamodel. In addition, the DomainObjectContainer service has been deprecated, replaced by a number of fine-grained services such as RepositoryService and MessageService.
- a number of new mixins, to automatically surface in the UI an entity's id, version (if any) as properties, and actions to download the layout XML and other metadata actions. (These can always be hidden using either security or by writing a subscriber; see the migration notes).
- JAXB view models are now automatically editable by default.
Posted at 06:03PM Mar 29, 2016
by danhaywood in Announcements |
|
[ANN] Apache Isis 1.11.1 Released
Posted at 03:04PM Jan 17, 2016
by danhaywood in Announcements |
|
[ANN] Apache Isis version 1.11.0 Released
|
|
|
Posted at 06:46AM Jan 02, 2016
by danhaywood in Announcements |
|
[ANN] Apache Isis version 1.10.0 Released
[1] http://isis.apache.org/release-notes.html#r1.10.0
[2] http://isis.apache.org/migration-notes.html#_migration-notes_1.9.0-to-1.10.0
[3] http://search.maven.org
[4] http://isis.apache.org/downloads.html
Posted at 08:22AM Nov 10, 2015
by danhaywood in Announcements |
|
[ANN] Apache Isis v1.9.0 Released
Posted at 09:49PM Sep 01, 2015
by danhaywood in General |
|