You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is a combination of 4 commits.tree 09bd3af420b9a9e07270415c9f84b7a43bf7af9c
parent 1920f00
author Alan Woodward <[email protected]> 1626700953 +0100
committer Alan Woodward <[email protected]> 1626700953 +0100
Make NestedObjectMapper its own class (elastic#74410)
Nested objects are implemented via a Nested class directly on object mappers,
even though nested and non-nested objects have quite different semantics. In
addition, most call-sites that need to get an object mapper in fact need a nested
object mapper. To make it clearer that nested and object mappers are different
beasts with different implementations and different requirements, we should
split them into different classes.
server:test compiles
:server:tests pass
# This is the commit message elastic#4:
fix merge includes
0 commit comments