These are some features and improvements we are working on:
- Next Build
- Upcoming iterations
- Fix related to User Control Objects and copying of resources to the runtime environment
- Performance of build (*)
- GeneXus Next on your Desktop
- Complete Core objects and tool windows
- Desktop native App with frontend for Mac, Linux and Windows (This, instead of localhost:3000; Core still on docker)
- Generation of AI Applications
- Remove other known limitations
(*) KBs will no longer be mapped to a local folder.
Previously, all created KBs had a local mapping in the .\data\kbs folder; now, that will no longer be the case.
From this on, KBs will remain only in a Docker volume, so build performance should be significantly improved.
KBs created with previous versions of GeneXus Next will no longer be able to be opened by default. If you want to "recover" any, you must "copy" the KB into the image with this command while the image is running:
docker cp <kb_folder> genexus-gxms-1:/app/kbs
If you want to be able to view the KBs on the host as before, you must change this line in the docker-compose.yml file:
- kbs_repository:/app/kbs
to this:
- ${GX_VOLUMES_BASE_PATH}/data/kbs:/app/kbs
And delete this other line:
kbs_repository: