------------------------------------------------------------------------ r64909 | ankur.kathuria | 2017-04-04 11:26:02 -0700 (Tue, 04 Apr 2017) | 1 line GLASSFISH-21672 : fixing web distribution ql failure ------------------------------------------------------------------------ r64910 | java_re | 2017-04-04 14:59:17 -0700 (Tue, 04 Apr 2017) | 1 line setting clean revision ------------------------------------------------------------------------ r64911 | yaminikb | 2017-04-05 01:19:02 -0700 (Wed, 05 Apr 2017) | 13 lines GLASSFISH-21689: web devtest gendocschema test fails The ASM that is currently used in GlassFish is quite old. There is a need to update to the latest ASM to be able to parse JDK8 as well as JDK9 classes. The following changes were done to address the above issues: 1. Download and test with a snapshot version of ASM 6.0_ALPHA (which is the latest) 2. Upload the new artifacts to maven repository. These bits were then "promoted". 3. Since ASM 5, interfaces are replaced with abstract classes which is what you will observe in the diffs. The new APIs also require specifying a ASM code in the constructors. 4. Also introduced log messages in generate-domain-schema for ease of debugging. 5. Verifier module is throwing errors instead of warnings for deprecated APIs, hence had to modify the verifier POM. Reviewed By: Arindam Tests: Manual tests, QL passed ------------------------------------------------------------------------ r64913 | java_re | 2017-04-05 19:39:23 -0700 (Wed, 05 Apr 2017) | 1 line setting clean revision ------------------------------------------------------------------------ r64916 | yaminikb | 2017-04-05 23:13:10 -0700 (Wed, 05 Apr 2017) | 5 lines GLASSFISH-21266: Start domain does not follow savelogin/savemasterpassword rules Tests: Manual, QL passed ------------------------------------------------------------------------ r64917 | java_re | 2017-04-06 02:37:51 -0700 (Thu, 06 Apr 2017) | 1 line setting clean revision ------------------------------------------------------------------------ r64918 | yaminikb | 2017-04-06 02:57:27 -0700 (Thu, 06 Apr 2017) | 6 lines Fixing a tiny bug that resulted in a regression in monitoring Tests: Web dev tests - monitorHttpService, monitorServletInstance,monitorWebRequest QL passed ------------------------------------------------------------------------