We have switched over to use SEQUENCE by default with H2.
This is because SEQUENCES support transparent jdbc batching. With H2 getGeneratedKeys is not support with JDBC batching.
If you still want to use IDENTITY with H2 ... then you can set this property.
Fixed in HEAD.