Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

double files in 0.4.9 jar #11

Closed
slintes opened this issue Oct 8, 2014 · 1 comment
Closed

double files in 0.4.9 jar #11

slintes opened this issue Oct 8, 2014 · 1 comment

Comments

@slintes
Copy link
Contributor

slintes commented Oct 8, 2014

Hi,

we just noticed that the released etcd4j-0.4.9.jar contains the client classes twice, with different file dates. I can not reproduce building such a file with "gradle jar", I think a gradle clean should fix this problem...?

Greetings, Marc

$ unzip -l etcd4j-0.4.9.jar
Archive: etcd4j-0.4.9.jar
Length Date Time Name


    0  10-07-14 13:45   META-INF/
   25  10-07-14 13:45   META-INF/MANIFEST.MF
    0  10-07-14 13:34   mousio/
    0  10-07-14 13:34   mousio/client/
  453  10-07-14 13:34   mousio/client/ConnectionState.class
    0  10-07-14 13:34   mousio/client/exceptions/
  426  10-07-14 13:34   mousio/client/exceptions/PrematureDisconnectException.class
    0  10-07-14 13:34   mousio/client/promises/
 1541  10-07-14 13:34   mousio/client/promises/ResponsePromise$1.class
  912  10-07-14 13:34   mousio/client/promises/ResponsePromise$2.class
  462  10-07-14 13:34   mousio/client/promises/ResponsePromise$IsSimplePromiseResponseHandler.class
 6025  10-07-14 13:34   mousio/client/promises/ResponsePromise.class
    0  10-07-14 13:34   mousio/client/retry/
  195  10-07-14 13:34   mousio/client/retry/ConnectionFailHandler.class
  197  10-07-14 13:34   mousio/client/retry/RetryHandler.class
  680  10-07-14 13:34   mousio/client/retry/RetryNTimes.class
  613  10-07-14 13:34   mousio/client/retry/RetryOnce.class
 1242  10-07-14 13:34   mousio/client/retry/RetryPolicy$1.class
 2336  10-07-14 13:34   mousio/client/retry/RetryPolicy.class
 1151  10-07-14 13:34   mousio/client/retry/RetryWithExponentialBackOff.class
  911  10-07-14 13:34   mousio/client/retry/RetryWithTimeout.class
    0  10-07-14 13:35   mousio/etcd4j/
 3795  10-07-14 13:35   mousio/etcd4j/EtcdClient.class
    0  10-07-14 13:35   mousio/etcd4j/promises/
 1478  10-07-14 13:35   mousio/etcd4j/promises/EtcdResponsePromise.class
    0  10-07-14 13:35   mousio/etcd4j/requests/
 2773  10-07-14 13:35   mousio/etcd4j/requests/EtcdKeyDeleteRequest.class
 3085  10-07-14 13:35   mousio/etcd4j/requests/EtcdKeyGetRequest.class
 2685  10-07-14 13:35   mousio/etcd4j/requests/EtcdKeyPostRequest.class
 3229  10-07-14 13:35   mousio/etcd4j/requests/EtcdKeyPutRequest.class
 2388  10-07-14 13:35   mousio/etcd4j/requests/EtcdKeyRequest.class
 3450  10-07-14 13:35   mousio/etcd4j/requests/EtcdRequest.class
 1716  10-07-14 13:35   mousio/etcd4j/requests/EtcdVersionRequest.class
    0  10-07-14 13:35   mousio/etcd4j/responses/
 1310  10-07-14 13:35   mousio/etcd4j/responses/EtcdException.class
 1386  10-07-14 13:35   mousio/etcd4j/responses/EtcdKeyAction.class
  762  10-07-14 13:35   mousio/etcd4j/responses/EtcdKeysResponse$EtcdNode.class
  890  10-07-14 13:35   mousio/etcd4j/responses/EtcdKeysResponse.class
 6576  10-07-14 13:35   mousio/etcd4j/responses/EtcdKeysResponseParser.class
    0  10-07-14 13:35   mousio/etcd4j/transport/
  465  10-07-14 13:35   mousio/etcd4j/transport/EtcdClientImpl.class
 4868  10-07-14 13:35   mousio/etcd4j/transport/EtcdKeyResponseHandler.class
 2117  10-07-14 13:35   mousio/etcd4j/transport/EtcdNettyClient$1.class
 1142  10-07-14 13:35   mousio/etcd4j/transport/EtcdNettyClient$2.class
 3029  10-07-14 13:35   mousio/etcd4j/transport/EtcdNettyClient$3.class
 2114  10-07-14 13:35   mousio/etcd4j/transport/EtcdNettyClient$4.class
 1440  10-07-14 13:35   mousio/etcd4j/transport/EtcdNettyClient$5.class
11217  10-07-14 13:35   mousio/etcd4j/transport/EtcdNettyClient.class
  453  10-02-14 11:27   mousio/client/ConnectionState.class
  426  10-02-14 11:27   mousio/client/exceptions/PrematureDisconnectException.class
 1541  10-02-14 11:27   mousio/client/promises/ResponsePromise$1.class
  912  10-02-14 11:27   mousio/client/promises/ResponsePromise$2.class
  462  10-02-14 11:27   mousio/client/promises/ResponsePromise$IsSimplePromiseResponseHandler.class
 6025  10-02-14 11:27   mousio/client/promises/ResponsePromise.class
  195  10-02-14 11:27   mousio/client/retry/ConnectionFailHandler.class
  197  10-02-14 11:27   mousio/client/retry/RetryHandler.class
  680  10-02-14 11:27   mousio/client/retry/RetryNTimes.class
  613  10-02-14 11:27   mousio/client/retry/RetryOnce.class
 1242  10-02-14 11:27   mousio/client/retry/RetryPolicy$1.class
 2336  10-02-14 11:27   mousio/client/retry/RetryPolicy.class
 1151  10-02-14 11:27   mousio/client/retry/RetryWithExponentialBackOff.class
  911  10-02-14 11:27   mousio/client/retry/RetryWithTimeout.class

96228                   62 files
@jurmous
Copy link
Owner

jurmous commented Oct 9, 2014

You are right... Seems I made the same mistake of not cleaning again...

I have updated the releases on maven central and github with cleaned versions.

@jurmous jurmous closed this as completed Oct 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants