Results 17 comments of Paul Sandoz

Re: `*PrimaryKeyIndex` can you explain more?

@koperm sorry for the delay, been busy with other things. The JavaDoc looks good but overall the implementation is still too specific to deprecation. Another use-case we recently thought about...

@koperm re: @deprecatedapi we are in strong agreement :-) Next week i will create a pull request merging in your deprecated feature with a more general mechanism for "modifiers" on...

A general concern i have is the Jackson JSON serializer is operating by reflecting over the generated API classes. This is likely to be fragile. The generated API is a...

Using a `stream().map(HString::getValue)` may make things a little more palatable in the interim of fully addressing this issue. Alas the naming convention for accessors of collections of core reference types...

I have a general concern on the change and removal of public API artifacts before they have been marked as deprecated, rather than just focusing on not generating a client...

To answer my own question. I believe the changes to the protected constructor of `HollowObjectTypeAPI` will break existing generated client API code. For example, the test `HollowPrimitiveTypesAPIGeneratorTest` will generate the...