Releases: GoogleCloudPlatform/appengine-java-standard
Releases · GoogleCloudPlatform/appengine-java-standard
v2.0.31
What's Changed
- Update all non-major dependencies by @renovate-bot in #276
- Update all non-major dependencies by @renovate-bot in #280
- Update all non-major dependencies by @renovate-bot in #281
Full Changelog: v2.0.30...v2.0.31
v2.0.30
What's Changed
- AppEngineAuthenticator does need to extend LoginAuthenticator for EE10 by @lachlan-roberts in #247
- Update all non-major dependencies by @renovate-bot in #248
- Issue #251 - mark baseRequest as secure for HttpConnector mode with Jetty9.4 runtimes by @lachlan-roberts in #252
- Update all non-major dependencies by @renovate-bot in #253
- Update all non-major dependencies by @renovate-bot in #254
- Update all non-major dependencies to v12.0.12 by @renovate-bot in #255
- Update all non-major dependencies by @renovate-bot in #256
- Update all non-major dependencies by @renovate-bot in #259
- Initialize HttpChannel in DelegateConnection to create Violation Listeners by @lachlan-roberts in #260
- Update all non-major dependencies by @renovate-bot in #261
- add markdown file to help with debugging by @lachlan-roberts in #263
- Update all non-major dependencies by @renovate-bot in #265
- ensure flushOnResponseCommit is true for session caches by @lachlan-roberts in #267
- lazy initialization of AppEngineWebAppContext for HttpConnector mode by @lachlan-roberts in #271
- Update all non-major dependencies by @renovate-bot in #273
Full Changelog: v2.0.29...v2.0.30
v2.0.29
What's Changed
- Update all non-major dependencies by @renovate-bot in #238
- Issue #241 - fix deferred authentication for Java21 EE10 runtime by @lachlan-roberts in #243
- Update Jetty versions to 9.4.55 and 12.0.11 by @lachlan-roberts in #245
- Update all non-major dependencies by @renovate-bot in #244
- Fixes for EE10AppEngineAuthentication by @lachlan-roberts in #246
Full Changelog: v2.0.28...v2.0.29
v2.0.28
What's Changed
- Update dependency com.google.cloud:google-cloud-storage to v2.38.0 by @renovate-bot in #176
- fix bugs with DevAppServer and EE8 by @lachlan-roberts in #188
- Add tests for ServletContextListener for jetty94, EE8 and EE10 by @lachlan-roberts in #189
- Update dependency com.google.code.gson:gson to v2.11.0 by @renovate-bot in #201
- Update netty monorepo to v4.1.110.Final by @renovate-bot in #202
- Update dependency com.google.cloud:google-cloud-spanner to v6.67.0 by @renovate-bot in #203
- Update dependency com.google.cloud:google-cloud-storage to v2.39.0 by @renovate-bot in #204
- Update dependency com.google.cloud:google-cloud-datastore to v2.20.0 by @renovate-bot in #214
- Update Jetty to 12.0.10 and fix issues with jetty-dir.css in JettyServletEngineAdapter by @lachlan-roberts in #225
Full Changelog: v2.0.27...v2.0.28
v2.0.27
What's Changed
- do not print stacktrace if logging file cannot be found by @lachlan-roberts in #104
- add option to do a Jetty server dump to help with debug (jetty9) by @lachlan-roberts in #102
- Bug fix to allow applications to add Jetty servlets and filters. by @lachlan-roberts in #105
- use startWebapp instead of doStart for AppEngineWebAppContext by @lachlan-roberts in #115
- EE10AppEngineAuthentication should be using UserAuthenticationSucceeded not UserAuthenticationSent by @lachlan-roberts in #116
- Update dependency com.google.api-client:google-api-client to v2.4.1 by @renovate-bot in #118
- Update dependency com.coderplus.maven.plugins:copy-rename-maven-plugin to v1.0.1 by @renovate-bot in #117
- Update dependency com.google.appengine:appengine-apis-dev to v2.0.26 by @renovate-bot in #122
- Update dependency maven to v3.9.6 by @renovate-bot in #126
- Update dependency org.apache.httpcomponents:httpclient to v4.5.14 by @renovate-bot in #127
- Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.6.3 by @renovate-bot in #138
- Update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.6.1 by @renovate-bot in #136
- Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.1 by @renovate-bot in #137
- Update dependency org.codehaus.mojo:javacc-maven-plugin to v3.1.0 by @renovate-bot in #139
- Update dependency com.google.cloud:google-cloud-datastore to v2.19.1 by @renovate-bot in #124
- Update dependency io.opencensus:opencensus-api to v0.31.1 by @renovate-bot in #125
- Update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.4.1 by @renovate-bot in #128
- Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.4 by @renovate-bot in #129
- Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.5 by @renovate-bot in #141
- Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.13.0 by @renovate-bot in #135
- Update dependency org.aspectj:aspectjrt to v1.9.22 by @renovate-bot in #142
- Update dependency org.aspectj:aspectjweaver to v1.9.22 by @renovate-bot in #144
- Update jetty.version to v11.0.20 by @renovate-bot in #146
- Update spring boot to v2.7.18 by @renovate-bot in #147
- Update dependency com.google.errorprone:error_prone_annotations to v2.27.1 by @renovate-bot in #132
- Update jetty12.version to v12.0.9 by @renovate-bot in #171
- Update dependency org.apache.maven.plugin-tools:maven-plugin-annotations to v3.13.0 by @renovate-bot in #165
- update Jetty version to 12.0.9 by @lachlan-roberts in #175
New Contributors
- @renovate-bot made their first contribution in #118
Full Changelog: v2.0.26...v2.0.27
v2.0.26
What's Changed
- Fix use of ServletHandler.MappedServlet in ResourceFileServlet by @lachlan-roberts in #98
- add option to do a Jetty server dump to help with debug by @lachlan-roberts in #101
- Update maven.yml with jdk22 by @ludoch in #106
- Update maven dependencies to keep up with latest CVEs (io.netty related) by @ludoch
Full Changelog: v2.0.25...v2.0.26
v2.0.25
Full Changelog: v2.0.24...v2.0.25
v2.0.24
What's Changed
- changes to improve debugging for JavaRuntimeViaHttpBase by @lachlan-roberts in #81
- Fix typo in "appengine.use.EE8" by @stickfigure in #84
- Issue #85 - fixes for CoreSizeLimitHandler by @lachlan-roberts in #86
- make ContentChunk retainable so multipart can use the chunks by @lachlan-roberts in #87
New Contributors
- @stickfigure made their first contribution in #84
Full Changelog: v2.0.23...v2.0.24
v2.0.23
Full Changelog: v2.0.22...v2.0.23
v2.0.22
What's Changed
- fix issues with non-writable temp directories by @lachlan-roberts in #77
- Fixes for AppEngineAuthentication in EE10 by @lachlan-roberts in #76
- merge some missing commits from ee10-jetty branch by @lachlan-roberts in #78
- Use HttpStream.Wrapper for completion listener in JettyContainerService by @lachlan-roberts in #79
- fixes to make spring boot application run on DevAppServer by @lachlan-roberts in #80
Full Changelog: v2.0.21...v2.0.22