Conversation
components/abstractions/src/main/java/com/microsoft/kiota/serialization/ParseNode.java
Outdated
Show resolved
Hide resolved
baywet
left a comment
There was a problem hiding this comment.
Thanks for taking this on. I think we should bump the minor and release the packages as soon as the generation changes are in.
components/abstractions/src/main/java/com/microsoft/kiota/RequestAdapter.java
Show resolved
Hide resolved
components/abstractions/src/main/java/com/microsoft/kiota/RequestAdapter.java
Show resolved
Hide resolved
|
I'm converting from Lambdas to plain classes to achieve compatibility, leave this on me @baywet if you don't mind. |
do you mean using this syntax instead of a lambda |
0c7122f to
2a045ff
Compare
|
I done the changes to make the linter happy and expanded the functional interface into a real |
components/abstractions/src/main/java/com/microsoft/kiota/serialization/ValuedEnumParser.java
Show resolved
Hide resolved
components/abstractions/src/main/java/com/microsoft/kiota/RequestAdapter.java
Show resolved
Hide resolved
…alization/ValuedEnumParser.java Co-authored-by: Vincent Biret <vibiret@microsoft.com>
|
should be good for a final review now 👍 |
|
maybe not, let me double-check, sorry for the noise. |
...nts/serialization/json/src/test/java/com/microsoft/kiota/serialization/mocks/TestEntity.java
Outdated
Show resolved
Hide resolved
baywet
left a comment
There was a problem hiding this comment.
Thanks for making the changes!
Proposal to fix #840