There are missing two java files under the package org.springframework.javapoet, caused compiler error of the class AutowiredAnnotationBeanPostProcessor

Comment From: bclozel

Which Spring version are you using?

Comment From: MrChengs

Which Spring version are you using?

Please ref the branch 6.2.x

Comment From: bclozel

Classes are in the jar, it's an issue on your side then.

➜  /tmp wget https://repo1.maven.org/maven2/org/springframework/spring-core/6.2.4/spring-core-6.2.4.jar
➜  /tmp jar -tvf spring-core-6.2.4.jar | grep ClassName.class
  9689 Thu Jun 18 11:43:28 CEST 2020 org/springframework/javapoet/ClassName.class
➜  /tmp jar -tvf spring-core-6.2.4.jar | grep CodeBlock.class
  8067 Thu Jun 18 11:43:28 CEST 2020 org/springframework/javapoet/CodeBlock.class