Elliotte Rusty Harold

Results 198 comments of Elliotte Rusty Harold

Why do you say that? See also https://engdoc.corp.google.com/eng/doc/devguide/java/primer/index.md?cl=head#data-interchange-formats-serialization

I've managed to get GSON back to a state where it is now possible to fix bugs and release new versions if needed. GSON 2.8.7 was released yesterday.

This change is required per security team advice.

I don't think we've ever made a formal statement that pre-1.0 means not supported, or that this product is not supported. Assuming that's the case we should probably release an...

Ping @BrandonY Anyone know which team we should talk to?

Yep: ``` Expected: Expected text value ' ' but was ' ' - comparing at /project[1]/text()[1] to at /project[1]/text()[1]: pom myArtifactId1 but: result was: pom myArtifactId1 ```

It might make sense to create a new Java 11 test rather than changing this one.

I'm trying to understand what's going on here, and how it fails. This is easier to do one change at a time. This test isn't very well factored to start...

I think you've identified the likely cause of the bug. I do not, however, agree with the proposed fix. There's nothing about this bug that suggests we should be adding...