Skip to content

Conversation

@ianbotsf
Copy link
Contributor

Issue #

Closes #979

Description of changes

Requisite changes to update to Smithy 1.39.0 including the endpoints changes.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ianbotsf ianbotsf added the no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly. label Sep 25, 2023
@ianbotsf ianbotsf requested a review from a team as a code owner September 25, 2023 17:48
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

import java.util.Properties
buildscript {
repositories {
mavenLocal()
Copy link
Member

Choose a reason for hiding this comment

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

Just wondering, why are these new mavenLocal() repositories required?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They're not required but they were convenient while testing the unreleased changes in smithy because I could clone the branch and publish it locally. In general, having mavenLocal() in the repositories list makes development easier and we already have it in several places (e.g., our main build.gradle.kts).

@ianbotsf ianbotsf merged commit 6be183f into main Sep 25, 2023
@ianbotsf ianbotsf deleted the chore-refactor-ep20 branch September 25, 2023 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactoring of smithy-rules-engine for code generation

3 participants