You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Adding the AWS SDK for Java 2.0 to the library-and-framework-list.json is difficult because it is made up of 418 separate artifacts. Adding each one individually would be annoying and bloat the file for other users.
Describe the solution you'd like
Allow the artifact field to include a *"artifact": "software.amazon.awssdk:*"
Describe alternatives you've considered
Writing out 418 separate enteries
Additional context
Add any other context or screenshots about the feature request here.
Hi Mark,
Let's follow up on this. So far, the JSON is used to generate the table on this website, so I don't see a reason why we can't allow wildcards for the artifact ID. If you could open a PR with the entry you'd like to add, we can adjust the schema accordingly. Thanks!
Is your feature request related to a problem? Please describe.
Adding the AWS SDK for Java 2.0 to the library-and-framework-list.json is difficult because it is made up of 418 separate artifacts. Adding each one individually would be annoying and bloat the file for other users.
Describe the solution you'd like
Allow the artifact field to include a
*
"artifact": "software.amazon.awssdk:*"
Describe alternatives you've considered
Writing out 418 separate enteries
Additional context
Add any other context or screenshots about the feature request here.
This was my first draft at the addition
The text was updated successfully, but these errors were encountered: