Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in building appengine sample application #721

Closed
architsinha opened this issue Jun 19, 2017 · 2 comments
Closed

Error in building appengine sample application #721

architsinha opened this issue Jun 19, 2017 · 2 comments
Assignees

Comments

@architsinha
Copy link

I was trying to build and run the sample apps for appengine present at : https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine

I first tried the helloworld app present at : https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine/helloworld and was able to successfully build and run it with the steps mentioned.

After that I tried to build the datastore sample app present at: https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine/datastore
but the build was failing.
On running the command
mvn appengine:devserver
I got the following error:

Results :

Failed tests:
  MetadataPropertiesTest.printPropertyRange_printsProperties:158 expected:<Employee: ssn[
Invoice: amount
Invoice: date
Manager: name]
> but was:<Employee: ssn[
Invoice: amount
Invoice: date
]anager: name
>
  StartupServletTest.doGet_alreadyPopulated_writesOkay:104 "StartupServlet response": expected:<ok[]
] but was:<ok[
>
  StartupServletTest.doGet_emptyDatastore_writesOkay:86 "StartupServlet response": expected:<ok[]
] but was:<ok[
>

Tests run: 78, Failures: 3, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.736 s
[INFO] Finished at: 2017-06-19T14:16:02+05:30
[INFO] Final Memory: 28M/281M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project appengine-datastore: There are test failures.
[ERROR]
[ERROR] Please refer to F:\Google_Cloud_Example\java-docs-samples-master\appengine\datastore\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

After that I tried by adding option to skipTests and gave the following command:
mvn appengine:devserver -DskipTests

This inturn produces the following error:

An exception has occurred in the compiler (1.8.0_91). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include yo
java.lang.IllegalStateException: endPosTable already set
        at com.sun.tools.javac.util.DiagnosticSource.setEndPosTable(DiagnosticSource.java:136)
        at com.sun.tools.javac.util.Log.setEndPosTable(Log.java:350)
        at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:667)
        at com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:950)
        at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.<init>(JavacProcessingEnvironment.java:892)
        at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.next(JavacProcessingEnvironment.java:921)
        at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1187)
        at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1170)
        at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:856)
        at com.sun.tools.javac.main.Main.compile(Main.java:523)
        at com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:129)
        at com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:138)
        at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:125)
        at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:169)
        at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:825)
        at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:129)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
        at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:353)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:198)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
        at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.449 s
[INFO] Finished at: 2017-06-19T14:16:21+05:30
[INFO] Final Memory: 23M/210M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project appengine-datastore: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

After running once with the option -DskipTests, whether I enable the option or not , both the commands
mvn appengine:devserver
and
mvn appengine:update
failed with the second error.

The details of the maven and JDK I am using are:
Maven : 3.5.0
JDK: 1.8.0_91

I did search for this error, however I could not find any solution which worked for me. Is this some issue in maven? Has anyone else observed this? Is there some configuration or step which I am missing which is leading to this?

@lesv
Copy link
Contributor

lesv commented Jul 11, 2017

Sorry not to have seen this earlier.

I was seeing that error last week and it disappeared this week. The easiest suggestion is that you update to the latest version of the SDK and try again.

You may wish to use -DskipTests=true. In the root directory, remove the reference to the parent project com.google.cloud.samples shared-configuration as it is including https://errorprone.info that appears to be causing an issue.

@kurtisvg kurtisvg self-assigned this Jun 5, 2019
@kurtisvg
Copy link
Contributor

Notice: this issue has been closed because it has been inactive for 699 days. You may reopen this issue if it has been closed in error.

Sita04 pushed a commit that referenced this issue Nov 11, 2022
…thymeleaf to v2.6.4 (#721)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.springframework.boot:spring-boot-starter-thymeleaf](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.6.3` -> `2.6.4` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.6.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.6.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.6.4/compatibility-slim/2.6.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.6.4/confidence-slim/2.6.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>spring-projects/spring-boot</summary>

### [`v2.6.4`](https://togithub.com/spring-projects/spring-boot/releases/v2.6.4)

[Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.6.3...v2.6.4)

#### 🐞 Bug Fixes

-   Default JmxAutoConfiguration changes JConsole hierarchy for multi-property `@ManagedResource` object names [#&#8203;29970](https://togithub.com/spring-projects/spring-boot/issues/29970)
-   The active profiles log message is ambiguous when a profile's name contains a comma [#&#8203;29915](https://togithub.com/spring-projects/spring-boot/issues/29915)
-   `@SpyBean` causes BeanCurrentlyInCreationException when there are circular references [#&#8203;29909](https://togithub.com/spring-projects/spring-boot/issues/29909)
-   Failed application contexts are not deregistered from SpringApplicationShutdownHook [#&#8203;29905](https://togithub.com/spring-projects/spring-boot/issues/29905)
-   Gradle Plugin triggers eager configuration of some tasks [#&#8203;29817](https://togithub.com/spring-projects/spring-boot/issues/29817)
-   MimeMapping for ots has a trailing space in its mime type [#&#8203;29750](https://togithub.com/spring-projects/spring-boot/issues/29750)
-   A fat jar built with Gradle moves META-INF beneath BOOT-INF/classes while Maven leaves it at the jar's root [#&#8203;29748](https://togithub.com/spring-projects/spring-boot/issues/29748)
-   Dependency management for Liquibase does not include its liquibase-cdi module [#&#8203;29741](https://togithub.com/spring-projects/spring-boot/issues/29741)
-   server.tomcat.use-relative-redirects=true not honored when server.forward-headers-strategy=framework [#&#8203;29731](https://togithub.com/spring-projects/spring-boot/issues/29731)
-   Ignore invalid stream types when reading log update events [#&#8203;29691](https://togithub.com/spring-projects/spring-boot/issues/29691)
-   bootJar, bootRun, and bootWar do not pick up changes to the main source set's runtime classpath that are made after Boot's plugin has been applied [#&#8203;29679](https://togithub.com/spring-projects/spring-boot/issues/29679)
-   WebSessionIdResolverAutoConfiguration should only be active in a reactive web application [#&#8203;29669](https://togithub.com/spring-projects/spring-boot/issues/29669)
-   ErrorPageSecurityFilter cannot be destroyed in a Servlet 3.1 compatible container [#&#8203;29558](https://togithub.com/spring-projects/spring-boot/issues/29558)
-   Health Web Endpoint Extension Failed to Initialize When Some Conditions Hit [#&#8203;29532](https://togithub.com/spring-projects/spring-boot/issues/29532)

#### 📔 Documentation

-   Document that placeholders in `@DefaultValue` annotations are not resolved [#&#8203;29980](https://togithub.com/spring-projects/spring-boot/issues/29980)
-   Clarify relation of import path to resultant properties in configtree import data [#&#8203;29978](https://togithub.com/spring-projects/spring-boot/issues/29978)
-   bootRun example should use mainClass, rather than main which was deprecated in Gradle 7.1 [#&#8203;29966](https://togithub.com/spring-projects/spring-boot/issues/29966)
-   Rectify incorrect sanitizing regex example provided in how-to docs [#&#8203;29959](https://togithub.com/spring-projects/spring-boot/issues/29959)
-   "Customizing the Banner" should make it more obvious that any environment property can be used [#&#8203;29934](https://togithub.com/spring-projects/spring-boot/issues/29934)
-   Update javadoc to reflect move from WebSecurityConfigurerAdapter to SecurityFilterChain [#&#8203;29901](https://togithub.com/spring-projects/spring-boot/issues/29901)
-   Link directly to the Integration Properties section of the appendix when cross-referencing Kafka properties [#&#8203;29807](https://togithub.com/spring-projects/spring-boot/issues/29807)
-   Update documentation to reflect Hibernate's CamelCaseToUnderscoresNamingStrategy now being used by default [#&#8203;29743](https://togithub.com/spring-projects/spring-boot/issues/29743)
-   Add documentation for WebMvc.fn [#&#8203;29728](https://togithub.com/spring-projects/spring-boot/issues/29728)
-   Move appendix subsections under appendix section [#&#8203;29689](https://togithub.com/spring-projects/spring-boot/issues/29689)
-   In Gradle plugin docs, replace classifier (deprecated) with archiveClassifier in examples [#&#8203;29685](https://togithub.com/spring-projects/spring-boot/issues/29685)
-   Warn about the dangers of early bean initialization when using `@ConditionalOnExpression` [#&#8203;29616](https://togithub.com/spring-projects/spring-boot/issues/29616)
-   Rename Boxfuse to CloudCaptain [#&#8203;29539](https://togithub.com/spring-projects/spring-boot/issues/29539)
-   Upgrade version of gradle-git-properties in reference doc [#&#8203;29537](https://togithub.com/spring-projects/spring-boot/issues/29537)

#### 🔨 Dependency Upgrades

-   Upgrade to ActiveMQ 5.16.4 [#&#8203;29937](https://togithub.com/spring-projects/spring-boot/issues/29937)
-   Upgrade to AppEngine SDK 1.9.95 [#&#8203;29938](https://togithub.com/spring-projects/spring-boot/issues/29938)
-   Upgrade to Artemis 2.19.1 [#&#8203;29784](https://togithub.com/spring-projects/spring-boot/issues/29784)
-   Upgrade to Couchbase Client 3.2.5 [#&#8203;29785](https://togithub.com/spring-projects/spring-boot/issues/29785)
-   Upgrade to Dropwizard Metrics 4.2.8 [#&#8203;29786](https://togithub.com/spring-projects/spring-boot/issues/29786)
-   Upgrade to Glassfish JAXB 2.3.6 [#&#8203;29787](https://togithub.com/spring-projects/spring-boot/issues/29787)
-   Upgrade to Hibernate 5.6.5.Final [#&#8203;29788](https://togithub.com/spring-projects/spring-boot/issues/29788)
-   Upgrade to Hibernate Validator 6.2.2.Final [#&#8203;29789](https://togithub.com/spring-projects/spring-boot/issues/29789)
-   Upgrade to HttpClient5 5.1.3 [#&#8203;29790](https://togithub.com/spring-projects/spring-boot/issues/29790)
-   Upgrade to Jetty 9.4.45.v20220203 [#&#8203;29791](https://togithub.com/spring-projects/spring-boot/issues/29791)
-   Upgrade to Jetty Reactive HTTPClient 1.1.11 [#&#8203;29939](https://togithub.com/spring-projects/spring-boot/issues/29939)
-   Upgrade to Johnzon 1.2.16 [#&#8203;29793](https://togithub.com/spring-projects/spring-boot/issues/29793)
-   Upgrade to Json-smart 2.4.8 [#&#8203;29794](https://togithub.com/spring-projects/spring-boot/issues/29794)
-   Upgrade to Maven Javadoc Plugin 3.3.2 [#&#8203;29795](https://togithub.com/spring-projects/spring-boot/issues/29795)
-   Upgrade to Micrometer 1.8.3 [#&#8203;29718](https://togithub.com/spring-projects/spring-boot/issues/29718)
-   Upgrade to MongoDB 4.4.2 [#&#8203;29796](https://togithub.com/spring-projects/spring-boot/issues/29796)
-   Upgrade to Neo4j Java Driver 4.4.3 [#&#8203;29797](https://togithub.com/spring-projects/spring-boot/issues/29797)
-   Upgrade to Netty 4.1.74.Final [#&#8203;29798](https://togithub.com/spring-projects/spring-boot/issues/29798)
-   Upgrade to Netty tcNative 2.0.50.Final [#&#8203;29974](https://togithub.com/spring-projects/spring-boot/issues/29974)
-   Upgrade to Postgresql 42.3.3 [#&#8203;29941](https://togithub.com/spring-projects/spring-boot/issues/29941)
-   Upgrade to Reactor 2020.0.16 [#&#8203;29717](https://togithub.com/spring-projects/spring-boot/issues/29717)
-   Upgrade to SLF4J 1.7.36 [#&#8203;29801](https://togithub.com/spring-projects/spring-boot/issues/29801)
-   Upgrade to Spring Batch 4.3.5 [#&#8203;29724](https://togithub.com/spring-projects/spring-boot/issues/29724)
-   Upgrade to Spring Data 2021.1.2 [#&#8203;29721](https://togithub.com/spring-projects/spring-boot/issues/29721)
-   Upgrade to Spring Framework 5.3.16 [#&#8203;29719](https://togithub.com/spring-projects/spring-boot/issues/29719)
-   Upgrade to Spring Integration 5.5.9 [#&#8203;29963](https://togithub.com/spring-projects/spring-boot/issues/29963)
-   Upgrade to Spring Kafka 2.8.3 [#&#8203;29722](https://togithub.com/spring-projects/spring-boot/issues/29722)
-   Upgrade to Spring LDAP 2.3.6 [#&#8203;29720](https://togithub.com/spring-projects/spring-boot/issues/29720)
-   Upgrade to Spring Security 5.6.2 [#&#8203;29723](https://togithub.com/spring-projects/spring-boot/issues/29723)
-   Upgrade to Spring Session 2021.1.2 [#&#8203;29725](https://togithub.com/spring-projects/spring-boot/issues/29725)
-   Upgrade to Thymeleaf 3.0.15.RELEASE [#&#8203;29802](https://togithub.com/spring-projects/spring-boot/issues/29802)
-   Upgrade to Tomcat 9.0.58 [#&#8203;29803](https://togithub.com/spring-projects/spring-boot/issues/29803)
-   Upgrade to Undertow 2.2.16.Final [#&#8203;29804](https://togithub.com/spring-projects/spring-boot/issues/29804)

#### ❤️ Contributors

We'd like to thank all the contributors who worked on this release!

-   [@&#8203;dreis2211](https://togithub.com/dreis2211)
-   [@&#8203;UbaidurRehman1](https://togithub.com/UbaidurRehman1)
-   [@&#8203;mhalbritter](https://togithub.com/mhalbritter)
-   [@&#8203;quaff](https://togithub.com/quaff)
-   [@&#8203;axelfontaine](https://togithub.com/axelfontaine)
-   [@&#8203;lachlan-roberts](https://togithub.com/lachlan-roberts)
-   [@&#8203;jvalkeal](https://togithub.com/jvalkeal)
-   [@&#8203;mihailcornescu](https://togithub.com/mihailcornescu)
-   [@&#8203;izeye](https://togithub.com/izeye)
-   [@&#8203;larsgrefer](https://togithub.com/larsgrefer)
-   [@&#8203;halcyon22](https://togithub.com/halcyon22)
-   [@&#8203;polarbear567](https://togithub.com/polarbear567)
-   [@&#8203;gcoppex](https://togithub.com/gcoppex)
-   [@&#8203;terminux](https://togithub.com/terminux)

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-recaptchaenterprise).
Sita04 pushed a commit that referenced this issue Nov 15, 2022
…thymeleaf to v2.6.4 (#721)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.springframework.boot:spring-boot-starter-thymeleaf](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.6.3` -> `2.6.4` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.6.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.6.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.6.4/compatibility-slim/2.6.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.6.4/confidence-slim/2.6.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>spring-projects/spring-boot</summary>

### [`v2.6.4`](https://togithub.com/spring-projects/spring-boot/releases/v2.6.4)

[Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.6.3...v2.6.4)

#### 🐞 Bug Fixes

-   Default JmxAutoConfiguration changes JConsole hierarchy for multi-property `@ManagedResource` object names [#&#8203;29970](https://togithub.com/spring-projects/spring-boot/issues/29970)
-   The active profiles log message is ambiguous when a profile's name contains a comma [#&#8203;29915](https://togithub.com/spring-projects/spring-boot/issues/29915)
-   `@SpyBean` causes BeanCurrentlyInCreationException when there are circular references [#&#8203;29909](https://togithub.com/spring-projects/spring-boot/issues/29909)
-   Failed application contexts are not deregistered from SpringApplicationShutdownHook [#&#8203;29905](https://togithub.com/spring-projects/spring-boot/issues/29905)
-   Gradle Plugin triggers eager configuration of some tasks [#&#8203;29817](https://togithub.com/spring-projects/spring-boot/issues/29817)
-   MimeMapping for ots has a trailing space in its mime type [#&#8203;29750](https://togithub.com/spring-projects/spring-boot/issues/29750)
-   A fat jar built with Gradle moves META-INF beneath BOOT-INF/classes while Maven leaves it at the jar's root [#&#8203;29748](https://togithub.com/spring-projects/spring-boot/issues/29748)
-   Dependency management for Liquibase does not include its liquibase-cdi module [#&#8203;29741](https://togithub.com/spring-projects/spring-boot/issues/29741)
-   server.tomcat.use-relative-redirects=true not honored when server.forward-headers-strategy=framework [#&#8203;29731](https://togithub.com/spring-projects/spring-boot/issues/29731)
-   Ignore invalid stream types when reading log update events [#&#8203;29691](https://togithub.com/spring-projects/spring-boot/issues/29691)
-   bootJar, bootRun, and bootWar do not pick up changes to the main source set's runtime classpath that are made after Boot's plugin has been applied [#&#8203;29679](https://togithub.com/spring-projects/spring-boot/issues/29679)
-   WebSessionIdResolverAutoConfiguration should only be active in a reactive web application [#&#8203;29669](https://togithub.com/spring-projects/spring-boot/issues/29669)
-   ErrorPageSecurityFilter cannot be destroyed in a Servlet 3.1 compatible container [#&#8203;29558](https://togithub.com/spring-projects/spring-boot/issues/29558)
-   Health Web Endpoint Extension Failed to Initialize When Some Conditions Hit [#&#8203;29532](https://togithub.com/spring-projects/spring-boot/issues/29532)

#### 📔 Documentation

-   Document that placeholders in `@DefaultValue` annotations are not resolved [#&#8203;29980](https://togithub.com/spring-projects/spring-boot/issues/29980)
-   Clarify relation of import path to resultant properties in configtree import data [#&#8203;29978](https://togithub.com/spring-projects/spring-boot/issues/29978)
-   bootRun example should use mainClass, rather than main which was deprecated in Gradle 7.1 [#&#8203;29966](https://togithub.com/spring-projects/spring-boot/issues/29966)
-   Rectify incorrect sanitizing regex example provided in how-to docs [#&#8203;29959](https://togithub.com/spring-projects/spring-boot/issues/29959)
-   "Customizing the Banner" should make it more obvious that any environment property can be used [#&#8203;29934](https://togithub.com/spring-projects/spring-boot/issues/29934)
-   Update javadoc to reflect move from WebSecurityConfigurerAdapter to SecurityFilterChain [#&#8203;29901](https://togithub.com/spring-projects/spring-boot/issues/29901)
-   Link directly to the Integration Properties section of the appendix when cross-referencing Kafka properties [#&#8203;29807](https://togithub.com/spring-projects/spring-boot/issues/29807)
-   Update documentation to reflect Hibernate's CamelCaseToUnderscoresNamingStrategy now being used by default [#&#8203;29743](https://togithub.com/spring-projects/spring-boot/issues/29743)
-   Add documentation for WebMvc.fn [#&#8203;29728](https://togithub.com/spring-projects/spring-boot/issues/29728)
-   Move appendix subsections under appendix section [#&#8203;29689](https://togithub.com/spring-projects/spring-boot/issues/29689)
-   In Gradle plugin docs, replace classifier (deprecated) with archiveClassifier in examples [#&#8203;29685](https://togithub.com/spring-projects/spring-boot/issues/29685)
-   Warn about the dangers of early bean initialization when using `@ConditionalOnExpression` [#&#8203;29616](https://togithub.com/spring-projects/spring-boot/issues/29616)
-   Rename Boxfuse to CloudCaptain [#&#8203;29539](https://togithub.com/spring-projects/spring-boot/issues/29539)
-   Upgrade version of gradle-git-properties in reference doc [#&#8203;29537](https://togithub.com/spring-projects/spring-boot/issues/29537)

#### 🔨 Dependency Upgrades

-   Upgrade to ActiveMQ 5.16.4 [#&#8203;29937](https://togithub.com/spring-projects/spring-boot/issues/29937)
-   Upgrade to AppEngine SDK 1.9.95 [#&#8203;29938](https://togithub.com/spring-projects/spring-boot/issues/29938)
-   Upgrade to Artemis 2.19.1 [#&#8203;29784](https://togithub.com/spring-projects/spring-boot/issues/29784)
-   Upgrade to Couchbase Client 3.2.5 [#&#8203;29785](https://togithub.com/spring-projects/spring-boot/issues/29785)
-   Upgrade to Dropwizard Metrics 4.2.8 [#&#8203;29786](https://togithub.com/spring-projects/spring-boot/issues/29786)
-   Upgrade to Glassfish JAXB 2.3.6 [#&#8203;29787](https://togithub.com/spring-projects/spring-boot/issues/29787)
-   Upgrade to Hibernate 5.6.5.Final [#&#8203;29788](https://togithub.com/spring-projects/spring-boot/issues/29788)
-   Upgrade to Hibernate Validator 6.2.2.Final [#&#8203;29789](https://togithub.com/spring-projects/spring-boot/issues/29789)
-   Upgrade to HttpClient5 5.1.3 [#&#8203;29790](https://togithub.com/spring-projects/spring-boot/issues/29790)
-   Upgrade to Jetty 9.4.45.v20220203 [#&#8203;29791](https://togithub.com/spring-projects/spring-boot/issues/29791)
-   Upgrade to Jetty Reactive HTTPClient 1.1.11 [#&#8203;29939](https://togithub.com/spring-projects/spring-boot/issues/29939)
-   Upgrade to Johnzon 1.2.16 [#&#8203;29793](https://togithub.com/spring-projects/spring-boot/issues/29793)
-   Upgrade to Json-smart 2.4.8 [#&#8203;29794](https://togithub.com/spring-projects/spring-boot/issues/29794)
-   Upgrade to Maven Javadoc Plugin 3.3.2 [#&#8203;29795](https://togithub.com/spring-projects/spring-boot/issues/29795)
-   Upgrade to Micrometer 1.8.3 [#&#8203;29718](https://togithub.com/spring-projects/spring-boot/issues/29718)
-   Upgrade to MongoDB 4.4.2 [#&#8203;29796](https://togithub.com/spring-projects/spring-boot/issues/29796)
-   Upgrade to Neo4j Java Driver 4.4.3 [#&#8203;29797](https://togithub.com/spring-projects/spring-boot/issues/29797)
-   Upgrade to Netty 4.1.74.Final [#&#8203;29798](https://togithub.com/spring-projects/spring-boot/issues/29798)
-   Upgrade to Netty tcNative 2.0.50.Final [#&#8203;29974](https://togithub.com/spring-projects/spring-boot/issues/29974)
-   Upgrade to Postgresql 42.3.3 [#&#8203;29941](https://togithub.com/spring-projects/spring-boot/issues/29941)
-   Upgrade to Reactor 2020.0.16 [#&#8203;29717](https://togithub.com/spring-projects/spring-boot/issues/29717)
-   Upgrade to SLF4J 1.7.36 [#&#8203;29801](https://togithub.com/spring-projects/spring-boot/issues/29801)
-   Upgrade to Spring Batch 4.3.5 [#&#8203;29724](https://togithub.com/spring-projects/spring-boot/issues/29724)
-   Upgrade to Spring Data 2021.1.2 [#&#8203;29721](https://togithub.com/spring-projects/spring-boot/issues/29721)
-   Upgrade to Spring Framework 5.3.16 [#&#8203;29719](https://togithub.com/spring-projects/spring-boot/issues/29719)
-   Upgrade to Spring Integration 5.5.9 [#&#8203;29963](https://togithub.com/spring-projects/spring-boot/issues/29963)
-   Upgrade to Spring Kafka 2.8.3 [#&#8203;29722](https://togithub.com/spring-projects/spring-boot/issues/29722)
-   Upgrade to Spring LDAP 2.3.6 [#&#8203;29720](https://togithub.com/spring-projects/spring-boot/issues/29720)
-   Upgrade to Spring Security 5.6.2 [#&#8203;29723](https://togithub.com/spring-projects/spring-boot/issues/29723)
-   Upgrade to Spring Session 2021.1.2 [#&#8203;29725](https://togithub.com/spring-projects/spring-boot/issues/29725)
-   Upgrade to Thymeleaf 3.0.15.RELEASE [#&#8203;29802](https://togithub.com/spring-projects/spring-boot/issues/29802)
-   Upgrade to Tomcat 9.0.58 [#&#8203;29803](https://togithub.com/spring-projects/spring-boot/issues/29803)
-   Upgrade to Undertow 2.2.16.Final [#&#8203;29804](https://togithub.com/spring-projects/spring-boot/issues/29804)

#### ❤️ Contributors

We'd like to thank all the contributors who worked on this release!

-   [@&#8203;dreis2211](https://togithub.com/dreis2211)
-   [@&#8203;UbaidurRehman1](https://togithub.com/UbaidurRehman1)
-   [@&#8203;mhalbritter](https://togithub.com/mhalbritter)
-   [@&#8203;quaff](https://togithub.com/quaff)
-   [@&#8203;axelfontaine](https://togithub.com/axelfontaine)
-   [@&#8203;lachlan-roberts](https://togithub.com/lachlan-roberts)
-   [@&#8203;jvalkeal](https://togithub.com/jvalkeal)
-   [@&#8203;mihailcornescu](https://togithub.com/mihailcornescu)
-   [@&#8203;izeye](https://togithub.com/izeye)
-   [@&#8203;larsgrefer](https://togithub.com/larsgrefer)
-   [@&#8203;halcyon22](https://togithub.com/halcyon22)
-   [@&#8203;polarbear567](https://togithub.com/polarbear567)
-   [@&#8203;gcoppex](https://togithub.com/gcoppex)
-   [@&#8203;terminux](https://togithub.com/terminux)

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-recaptchaenterprise).
Sita04 pushed a commit that referenced this issue Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants