CyberSource / CyberSource/cybersource-rest-client-java

Ancient asm dependency prevents library usage alongside GWT 10

Open
#235 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
29
Forks
50
Avg merge
28m
Merged PRs (30d)
1

Description

Can you update?

I had to generate my own client, thanks god for the OpenAPI spec.

Image

comes from:

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.cybersource</groupId>
	<artifactId>AuthenticationSdk</artifactId>
	<packaging>jar</packaging>
	<version>0.0.41</version>
	<name>CyberSource Authentication SDK</name>
	<url>https://developer.cybersource.com</url>
	<description>Cybersource Rest Auth SDK</description>
	<licenses>
		<license>
			<name>SDK License Agreement</name>
			<url>https://github.com/CyberSource/cybersource-rest-auth-java/blob/master/LICENSE.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<connection>scm:git:https://github.com/CyberSource/cybersource-rest-auth-java.git</connection>
		<developerConnection>scm:git:https://github.com/CyberSource/cybersource-rest-auth-java.git</developerConnection>
		<url>https://github.com/CyberSource/cybersource-rest-auth-java.git</url>
	</scm>
...
	<dependencies>
...
		<dependency>
			<groupId>net.minidev</groupId>
			<artifactId>asm</artifactId>
			<version>1.0.2</version>
		</dependency>
...

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Maven POM and inspect the net.minidev:asm dependency currently pinned to version 1.0.2. Check the dependency tree and build against GWT 10 to identify a compatible replacement or version update. Done means the library can be used alongside GWT 10 without the ancient asm dependency causing conflicts.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.