Update to datastax java driver and Spring 4 and also Java 8 code#938
Open
lnorregaard wants to merge 51 commits intoippontech:masterfrom
Open
Update to datastax java driver and Spring 4 and also Java 8 code#938lnorregaard wants to merge 51 commits intoippontech:masterfrom
lnorregaard wants to merge 51 commits intoippontech:masterfrom
Conversation
Outcommented a mockMVC in GroupControllerTest
| public LoadBalancingPolicy parseLbPolicy(String loadBalancingPolicyString) throws InstantiationException, | ||
| IllegalAccessException, ClassNotFoundException, NoSuchMethodException, SecurityException, | ||
| IllegalArgumentException, InvocationTargetException { | ||
| String lb_regex = "([a-zA-Z]*Policy)(\\()(.*)(\\))"; |
There was a problem hiding this comment.
Is this regex match all the parsers which you are trying to parse.
I guess the Policy part which you are using might not give the exact part.
if not getting my point please let me know
Author
There was a problem hiding this comment.
I'm not sure what you mean?
It tries to get the load balancing policy out together with the parameters for the load balancing
|
You had the right idea on updating these dependencies, it's a shame they were never merged into the master branch. I'd like to see this project be updated to the point where it could work today. I've tried updating the package dependencies and maven plugin versions, but it seems there's more to it than that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the code needed to run under java 8. Also Cassandra is now using the CQL communication instead of Thrift.
Spring version have been upgraded to version 4.
The Spring 4 security also introduced that the j_username and j_password have changed to username and password
A MockMVCTest is failing in the web sub project. This is outcommented at the moment as it seems to be a problem with mockmvc. I will look into it later