Skip to content

Conversation

@gavinking
Copy link
Member

also clean up some code with respect to generic typing + improve some exception reporting

@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Jul 26, 2023

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+
    ↳ Offending commits: [c0df078]

› This message was automatically generated.

also:

- clean up some code with respect to generic typing
- improve some exception reporting
@gavinking gavinking force-pushed the bean-instantiation branch from 409817d to c0df078 Compare July 26, 2023 13:08
public static void ensureAccessibility(AccessibleObject accessibleObject) {
if ( accessibleObject.isAccessible() ) {
return;
if ( !accessibleObject.isAccessible() ) {

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation

Invoking [AccessibleObject.isAccessible](1) should be avoided because it has been deprecated.
@gavinking gavinking merged commit 9add83e into hibernate:main Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant