eclipse-ee4j / glassfish-woodstock

GlassFish Woodstock UI components
Other
3 stars 15 forks source link

Integrate woodstock 4.1.0 in Eclipse GlassFish #1399

Open romain-grecourt opened 5 years ago

romain-grecourt commented 5 years ago

The latest updates to woodstock (v5.x) need to be integrated back in GlassFish.

The GF admingui of 5.1.0 has some issues, most likely introduced with the upgrade of DOJO and the use of the asynchronous mode.

Double check that we are not loosing any more functionality with this new version. The main goal of 5.x is to make the project easier to maintain so that bugs can be fixed easily.

Here are some of the issues I noticed on the GF admin console:

These issues are likely not introduced by the changes made to 5.x.

There are Javascript issues, see #1398. Fixing them will require updating the javascript code in the GF admin console.

We also need to make sure to test the fileupload functionally (UploadFilter).

Also note that the GF admin console has an automated test suite.