News

Community driven content discussing all aspects of software development from DevOps to design patterns. Just how hard is it to perform a JPA or Hibernate enum mapping with either annotations or a ...
If a SBE template new version updates an enum by adding a value to it ; then the generated code for the previous version will throw an exception when trying to decode the enum. An alternative would be ...
There's a bug in generation for postgres regarding enums with the same name in different schemas, it appears like the first schema will be used for the enum values ...