Skip to content

Conversation

@rickettmwork
Copy link
Member

No description provided.


private static AddThenHideOldStrategy _athos = new AddThenHideOldStrategy();

private Object invoke(Object object, String methodName, Object... args) throws SecurityException, IllegalArgumentException, ClassNotFoundException, NoSuchMethodException, IllegalAccessException, InstantiationException, InvocationTargetException {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we/should we use a common method in the ReflectionTricks class (test-utils project)?
Which would save writing this method multiple times

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably :)
In fact its quite similar to the existing reflectiveCall... methods in ReflectionTricks
Only problem is the method is actually slightly different in each class, but it should be doable - I will have a go.

javax_json_version="1.0"
glassfish_json_version="1.0.+"
mongodb_java_version="2.13.0"
mongodb_java_version="2.14.+"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because the mongo jar version has to be specified exactly in the server.xml, and you have updated to 2.14.3, I think this needs to be exactly 2.14.3 as well. Even though that is a sucky thing to do

@rickettmwork rickettmwork merged commit 9314149 into WASdev:master Jun 5, 2018
@rickettmwork rickettmwork deleted the java8 branch June 5, 2018 15:33
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.

2 participants