rzo1 opened a new pull request, #155:
URL: https://github.com/apache/openjpa/pull/155
Cleans up the reported nits in `SchemaManagerImpl` (stray double semicolon,
redundant `(Exception)` cast, javadoc typo) and stops `validate()` from
wrapping an `UnsupportedOperationException` into
`SchemaValidationException("Schema could not be validated: null")` — a store
that does not implement validation now reports a missing capability,
consistently with `create()`, `drop()` and `truncate()`. The message-less
`UnsupportedOperationException`s in `AbstractBrokerFactory` got real messages,
and a new `TestSchemaManagerImpl` covers both the unsupported and the
real-failure path.
The `Strucuture`/`Struture` typos from the review comment are already fixed
on master (commit cbb19f777, "[OPENJPA-2940] Fixes typos in BrokerFactory"), so
no rename was needed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]