Re: JDBC Maven Checksum

Поиск
Список
Период
Сортировка
От Stephen Nelson
Тема Re: JDBC Maven Checksum
Дата
Msg-id CAHpHs3=VsQz7O+1+Bk+6NjPM5cm1V4okEGdTL+XbYa9-sP_pZw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: JDBC Maven Checksum  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: JDBC Maven Checksum  (David Shepherd <daveshep666@hotmail.com>)
Список pgsql-jdbc

> On Sun, Jan 26, 2014 at 4:22 PM, David Shepherd <daveshep666@hotmail.com>
> wrote:
>>
>> Hi
>>
>> Can someone please explain why there is a checksum difference between the
>> JDBC drivers on the PostgreSQL website and those in Maven? I am using Maven
>> for the first time so am unsure which file is correct or why there is a
>> difference.
>>
>> These are the sha1 hashes I am seeing:
>>
>> Maven
>> 7a09dd2b8c01babc07617973fd6f99c007e2b786  postgresql-9.3-1100-jdbc4.jar
>>
>> PostgreSQL website
>> fe6ed26ff71d75ebb99e2ec2123003e05ea16dc5  postgresql-9.3-1100.jdbc4.jar
>>
>> Thank you
>
>

Dave,

When you build the jar for the site which targets do you run?

The Maven upload part of the build script uses the same jar target
that I presume is used for building the website jar. I'll take a look
at it to see what's happening.


I just took a look into this and can't seem to find that jar on the postgresql jdbc website anymore. 

So I tried it with the latest 9.3-1101-jdbc41 jar and found them to be exactly the same. I also confirmed from the build script that it is using the same jar file for the website and uploading to Maven. There is a Java version string put into the MANIFEST.MF file but that should be constant across the jars.

If you have the older jar, what I did was extract both of them into separate directories and then perform a recursive diff.

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: About binaryTransfer.
Следующее
От: David Shepherd
Дата:
Сообщение: Re: JDBC Maven Checksum