Hi, I have tested H2 with a Java 7 beta version some time ago and didn't find any obvious problem. The problems reported by Lucene seem to be quite serious however, and I suggest to use a Java version where those problems are fixed. I don't think those problems affect H2 directly, but from the bug description those problems seem to be quite serious, and could result in wrong data.
About NIO.2, I'm not sure if you refer to the new file system API (java.nio.file.*). If yes, I don't think those new features will help H2 directly. However, I have changed the internal file system abstraction to better match this new Java 7 API. In the future, this might simplify H2 (maybe I will move the file system implementations to an Apache project, not sure yet). Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
