On 19/12/2019 11:23, Rory O'Donnell wrote: > Hi Mark, > > On 16/12/2019 16:10, Mark Thomas wrote: >> On 14/12/2019 16:48, Rory O'Donnell wrote: >>> Hi Mark, >>> >>> *Per the JDK 14 schedule , we are now in Rampdown Phase One* >>> >>> *Please advise if you have found any issues while testing the latest >>> Early Access build. >> Rory, >> >> The addition of java.lang.Record triggered as unit test failure (as it >> is meant to) and we have updated the EL optimisation code that depends >> on knowing the names of all the classes in the java.lang package to take >> account of this new class. The tests are passing again. >> >> However, the tests were run without enabling preview features. With that >> in mind should the Record class have been returned when enumerating the >> classes via ModuleReader.list() ? > ModuleReader::list is intended to list all resources in a module, this > includes all class files and non-class files. > So not much else to say on this because enumerating the contents of a > module is completely independent on > whether preview features are enabled or not. > > I hope that helps ?
It does. Thanks Rory. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org