Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration from google code wicked-charts-wicket7 to adesso wicked-charts-wicket8 #195

Open
sibiarunachalam opened this issue Sep 6, 2021 · 3 comments

Comments

@sibiarunachalam
Copy link

Hi guys,
We use google code wicked-charts-wicket7 for long time.
Now we want to upgrade to latest, so found new version in adesso wicked-charts-wicket8
But I couldn't use this as maven dependency, it is not found there.
I tried adding jcenter repository in maven setting.xml, it didn't work
Finally I was trying to download jar file for this dependency from https://oss.jfrog.org/artifactory/jcenter/. It asks credentials
I tried with default credentials admin/password, it didn't work.
Could you help us to sort out the problem?

<repositories>
        <repository>
          <id>central</id>
          <url>http://central</url>
          <releases><enabled>true</enabled></releases>
        </repository>
        
        <repository>
          <snapshots><enabled>false</enabled></releases>     
          <id>jcenter</id>
          <name>jcenter</name>
          <url>https://oss.jfrog.org/artifactory/jcenter/</url>
        </repository>
      </repositories>

Development environment:
Java
Maven
Spring
Wicket
Highcharts

@maximAtanasov
Copy link
Member

maximAtanasov commented Sep 6, 2021

Hello, which version of Wicked-Charts are you using? Currently, only versions 3.1.0, 3.2.0 and 3.2.1 are available in jCenter.

@sibiarunachalam
Copy link
Author

sibiarunachalam commented Sep 6, 2021

This is currently we use.

 <dependency>
                <groupId>com.googlecode.wicked-charts</groupId>
                <artifactId>wicked-charts-wicket7</artifactId>
                <version>2.0.1</version>
            </dependency>

Now upgrading to

 <dependency>
                <groupId>de.adesso.wicked-charts</groupId>
                <artifactId>wicked-charts-wicket8</artifactId>
                <version>3.2.1</version>
            </dependency>

Yes, it is available in jCenter
but wicked-charts-wicket8 is not resolved in maven project even after configuring the repository in maven setting.xml
I couldn't even download it manually.
Please correct me If I did any mistake.

@maximAtanasov
Copy link
Member

Yes, you are correct and jCenter asks for credentials. This apparently has to do with the shutdown of jCenter. According to jfrog however, the repository should be available as read-only indefinetly, so I don't know exactly what credentials it needs either. Until the library is migrated to maven central, the only way to download it is through the GitHub releases, which is quite inconvenient. I will attempt to find out if jCenter can still be used.

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

No branches or pull requests

2 participants