Ricardo Godoy

Results 6 comments of Ricardo Godoy

Any updates on this? I'll still facing this as of today.

I'm currently assessing ShardingSphere for my Spring Boot 3 application, but I see on the documentation and also here: `XA distributed transactions are still not ready on Spring Boot OSS...

Tested locally with success: ```tf resource "google_apigee_developer_app" "app" { name = "teste_app" developer_email = "[email protected]" org_id = "organizations/rgodoy-apigee" callback_url = "http://localhost" attributes { name = "sample_name" value = "sample_value" }...

One final practical test with all parameters: Created successfully on console:

@shuyama1 Thanks, I'm reviewing all of those items right now 😄 **One question**: how can I run the exact same test locally? After generating the provider and building, I try...

@shuyama1 After some deeper analysis and tests, I realized the `developers.apps create` API is not idempotent and the right way would be to use `developers.apps.keys` and `developers.apps.keys.apiproducts` to correctly maintain...