Elena Felder
Elena Felder
`Flux.create` supports a hybrid push/pull model in which a subset of demand is fulfilled immediately, with the remainder delivered by pushing from a hot publisher that does not respect demand...
I've had to set the base image in quite a few integration tests. This will all work fine for a year or two, but we should back it out at...
The GCP adapter assumes there is a single object value for each message header key [in this code](https://github.com/spring-cloud/spring-cloud-function/blob/main/spring-cloud-function-adapters/spring-cloud-function-adapter-gcp/src/main/java/org/springframework/cloud/function/adapter/gcp/FunctionInvoker.java#L102-L104). When header value is a collection, this results in the header value...
As part of this, appengine devserver needs to be started with additional JPMS options, similar to https://github.com/GoogleCloudPlatform/appengine-plugins-core/pull/894. See #3683 for symptoms of running devserver with Java 17.
Right now, only the MySQL driver is supported in socket factory. Unfortunately, the driver is no longer maintained, and Spring recommendation is [to use the MariaDB driver](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.7-Release-Notes#r2dbc-driver-changes). They should be...
CT4E relies on an extremely outdated snapshot of metadata in appengine-plugins-core. Related: GoogleCloudPlatform/appengine-plugins-core#899
GCP terraform provide v4.0.0 removed several previously deprecated fields: - `google_container_cluster.workload_metadata_config.mode` is the new field instead of the removed `google_container_cluster.workload_metadata_config.node_metadata=SECURE`. - google_container_cluster.master_auth: username/password unexpected. These were [deprecated](https://registry.terraform.io/providers/hashicorp/google/3.90.1/docs/resources/container_cluster#nested_master_auth) in GKE and...
Current state: - the AppEngine gradle plugin is compatible with Java 17 at runtime -- our users are fine. - compile-time compatibility is blocked on a gradle testing ecosystem regression....
Follow-up to #893 > The core plugin still refers to isSandboxEnforced() which can be deleted entirely for java7 which is not supported (everything with java7 string can be deleted including...
Documentation PR for https://github.com/sequelize/sequelize/pull/17636