[Pljava-dev] Plea for 8.4 support

Lists: pljava-dev
From: p(dot)brewer at cornell(dot)edu (Peter W(dot) Brewer)
To:
Subject: [Pljava-dev] Plea for 8.4 support
Date: 2010-09-24 17:16:13
Message-ID: 9732D60D9245D94EBE30D29729CD1DD80245891EC1@MBXC.exchange.cornell.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pljava-dev

Hi all,

I see from the archives and various forums on the web that I am not the
only one who would desperately like pljava support for PG8.4. I see
there is a fix in CVS so is there any chance the developers can make a
new release? I would be *extremely* grateful!

I put in a request to Debian/Ubuntu to get a package in the repositories
but the maintainer is not responding. The existing pljava in Ubuntu is
unusable as it works against an earlier version of PG which is no longer
supported.

I am perfectly happy to compile for myself on my own system, but I want
to release a server application that relies on pljava. I can't expect
my users to manually compile dependencies!

Many thanks

Peter


From: thomas at tada(dot)se (Thomas Hallgren)
To:
Subject: [Pljava-dev] Plea for 8.4 support
Date: 2010-09-24 22:26:53
Message-ID: 4C9D25AD.8080104@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pljava-dev

Hi Peter,

A lot could be done to improve pljava in various ways. Support for
generics, PostgreSQL 8.4, more secure trust etc. What's lacking is
resources. So far, very few has come forward and offered any real help
in terms of resources or funding. So to all of you PL/Java users that
want 8.4 support or other improvements, any chance you can help out and
make it happen?

Kind Regards,
Thomas Hallgren

On 09/24/2010 07:16 PM, Peter W. Brewer wrote:
> Hi all,
>
> I see from the archives and various forums on the web that I am not the
> only one who would desperately like pljava support for PG8.4. I see
> there is a fix in CVS so is there any chance the developers can make a
> new release? I would be *extremely* grateful!
>
> I put in a request to Debian/Ubuntu to get a package in the repositories
> but the maintainer is not responding. The existing pljava in Ubuntu is
> unusable as it works against an earlier version of PG which is no longer
> supported.
>
> I am perfectly happy to compile for myself on my own system, but I want
> to release a server application that relies on pljava. I can't expect
> my users to manually compile dependencies!
>
> Many thanks
>
> Peter
> _______________________________________________
> Pljava-dev mailing list
> Pljava-dev at pgfoundry.org
> http://pgfoundry.org/mailman/listinfo/pljava-dev
>


From: p(dot)brewer at cornell(dot)edu (Peter W(dot) Brewer)
To:
Subject: [Pljava-dev] Plea for 8.4 support
Date: 2010-09-25 03:36:19
Message-ID: 9732D60D9245D94EBE30D29729CD1DD80245891EC4@MBXC.exchange.cornell.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pljava-dev

Hi Thomas,

My small group has contributed practically in the past, but unfortunately I no longer have anyone on my team that can help out in this way. Resources are often a problem with smaller open source projects. What sort of funding do you think is required to get PG8.4 support? Are you (or any other developer of this list) in a position to implement this for a bounty?

Regards

Peter

________________________________________
From: pljava-dev-bounces at pgfoundry.org [pljava-dev-bounces at pgfoundry.org] On Behalf Of Thomas Hallgren [thomas at tada.se]
Sent: 24 September 2010 18:26
To: pljava-dev at pgfoundry.org
Subject: Re: [Pljava-dev] Plea for 8.4 support

Hi Peter,

A lot could be done to improve pljava in various ways. Support for
generics, PostgreSQL 8.4, more secure trust etc. What's lacking is
resources. So far, very few has come forward and offered any real help
in terms of resources or funding. So to all of you PL/Java users that
want 8.4 support or other improvements, any chance you can help out and
make it happen?

Kind Regards,
Thomas Hallgren

On 09/24/2010 07:16 PM, Peter W. Brewer wrote:
> Hi all,
>
> I see from the archives and various forums on the web that I am not the
> only one who would desperately like pljava support for PG8.4. I see
> there is a fix in CVS so is there any chance the developers can make a
> new release? I would be *extremely* grateful!
>
> I put in a request to Debian/Ubuntu to get a package in the repositories
> but the maintainer is not responding. The existing pljava in Ubuntu is
> unusable as it works against an earlier version of PG which is no longer
> supported.
>
> I am perfectly happy to compile for myself on my own system, but I want
> to release a server application that relies on pljava. I can't expect
> my users to manually compile dependencies!
>
> Many thanks
>
> Peter
> _______________________________________________
> Pljava-dev mailing list
> Pljava-dev at pgfoundry.org
> http://pgfoundry.org/mailman/listinfo/pljava-dev
>

_______________________________________________
Pljava-dev mailing list
Pljava-dev at pgfoundry.org
http://pgfoundry.org/mailman/listinfo/pljava-dev


From: lucas at mcsnw(dot)com (Lucas Madar)
To:
Subject: [Pljava-dev] Plea for 8.4 support
Date: 2010-09-26 07:02:25
Message-ID: 4C9EF001.4010600@mcsnw.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pljava-dev

I've built packages for postgres 8.4 using the latest pljava CVS. These
were built on ubuntu lucid, so they match the current postgres version
there (8.4.4). I have no easy way to test them on an earlier distro.
These just install the .jar and the .so, so proper configuration of the
postgresql server is still necessary.

http://mcsnw.com/pljava/postgresql-8.4-pljava_1.4.0.20100925-1_amd64.deb
http://mcsnw.com/pljava/postgresql-8.4-pljava_1.4.0.20100925-1_i386.deb

(sources and such at http://mcsnw.com/pljava/)

If you're still offering a bounty... ;)

Enjoy,
Lucas

On 09/24/2010 08:36 PM, Peter W. Brewer wrote:
> Hi Thomas,
>
> My small group has contributed practically in the past, but unfortunately I no longer have anyone on my team that can help out in this way. Resources are often a problem with smaller open source projects. What sort of funding do you think is required to get PG8.4 support? Are you (or any other developer of this list) in a position to implement this for a bounty?
>
> Regards
>
> Peter
>
> ________________________________________
> From: pljava-dev-bounces at pgfoundry.org [pljava-dev-bounces at pgfoundry.org] On Behalf Of Thomas Hallgren [thomas at tada.se]
> Sent: 24 September 2010 18:26
> To: pljava-dev at pgfoundry.org
> Subject: Re: [Pljava-dev] Plea for 8.4 support
>
> Hi Peter,
>
> A lot could be done to improve pljava in various ways. Support for
> generics, PostgreSQL 8.4, more secure trust etc. What's lacking is
> resources. So far, very few has come forward and offered any real help
> in terms of resources or funding. So to all of you PL/Java users that
> want 8.4 support or other improvements, any chance you can help out and
> make it happen?
>
> Kind Regards,
> Thomas Hallgren
>
>
> On 09/24/2010 07:16 PM, Peter W. Brewer wrote:
>
>> Hi all,
>>
>> I see from the archives and various forums on the web that I am not the
>> only one who would desperately like pljava support for PG8.4. I see
>> there is a fix in CVS so is there any chance the developers can make a
>> new release? I would be *extremely* grateful!
>>
>> I put in a request to Debian/Ubuntu to get a package in the repositories
>> but the maintainer is not responding. The existing pljava in Ubuntu is
>> unusable as it works against an earlier version of PG which is no longer
>> supported.
>>
>> I am perfectly happy to compile for myself on my own system, but I want
>> to release a server application that relies on pljava. I can't expect
>> my users to manually compile dependencies!
>>
>> Many thanks
>>
>> Peter
>>


From: thomas at tada(dot)se (Thomas Hallgren)
To:
Subject: [Pljava-dev] Plea for 8.4 support
Date: 2010-09-26 09:43:55
Message-ID: 4C9F15DB.5050402@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pljava-dev

Hi Peter,

Personally, I have very little time to devote to this project but if
someone else steps up, I promise to do what I can to get needed patches
etc. into the source tree.

Regards,
Thomas Hallgren

On 09/25/2010 05:36 AM, Peter W. Brewer wrote:
> Hi Thomas,
>
> My small group has contributed practically in the past, but unfortunately I no longer have anyone on my team that can help out in this way. Resources are often a problem with smaller open source projects. What sort of funding do you think is required to get PG8.4 support? Are you (or any other developer of this list) in a position to implement this for a bounty?
>
> Regards
>
> Peter
>
> ________________________________________
> From: pljava-dev-bounces at pgfoundry.org [pljava-dev-bounces at pgfoundry.org] On Behalf Of Thomas Hallgren [thomas at tada.se]
> Sent: 24 September 2010 18:26
> To: pljava-dev at pgfoundry.org
> Subject: Re: [Pljava-dev] Plea for 8.4 support
>
> Hi Peter,
>
> A lot could be done to improve pljava in various ways. Support for
> generics, PostgreSQL 8.4, more secure trust etc. What's lacking is
> resources. So far, very few has come forward and offered any real help
> in terms of resources or funding. So to all of you PL/Java users that
> want 8.4 support or other improvements, any chance you can help out and
> make it happen?
>
> Kind Regards,
> Thomas Hallgren
>
>
> On 09/24/2010 07:16 PM, Peter W. Brewer wrote:
>
>> Hi all,
>>
>> I see from the archives and various forums on the web that I am not the
>> only one who would desperately like pljava support for PG8.4. I see
>> there is a fix in CVS so is there any chance the developers can make a
>> new release? I would be *extremely* grateful!
>>
>> I put in a request to Debian/Ubuntu to get a package in the repositories
>> but the maintainer is not responding. The existing pljava in Ubuntu is
>> unusable as it works against an earlier version of PG which is no longer
>> supported.
>>
>> I am perfectly happy to compile for myself on my own system, but I want
>> to release a server application that relies on pljava. I can't expect
>> my users to manually compile dependencies!
>>
>> Many thanks
>>
>> Peter
>> _______________________________________________
>> Pljava-dev mailing list
>> Pljava-dev at pgfoundry.org
>> http://pgfoundry.org/mailman/listinfo/pljava-dev
>>
>>
> _______________________________________________
> Pljava-dev mailing list
> Pljava-dev at pgfoundry.org
> http://pgfoundry.org/mailman/listinfo/pljava-dev
>


From: p(dot)brewer at cornell(dot)edu (Peter Brewer)
To:
Subject: [Pljava-dev] Plea for 8.4 support
Date: 2010-09-27 14:50:05
Message-ID: 4CA0AF1D.4030506@cornell.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pljava-dev

Hi Lucas,

Awesome! I didn't realise you were still using pljava.

Do the normal main stream deb packages do other configuration of
postgres? Can we propose these packages get pushed into the Ubuntu
repositories?

Cheers

Pete

P.S. Bounty will be in the post shortly! ;-)

On 26/9/10 3:02 AM, Lucas Madar wrote:
> I've built packages for postgres 8.4 using the latest pljava CVS. These
> were built on ubuntu lucid, so they match the current postgres version
> there (8.4.4). I have no easy way to test them on an earlier distro.
> These just install the .jar and the .so, so proper configuration of the
> postgresql server is still necessary.
>
> http://mcsnw.com/pljava/postgresql-8.4-pljava_1.4.0.20100925-1_amd64.deb
> http://mcsnw.com/pljava/postgresql-8.4-pljava_1.4.0.20100925-1_i386.deb
>
> (sources and such at http://mcsnw.com/pljava/)
>
> If you're still offering a bounty... ;)
>
> Enjoy,
> Lucas
>
> On 09/24/2010 08:36 PM, Peter W. Brewer wrote:
>> Hi Thomas,
>>
>> My small group has contributed practically in the past, but unfortunately I no longer have anyone on my team that can help out in this way. Resources are often a problem with smaller open source projects. What sort of funding do you think is required to get PG8.4 support? Are you (or any other developer of this list) in a position to implement this for a bounty?
>>
>> Regards
>>
>> Peter
>>
>> ________________________________________
>> From: pljava-dev-bounces at pgfoundry.org [pljava-dev-bounces at pgfoundry.org] On Behalf Of Thomas Hallgren [thomas at tada.se]
>> Sent: 24 September 2010 18:26
>> To: pljava-dev at pgfoundry.org
>> Subject: Re: [Pljava-dev] Plea for 8.4 support
>>
>> Hi Peter,
>>
>> A lot could be done to improve pljava in various ways. Support for
>> generics, PostgreSQL 8.4, more secure trust etc. What's lacking is
>> resources. So far, very few has come forward and offered any real help
>> in terms of resources or funding. So to all of you PL/Java users that
>> want 8.4 support or other improvements, any chance you can help out and
>> make it happen?
>>
>> Kind Regards,
>> Thomas Hallgren
>>
>>
>> On 09/24/2010 07:16 PM, Peter W. Brewer wrote:
>>
>>> Hi all,
>>>
>>> I see from the archives and various forums on the web that I am not the
>>> only one who would desperately like pljava support for PG8.4. I see
>>> there is a fix in CVS so is there any chance the developers can make a
>>> new release? I would be *extremely* grateful!
>>>
>>> I put in a request to Debian/Ubuntu to get a package in the repositories
>>> but the maintainer is not responding. The existing pljava in Ubuntu is
>>> unusable as it works against an earlier version of PG which is no longer
>>> supported.
>>>
>>> I am perfectly happy to compile for myself on my own system, but I want
>>> to release a server application that relies on pljava. I can't expect
>>> my users to manually compile dependencies!
>>>
>>> Many thanks
>>>
>>> Peter
>>>
>


From: lucas at mcsnw(dot)com (Lucas Madar)
To:
Subject: [Pljava-dev] Plea for 8.4 support
Date: 2010-09-27 20:58:15
Message-ID: sig.6886f09f0b.4CA10567.3050307@mcsnw.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pljava-dev

I think something getting in the way of a new package is that there's
no official release from the pl/java team. Could the current version be
released as pljava-1.4.1? It looks like nothing has changed in CVS in
over a year.

On 9/27/2010 7:50 AM, Peter Brewer wrote:
> Hi Lucas,
>
> Awesome! I didn't realise you were still using pljava.
>
> Do the normal main stream deb packages do other configuration of
> postgres? Can we propose these packages get pushed into the Ubuntu
> repositories?
>
> Cheers
>
> Pete
>
> P.S. Bounty will be in the post shortly! ;-)
>
>
>
> On 26/9/10 3:02 AM, Lucas Madar wrote:
>> I've built packages for postgres 8.4 using the latest pljava CVS. These
>> were built on ubuntu lucid, so they match the current postgres version
>> there (8.4.4). I have no easy way to test them on an earlier distro.
>> These just install the .jar and the .so, so proper configuration of the
>> postgresql server is still necessary.
>>
>> http://mcsnw.com/pljava/postgresql-8.4-pljava_1.4.0.20100925-1_amd64.deb
>> http://mcsnw.com/pljava/postgresql-8.4-pljava_1.4.0.20100925-1_i386.deb
>>
>> (sources and such at http://mcsnw.com/pljava/)
>>
>> If you're still offering a bounty... ;)
>>
>> Enjoy,
>> Lucas


From: tim(dot)clarke at manifest(dot)co(dot)uk (Tim Clarke)
To:
Subject: [Pljava-dev] Plea for 8.4 support
Date: 2010-09-28 14:33:54
Message-ID: 4CA1FCD2.7090206@manifest.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pljava-dev

On 27/09/10 21:58, Lucas Madar wrote:
> I think something getting in the way of a new package is that there's
> no official release from the pl/java team. Could the current version
> be released as pljava-1.4.1? It looks like nothing has changed in CVS
> in over a year.

Time to raise the subject of PG9 support too?

--
Tim Clarke AMBCS
IT Director
Manifest
9 Freebournes Court
Newland Street
Witham, Essex
CM8 2BL
England

Phone: +44 1376 503500
Direct: +44 1376 504510
Fax: +44 1376 503550
Email: tim.clarke at manifest.co.uk <mailto:tim.clarke at manifest.co.uk>
Web: http://www.manifest.co.uk
Skype: callto:tim.clarke

Manifest is the trading name of: Manifest Information Services Ltd: Registered in England Number 3401145 & The Manifest Voting Agency Ltd:
Registered in England Number 2920820. Registered Office at above address. VAT Registration Number: GB 700 1880 77
Copyright: This e-mail may contain confidential or legally privileged information.
If you are not the named addressee you must not use or disclose such information, instead please report it to: admin at manifest.co.uk
Please see http://www.manifest.co.uk/legal/legal_notices.htm for further information.