Yanming Zhou
Yanming Zhou
parameterName is changed from `headers[id]` to `headers` after commit https://github.com/spring-projects/spring-framework/commit/64b6beed5b135344b6f0d15bc50bf4c08c2ab9bb
spel is already supported.
Using `Optional` as field is not a good practice. https://stackoverflow.com/a/29033935/391148
Some unit test failed, I'am trying to fix it.
I have tried and failed, please refactor test case according to #21.
@gkorland Replied in SO thread.
@gkorland Oracle close other resources except `oracle.jdbc.driver.HAManager.timer` while deregister driver, it's a bug, but I don't know where to file an issue. You could get the `timer` instance by reflection...
I have same problem if new version add fields with same serialVersionUID, I hope fst provide an option to respect serialVersionUID for safe deserialize with new version class, It's very...
@thefallentree protobuf and thrift and avro need schema to generate NON-POJO code, It is not intuitional, I like the way similar with java.io.Serializable.
> this is pretty much how Find already works, except that the syntax is just the search pattern, it does not recognize tag=value Yes, It should reuse `Find...`, one more...