codeconsole commented on PR #16209:
URL: https://github.com/apache/grails-core/pull/16209#issuecomment-5401241014

   > > Exception downstream
   > > ```
   > > org.bson.codecs.configuration.CodecConfigurationException: Can't find a 
codec for CodecCacheKey{clazz=class java.lang.Object, types=null}.
   > >         at 
org.bson.internal.ProvidersCodecRegistry.lambda$get$0(ProvidersCodecRegistry.java:86)
   > >         at 
org.bson.internal.ProvidersCodecRegistry.get(ProvidersCodecRegistry.java:79)
   > >         at 
org.bson.internal.ChildCodecRegistry.get(ChildCodecRegistry.java:68)
   > >         at 
org.bson.codecs.BsonDocumentWrapperCodec.encode(BsonDocumentWrapperCodec.java:63)
   > >         at 
org.bson.codecs.BsonDocumentWrapperCodec.encode(BsonDocumentWrapperCodec.java:29)
   > >         at 
org.bson.codecs.BsonDocumentWrapperCodec.encode(BsonDocumentWrapperCodec.java:63)
   > >         at 
org.bson.codecs.BsonDocumentWrapperCodec.encode(BsonDocumentWrapperCodec.java:29)
   > > ```
   > 
   > Ok, just ignore my comment, sorry for not testing it. Must be a false 
positive in IntelliJ.
   
   @matrei that wasn't based on your suggestion. I was just adding the more 
complete stack trace from before the PR
   
   What is going on with IntelliJ? why does it report things that are not 
issues? 
   
   I see these unrelated 3 errors in the same file.
   ```
   Expected '?', found 'grails.databinding.TypedStructuredBindingEditor'
   Expected '?', found 'grails.databinding.converters.ValueConverter'
   Expected '?', found 'grails.databinding.converters.FormattedValueConverter'
   ```
   
   Are we wanting to code to IntelliJ complaints even though gradle compiles 
everything fine? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to