Skip to content

Update dependencies (2025.04)#1686

Merged
kubukoz merged 12 commits intoseries/0.18from
update-deps-2025-04
Apr 9, 2025
Merged

Update dependencies (2025.04)#1686
kubukoz merged 12 commits intoseries/0.18from
update-deps-2025-04

Conversation

@kubukoz
Copy link
Member

@kubukoz kubukoz commented Apr 4, 2025

PR Checklist (not all items are relevant to all PRs)

  • Added unit-tests (for runtime code)
  • Added bootstrapped code + smoke tests (when the rendering logic is modified)
  • Added build-plugins integration tests (when reflection loading is required at codegen-time)
  • Added alloy compliance tests (when simpleRestJson protocol behaviour is expanded/updated)
  • Updated dynamic module to match generated-code behaviour
  • Added documentation
  • Updated changelog

awsEnv: AwsEnvironment[F]
): service.Impl[F] =
): service.Impl[F] = {
implicit val hashingF: Hashing[F] = Hashing.forSync[F]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't bother passing it from the outside and doing a deprecation on this build signature, but I'm open to suggestions

}
},
"400": {
"description": "FallbackError 400 response",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consequence of disneystreaming/alloy#204 , I suppose

Comment on lines 250 to 255
object project {
def genericClientError: Option[GenericClientError] = GetMenuError.GenericClientErrorCase.alt.project.lift(self).map(_.genericClientError)
def fallbackError2: Option[FallbackError2] = GetMenuError.FallbackError2Case.alt.project.lift(self).map(_.fallbackError2)
def fallbackError: Option[FallbackError] = GetMenuError.FallbackErrorCase.alt.project.lift(self).map(_.fallbackError)
def notFoundError: Option[NotFoundError] = GetMenuError.NotFoundErrorCase.alt.project.lift(self).map(_.notFoundError)
def fallbackError: Option[FallbackError] = GetMenuError.FallbackErrorCase.alt.project.lift(self).map(_.fallbackError)
def fallbackError2: Option[FallbackError2] = GetMenuError.FallbackError2Case.alt.project.lift(self).map(_.fallbackError2)
def genericClientError: Option[GenericClientError] = GetMenuError.GenericClientErrorCase.alt.project.lift(self).map(_.genericClientError)
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure which change triggered this reordering. smithy-lang/smithy#2513 looks related, but it's in the IDL serializer, and resource-specific. I checked the changelog for "sort" and "order" and "properties" but nothing else stood out.

still, this is the order as in the spec.

@kubukoz kubukoz force-pushed the update-deps-2025-04 branch from d5a0eaa to 3b9bfa0 Compare April 7, 2025 19:47
"RestXmlHttpPayloadWithUnsetUnion"
"RestXmlHttpPayloadWithUnsetUnion",

// TODO same as above, added between 1.49 and 1.56. Mostly default-related
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on a good note, the FieldFilter functionality might help us fix these more quickly.

@kubukoz
Copy link
Member Author

kubukoz commented Apr 7, 2025

@Baccata fyi this AT LEAST passes the tests on 2.13 locally, with a snapshot of disneystreaming/aws-sdk-smithy-specs#16

the idea for the next step is as follows:

  1. merge and release the PR in aws-sdk-smithy-specs
  2. update the specs version here, get this to pass CI
  3. merge and move on with our lives

you cool with that or should I make this use the Sonatype snapshot? (which doesn't have publishing set up yet)

@kubukoz kubukoz marked this pull request as ready for review April 8, 2025 15:53
Copy link
Contributor

@lewisjkl lewisjkl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all looks good to me, thanks for going through all of this, much better to have it all up to date.

@kubukoz kubukoz merged commit b86745b into series/0.18 Apr 9, 2025
11 checks passed
@kubukoz
Copy link
Member Author

kubukoz commented Apr 9, 2025

My hand was forced by an upcoming Alloy update in #1677 :)

@kubukoz kubukoz deleted the update-deps-2025-04 branch April 9, 2025 01:40
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

Successfully merging this pull request may close these issues.

3 participants