Details
Description
As reported by Guofeng Zhang, in Oracle 11g, tables names could not exceed 30 characters.
Currently, JAMES_MAX_DEFAULT_MESSAGE_COUNT does exceed that limit.
We need to:
- Add a test to ensure no table name exceeds 30 character
- Rename that table.
Note that the migration could be done by simply renaming the table via SQL.
This needs to be documented as a 3.0.0, 3.0.1 -> 3.1.0 upgrade step for JPA users.