You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@empire-db.apache.org by Francis De Brabandere <fr...@gmail.com> on 2011/10/21 12:00:35 UTC

[VOTE] Release Apache Empire-db 2.2.0-incubating (rc1)

Hi,
We have just prepared a 2.2.0-incubating release and we are now
looking for approval of the PMC to publish the release. Once the
community approves the release we will have a second binding release
round for IPMC members.
These are the major changes from our previous 2.1.0-incubating release:
** Bug
    * [EMPIREDB-104] - Create DDL Script on MSSQL should state not
CREATE DATABASE if already exist
    * [EMPIREDB-105] - Support of long integer fields on MS SQL Server
    * [EMPIREDB-107] - Limit function for postgres sql not implemented
    * [EMPIREDB-109] - Missing conversion for Type double in ObjectUtils.convert
    * [EMPIREDB-113] - Should preserve the decimal digits of DECIMAL columns
    * [EMPIREDB-118] - Prevent columns to be added twice to a table or view

** Improvement
    * [EMPIREDB-99] - Remove optional support for old style error handing
    * [EMPIREDB-103] - reduce getDDLScript duplicate code
    * [EMPIREDB-115] - Add parenthesis to the first select of a union/
intersect and allow driver to implement limit() and skip()
    * [EMPIREDB-116] - Add support for multi column foreign-keys to
code generator
    * [EMPIREDB-117] - Allow Table, View and Column prefixes in
generation process

** New Feature
    * [EMPIREDB-110] - Add support for reverse-engineering of
foreign-key relationships

Changelog: http://svn.apache.org/viewvc/incubator/empire-db/tags/apache-empire-db-2.2.0-incubating-rc1/CHANGELOG.txt?view=co
Subversion tag:
https://svn.apache.org/repos/asf/incubator/empire-db/tags/apache-empire-db-2.2.0-incubating-rc1
Maven staging repository:
https://repository.apache.org/content/repositories/orgapacheempire-db-087/
Distribution files are located here
http://people.apache.org/~francisdb/empire-db/
Rat report for the tag is available here:
http://people.apache.org/~francisdb/empire-db/rat.txt
Vote open for 72 hours.
[ ] +1[ ] +0[ ] -1
-- 
http://www.somatik.be
Microsoft gives you windows, Linux gives you the whole house.

Re: [VOTE] Release Apache Empire-db 2.2.0-incubating (rc1)

Posted by Francis De Brabandere <fr...@gmail.com>.
My own +1

On Fri, Oct 21, 2011 at 12:00 PM, Francis De Brabandere
<fr...@gmail.com> wrote:
> Hi,
> We have just prepared a 2.2.0-incubating release and we are now
> looking for approval of the PMC to publish the release. Once the
> community approves the release we will have a second binding release
> round for IPMC members.
> These are the major changes from our previous 2.1.0-incubating release:
> ** Bug
>    * [EMPIREDB-104] - Create DDL Script on MSSQL should state not
> CREATE DATABASE if already exist
>    * [EMPIREDB-105] - Support of long integer fields on MS SQL Server
>    * [EMPIREDB-107] - Limit function for postgres sql not implemented
>    * [EMPIREDB-109] - Missing conversion for Type double in ObjectUtils.convert
>    * [EMPIREDB-113] - Should preserve the decimal digits of DECIMAL columns
>    * [EMPIREDB-118] - Prevent columns to be added twice to a table or view
>
> ** Improvement
>    * [EMPIREDB-99] - Remove optional support for old style error handing
>    * [EMPIREDB-103] - reduce getDDLScript duplicate code
>    * [EMPIREDB-115] - Add parenthesis to the first select of a union/
> intersect and allow driver to implement limit() and skip()
>    * [EMPIREDB-116] - Add support for multi column foreign-keys to
> code generator
>    * [EMPIREDB-117] - Allow Table, View and Column prefixes in
> generation process
>
> ** New Feature
>    * [EMPIREDB-110] - Add support for reverse-engineering of
> foreign-key relationships
>
> Changelog: http://svn.apache.org/viewvc/incubator/empire-db/tags/apache-empire-db-2.2.0-incubating-rc1/CHANGELOG.txt?view=co
> Subversion tag:
> https://svn.apache.org/repos/asf/incubator/empire-db/tags/apache-empire-db-2.2.0-incubating-rc1
> Maven staging repository:
> https://repository.apache.org/content/repositories/orgapacheempire-db-087/
> Distribution files are located here
> http://people.apache.org/~francisdb/empire-db/
> Rat report for the tag is available here:
> http://people.apache.org/~francisdb/empire-db/rat.txt
> Vote open for 72 hours.
> [ ] +1[ ] +0[ ] -1
> --
> http://www.somatik.be
> Microsoft gives you windows, Linux gives you the whole house.
>



-- 
http://www.somatik.be
Microsoft gives you windows, Linux gives you the whole house.

[VOTE][CLOSED][ACCEPTED] Release Apache Empire-db 2.2.0-incubating (rc1)

Posted by Rainer Döbele <do...@esteam.de>.
For our internal vote to release Empire-db 2.2.0-incubating we have received 

5+ votes (one PPMC Binding)

and no negative votes.

So I consider this vote as accepted and I will now progress by starting a vote on the incubator general list.

Thanks,
Rainer


> from: Francis De Brabandere [mailto:francisdb@gmail.com]
> to: empire-db-dev@incubator.apache.org
> re: [VOTE] Release Apache Empire-db 2.2.0-incubating (rc1)
> 
> Hi,
> We have just prepared a 2.2.0-incubating release and we are now
> looking for approval of the PMC to publish the release. Once the
> community approves the release we will have a second binding release
> round for IPMC members.
> These are the major changes from our previous 2.1.0-incubating release:
> ** Bug
>     * [EMPIREDB-104] - Create DDL Script on MSSQL should state not
> CREATE DATABASE if already exist
>     * [EMPIREDB-105] - Support of long integer fields on MS SQL Server
>     * [EMPIREDB-107] - Limit function for postgres sql not implemented
>     * [EMPIREDB-109] - Missing conversion for Type double in
> ObjectUtils.convert
>     * [EMPIREDB-113] - Should preserve the decimal digits of DECIMAL
> columns
>     * [EMPIREDB-118] - Prevent columns to be added twice to a table or
> view
> 
> ** Improvement
>     * [EMPIREDB-99] - Remove optional support for old style error
> handing
>     * [EMPIREDB-103] - reduce getDDLScript duplicate code
>     * [EMPIREDB-115] - Add parenthesis to the first select of a union/
> intersect and allow driver to implement limit() and skip()
>     * [EMPIREDB-116] - Add support for multi column foreign-keys to
> code generator
>     * [EMPIREDB-117] - Allow Table, View and Column prefixes in
> generation process
> 
> ** New Feature
>     * [EMPIREDB-110] - Add support for reverse-engineering of
> foreign-key relationships
> 
> Changelog: http://svn.apache.org/viewvc/incubator/empire-
> db/tags/apache-empire-db-2.2.0-incubating-rc1/CHANGELOG.txt?view=co
> Subversion tag:
> https://svn.apache.org/repos/asf/incubator/empire-db/tags/apache-
> empire-db-2.2.0-incubating-rc1
> Maven staging repository:
> https://repository.apache.org/content/repositories/orgapacheempire-db-
> 087/
> Distribution files are located here
> http://people.apache.org/~francisdb/empire-db/
> Rat report for the tag is available here:
> http://people.apache.org/~francisdb/empire-db/rat.txt
> Vote open for 72 hours.
> [ ] +1[ ] +0[ ] -1
> --
> http://www.somatik.be
> Microsoft gives you windows, Linux gives you the whole house.

Re: hello again - working on another empire-db example for jsf2

Posted by Francis De Brabandere <fr...@gmail.com>.
Welcome back!

Cheers,
F

On Tue, Oct 25, 2011 at 12:37 PM, Jörg Reiher <re...@esteam.de> wrote:
> Hi all,
> just wanted to let you know that after some time of silence I'm back and actually working on another empire-db web example at the moment.
> It'll implement the functionality of the struts2 web example but works with jsf2.
> I will post it in the coming weeks so I hope it can find the way into the next release.
>
> Greetings
> Jörg
>



-- 
http://www.somatik.be
Microsoft gives you windows, Linux gives you the whole house.

hello again - working on another empire-db example for jsf2

Posted by Jörg Reiher <re...@esteam.de>.
Hi all,
just wanted to let you know that after some time of silence I'm back and actually working on another empire-db web example at the moment.
It'll implement the functionality of the struts2 web example but works with jsf2.
I will post it in the coming weeks so I hope it can find the way into the next release.

Greetings
Jörg

Re: [VOTE] Release Apache Empire-db 2.2.0-incubating (rc1)

Posted by Benson Margulies <bi...@gmail.com>.
+1

On Tue, Oct 25, 2011 at 6:27 AM, Jörg Reiher <re...@esteam.de> wrote:
> +1
> Great work,
> greetings
> jörg
>
>
> From: Francis De Brabandere [mailto:francisdb@gmail.com]
> to: empire-db-dev@incubator.apache.org
> subject: [VOTE] Release Apache Empire-db 2.2.0-incubating (rc1)
>
> Hi,
> We have just prepared a 2.2.0-incubating release and we are now
> looking for approval of the PMC to publish the release. Once the
> community approves the release we will have a second binding release
> round for IPMC members.
> These are the major changes from our previous 2.1.0-incubating release:
> ** Bug
>    * [EMPIREDB-104] - Create DDL Script on MSSQL should state not
> CREATE DATABASE if already exist
>    * [EMPIREDB-105] - Support of long integer fields on MS SQL Server
>    * [EMPIREDB-107] - Limit function for postgres sql not implemented
>    * [EMPIREDB-109] - Missing conversion for Type double in ObjectUtils.convert
>    * [EMPIREDB-113] - Should preserve the decimal digits of DECIMAL columns
>    * [EMPIREDB-118] - Prevent columns to be added twice to a table or view
>
> ** Improvement
>    * [EMPIREDB-99] - Remove optional support for old style error handing
>    * [EMPIREDB-103] - reduce getDDLScript duplicate code
>    * [EMPIREDB-115] - Add parenthesis to the first select of a union/
> intersect and allow driver to implement limit() and skip()
>    * [EMPIREDB-116] - Add support for multi column foreign-keys to
> code generator
>    * [EMPIREDB-117] - Allow Table, View and Column prefixes in
> generation process
>
> ** New Feature
>    * [EMPIREDB-110] - Add support for reverse-engineering of
> foreign-key relationships
>
> Changelog: http://svn.apache.org/viewvc/incubator/empire-db/tags/apache-empire-db-2.2.0-incubating-rc1/CHANGELOG.txt?view=co
> Subversion tag:
> https://svn.apache.org/repos/asf/incubator/empire-db/tags/apache-empire-db-2.2.0-incubating-rc1
> Maven staging repository:
> https://repository.apache.org/content/repositories/orgapacheempire-db-087/
> Distribution files are located here
> http://people.apache.org/~francisdb/empire-db/
> Rat report for the tag is available here:
> http://people.apache.org/~francisdb/empire-db/rat.txt
> Vote open for 72 hours.
> [ ] +1[ ] +0[ ] -1
> --
> http://www.somatik.be
> Microsoft gives you windows, Linux gives you the whole house.
>

re: [VOTE] Release Apache Empire-db 2.2.0-incubating (rc1)

Posted by Jörg Reiher <re...@esteam.de>.
+1
Great work, 
greetings
jörg


From: Francis De Brabandere [mailto:francisdb@gmail.com] 
to: empire-db-dev@incubator.apache.org
subject: [VOTE] Release Apache Empire-db 2.2.0-incubating (rc1)

Hi,
We have just prepared a 2.2.0-incubating release and we are now
looking for approval of the PMC to publish the release. Once the
community approves the release we will have a second binding release
round for IPMC members.
These are the major changes from our previous 2.1.0-incubating release:
** Bug
    * [EMPIREDB-104] - Create DDL Script on MSSQL should state not
CREATE DATABASE if already exist
    * [EMPIREDB-105] - Support of long integer fields on MS SQL Server
    * [EMPIREDB-107] - Limit function for postgres sql not implemented
    * [EMPIREDB-109] - Missing conversion for Type double in ObjectUtils.convert
    * [EMPIREDB-113] - Should preserve the decimal digits of DECIMAL columns
    * [EMPIREDB-118] - Prevent columns to be added twice to a table or view

** Improvement
    * [EMPIREDB-99] - Remove optional support for old style error handing
    * [EMPIREDB-103] - reduce getDDLScript duplicate code
    * [EMPIREDB-115] - Add parenthesis to the first select of a union/
intersect and allow driver to implement limit() and skip()
    * [EMPIREDB-116] - Add support for multi column foreign-keys to
code generator
    * [EMPIREDB-117] - Allow Table, View and Column prefixes in
generation process

** New Feature
    * [EMPIREDB-110] - Add support for reverse-engineering of
foreign-key relationships

Changelog: http://svn.apache.org/viewvc/incubator/empire-db/tags/apache-empire-db-2.2.0-incubating-rc1/CHANGELOG.txt?view=co
Subversion tag:
https://svn.apache.org/repos/asf/incubator/empire-db/tags/apache-empire-db-2.2.0-incubating-rc1
Maven staging repository:
https://repository.apache.org/content/repositories/orgapacheempire-db-087/
Distribution files are located here
http://people.apache.org/~francisdb/empire-db/
Rat report for the tag is available here:
http://people.apache.org/~francisdb/empire-db/rat.txt
Vote open for 72 hours.
[ ] +1[ ] +0[ ] -1
-- 
http://www.somatik.be
Microsoft gives you windows, Linux gives you the whole house.