transformer icon indicating copy to clipboard operation
transformer copied to clipboard

Eclipse Transformer provides tools and runtime components that transform Java binaries, such as individual class files and complete JARs and WARs, mapping changes to Java packages, type names, and rel...

Results 35 transformer issues
Sort by recently updated
recently updated
newest added

Hi! We are using the jar goal to create the jakarta artifakt... Is there a way to create a own (manipulate the existing) MANIFEST.MF File in the transformed artifact ?...

The transformer can be made to handle renaming all static references, but references to types in a String, which can be assembled at runtime, will need to be handles at...

enhancement
stale

When we transform a war that contains jars signed using jarsigner, we get a java.lang.SecurityException: Invalid signature file digest for Manifest main attributes.

Ref: /org.eclipse.transformer/src/main/java/org/eclipse/transformer/TransformProperties.java // TODO: We might want to skip an update in a specific // case. A blank/empty update might be used to // encode this. if ( nameBuilder.length() !=...

question

Ref: /org.eclipse.transformer.cli/src/main/java/org/eclipse/transformer/cli/TransformerCLI.java // TODO: Are the USAGE and HELP return codes correct? if ((getArgs().length == 0) || hasOption(AppOption.USAGE)) { usage(getSystemOut()); return logResult(ResultCode.SUCCESS_RC); } else if (hasOption(AppOption.HELP)) { help(getSystemOut()); return logResult(ResultCode.SUCCESS_RC);...

question

Ref: /org.eclipse.transformer/src/main/java/org/eclipse/transformer/action/impl/ZipActionImpl.java // TODO: The replication of the 'isDuplicate' checks, below, // indicates that the apply/record pattern is clumsy // and should be replaced.

refactoring

Ref: /org.eclipse.transformer/src/main/java/org/eclipse/transformer/action/impl/DirectoryActionImpl.java // TODO: Add duplicate checking when --overwrite is not enabled.

enhancement

Ref: /org.eclipse.transformer/src/main/java/org/eclipse/transformer/action/impl/SelectionRuleImpl.java // TODO: Unify the implementations of 'replacePackages' // and 'replacePackage'. private String replacePackages(String text, Map renames) {

refactoring
stale

Ref: /org.eclipse.transformer/src/main/java/org/eclipse/transformer/action/impl/ZipActionImpl.java // TODO: // // Not sure about whether these time values should be set. // Does changing the entry name invalidate the prior values? // Also, setting these...

question

Ref: /org.eclipse.transformer/src/main/java/org/eclipse/transformer/Transformer.java // TODO: Should EAR add the other standard actions?

question