Repackage Javapoet in org.springframework.javapoet

This commit repackages the Javapoet library into spring-core so that it
can be used by the AOT engine without requiring a specific version.

Closes gh-27828
This commit is contained in:
Stephane Nicoll
2022-01-06 14:52:48 +01:00
parent 7a2c9b80c2
commit dfae8effa8
3 changed files with 34 additions and 3 deletions

View File

@@ -255,6 +255,14 @@ CGLIB 3.3 is licensed under the Apache License, version 2.0, the text of which
is included above.
>>> JavaPoet 1.13.0 (com.squareup:javapoet:1.13.0):
Per the LICENSE file in the CGLIB JAR distribution downloaded from
https://github.com/square/javapoet/archive/refs/tags/javapoet-1.13.0.zip,
JavaPoet 1.13.0 is licensed under the Apache License, version 2.0, the text of
which is included above.
>>> Objenesis 3.1 (org.objenesis:objenesis:3.1):
Per the LICENSE file in the Objenesis ZIP distribution downloaded from