Skip to content

Conversation

@aajtodd
Copy link
Contributor

@aajtodd aajtodd commented Mar 8, 2021

Issue #, if available:
closes #134

Description of changes:

  • (chore): Upgraded versions:
    • Smithy -> 1.6.1
    • Kotlin compiler -> 1.4.31
    • Gradle -> 6.8.3
    • coroutines -> 1.4.3
    • kotest -> 4.4.1
    • jacoco -> 0.8.6
  • (refactor): update generated tests to use appliesTo
  • (feat): add support for validating the new httpRequestTest property resolvedHost which allows testing endpoint behavior

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@aajtodd aajtodd added this to the M0 milestone Mar 8, 2021
@aajtodd aajtodd added the chore label Mar 8, 2021
@aajtodd aajtodd requested a review from kggilmer March 8, 2021 19:27
Copy link
Contributor

@kggilmer kggilmer left a comment

Choose a reason for hiding this comment

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

Maybe a typo on one of the versions as noted, otherwise loving the cleanup!

@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.4.10"
kotlin("jvm") version "1.4.30"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be 1.4.31 as below in gradle.properties?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes good catch, although this project should just be deleted, it's not even POC worthy, it's raw ideas from way far back. Not going to worry about it and we can just delete this entire design directory (it's not even linked in settings.gradle.kts)

* Get all shapes of a particular type from the model.
* Equivalent to `model.shapes({ShapeType}::class.java)`.
*
* NOTE: this is usually not what you want as it will return all
Copy link
Contributor

Choose a reason for hiding this comment

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

nice thanks

@aajtodd aajtodd merged commit 8a06bc0 into main Mar 9, 2021
@aajtodd aajtodd deleted the chore-upgrade-versions branch March 9, 2021 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to Smithy 1.6.1 (or greater)

2 participants