smolnar82 commented on a change in pull request #55: KNOX-1162 - Logging
stacktrace for FATAL messages and displaying a meaningful error message in case
of missing/non-parsable JAAS configuration
URL: https://github.com/apache/knox/pull/55#discussion_r258086184
##########
File path:
gateway-util-urltemplate/src/test/java/org/apache/knox/gateway/util/urltemplate/MatcherTest.java
##########
@@ -796,7 +796,7 @@ public void testMultipleDoubleStarPathMatching() throws
URISyntaxException {
Template template;
Template input;
Matcher<String> stringMatcher;
- Matcher<?>.Match match;
Review comment:
```
$ java -version
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
```
I use the same version in my IDE too...
The same issue like described here:
https://stackoverflow.com/questions/29621138/why-is-assertthatmap1-sameinstancemap2-not-allowed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services