Skip to content

Simplify ServiceFileTransformer and remove ServiceStream#1218

Merged
Goooler merged 24 commits intomainfrom
g/20250129/update-service-file-transformer
Feb 6, 2025
Merged

Simplify ServiceFileTransformer and remove ServiceStream#1218
Goooler merged 24 commits intomainfrom
g/20250129/update-service-file-transformer

Conversation

@Goooler Goooler force-pushed the g/20250129/update-service-file-transformer branch from 3678a01 to 57c7895 Compare January 29, 2025 11:47
public class ServicesResourceTransformer extends AbstractCompatibilityTransformer {
private static final String SERVICES_PATH = "META-INF/services";

private final Map<String, Set<String>> serviceEntries = new HashMap<>();
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This field gets rid of ServiceStream in apache/maven-shade-plugin@c18d3d3.

@Goooler Goooler force-pushed the g/20250129/update-service-file-transformer branch 3 times, most recently from d70f4a2 to f47dd0a Compare February 5, 2025 07:39
@Goooler Goooler force-pushed the g/20250129/update-service-file-transformer branch from f47dd0a to 6bc263f Compare February 6, 2025 01:47
@Goooler Goooler requested a review from Copilot February 6, 2025 04:20
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 5 changed files in this pull request and generated no comments.

Files not reviewed (4)
  • api/shadow.api: Language not supported
  • src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowJar.kt: Language not supported
  • src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/transformers/ServiceFileTransformer.kt: Language not supported
  • src/test/kotlin/com/github/jengelman/gradle/plugins/shadow/transformers/ServiceFileTransformerTest.kt: Language not supported

@Goooler Goooler changed the title Update ServiceFileTransformer Simplify ServiceFileTransformer and remove ServiceStream Feb 6, 2025
@Goooler Goooler marked this pull request as ready for review February 6, 2025 06:37
@Goooler Goooler enabled auto-merge (squash) February 6, 2025 06:49
@Goooler Goooler merged commit 479e5f9 into main Feb 6, 2025
@Goooler Goooler deleted the g/20250129/update-service-file-transformer branch February 6, 2025 06:54
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.

2 participants