diff --git a/documentation/pom.xml b/documentation/pom.xml index ff3c3c3..2024ac4 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -38,7 +38,7 @@ 4.0.0 - demoiselle-framework-doc-build + demoiselle-framework-documentation-build pom diff --git a/impl/core/pom.xml b/impl/core/pom.xml index f1e6aed..ee0c514 100644 --- a/impl/core/pom.xml +++ b/impl/core/pom.xml @@ -74,10 +74,6 @@ maven-source-plugin - org.apache.maven.plugins - maven-site-plugin - - org.codehaus.mojo cobertura-maven-plugin diff --git a/pom.xml b/pom.xml index 1a409bb..565eada 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ ../build/parent/build/pom.xml - Demoiselle Framework Build + Demoiselle Framework Build Aggregator A liberação de versões do framework deve ser feita a partir deste build, que fará automaticamente o build de todos os artefatos com versionamento sincronizado. Jamais gere uma versão do framework sem utilizar este build. @@ -60,13 +60,20 @@ impl parent archetype - documentation + org.apache.maven.plugins + maven-site-plugin + + false + + + + org.apache.maven.plugins maven-release-plugin diff --git a/site/apt/core.apt b/site/apt/core.apt new file mode 100644 index 0000000..66681f8 --- /dev/null +++ b/site/apt/core.apt @@ -0,0 +1,47 @@ +~~ Demoiselle Framework +~~ Copyright (C) 2010 SERPRO +~~ ============================================================================ +~~ This file is part of Demoiselle Framework. +~~ +~~ Demoiselle Framework is free software; you can redistribute it and/or +~~ modify it under the terms of the GNU Lesser General Public License version 3 +~~ as published by the Free Software Foundation. +~~ +~~ This program is distributed in the hope that it will be useful, +~~ but WITHOUT ANY WARRANTY; without even the implied warranty of +~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +~~ GNU General Public License for more details. +~~ +~~ You should have received a copy of the GNU Lesser General Public License version 3 +~~ along with this program; if not, see +~~ or write to the Free Software Foundation, Inc., 51 Franklin Street, +~~ Fifth Floor, Boston, MA 02110-1301, USA. +~~ ============================================================================ +~~ Este arquivo é parte do Framework Demoiselle. +~~ +~~ O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou +~~ modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação +~~ do Software Livre (FSF). +~~ +~~ Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA +~~ GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou +~~ APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português +~~ para maiores detalhes. +~~ +~~ Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título +~~ "LICENCA.txt", junto com esse programa. Se não, acesse +~~ ou escreva para a Fundação do Software Livre (FSF) Inc., +~~ 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. + + ------ + Core + +Core + + O core do Demoiselle contém aquelas funcionalidades que são comuns a todas as extensões e aplicações. + Ele é simples, leve e formado majoritariamente por interfaces e poucas implementações, e é a base do framework. + Sem ele, as extensões e a própria aplicação não funcionam. + + É o core que possibilita a integração entre as camadas, criação de estereótipos, utilização de + recursos transacionais, tratamento de exceção, mensagens entre outras funcionalidades importantes em uma aplicação + tradicional. diff --git a/site/apt/documentation.apt b/site/apt/documentation.apt new file mode 100644 index 0000000..67e4750 --- /dev/null +++ b/site/apt/documentation.apt @@ -0,0 +1,47 @@ +~~ Demoiselle Framework +~~ Copyright (C) 2010 SERPRO +~~ ============================================================================ +~~ This file is part of Demoiselle Framework. +~~ +~~ Demoiselle Framework is free software; you can redistribute it and/or +~~ modify it under the terms of the GNU Lesser General Public License version 3 +~~ as published by the Free Software Foundation. +~~ +~~ This program is distributed in the hope that it will be useful, +~~ but WITHOUT ANY WARRANTY; without even the implied warranty of +~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +~~ GNU General Public License for more details. +~~ +~~ You should have received a copy of the GNU Lesser General Public License version 3 +~~ along with this program; if not, see +~~ or write to the Free Software Foundation, Inc., 51 Franklin Street, +~~ Fifth Floor, Boston, MA 02110-1301, USA. +~~ ============================================================================ +~~ Este arquivo é parte do Framework Demoiselle. +~~ +~~ O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou +~~ modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação +~~ do Software Livre (FSF). +~~ +~~ Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA +~~ GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou +~~ APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português +~~ para maiores detalhes. +~~ +~~ Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título +~~ "LICENCA.txt", junto com esse programa. Se não, acesse +~~ ou escreva para a Fundação do Software Livre (FSF) Inc., +~~ 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. + + ------ + Documentação + +Documentação + +*-----------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------* +| {{{http://demoiselle.sourceforge.net/docs/quickstart}QuickStart}} | Tutorial do tipo "passo a passo" que ilustra de forma rápida e prática o Demoiselle Framework 2.0 | {{{http://demoiselle.sourceforge.net/docs/quickstart/2.0.3/html/}HTML}} | {{{http://demoiselle.sourceforge.net/docs/quickstart/2.0.3/html_single/}HTML simples}} | {{{http://demoiselle.sourceforge.net/docs/quickstart/2.0.3/pdf/demoiselle-quickstart.pdf}PDF}} | +*-----------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------* +| {{{http://demoiselle.sourceforge.net/docs/reference}Reference Guide}} | Guia de referência destinado a todos que desejem conhecer melhor o framework e suas funcionalidades | {{{http://demoiselle.sourceforge.net/docs/reference/2.1.1/html/}HTML}} | {{{http://demoiselle.sourceforge.net/docs/reference/2.1.1/html_single/}HTML simples}} | {{{http://demoiselle.sourceforge.net/docs/reference/2.1.1/pdf/demoiselle-reference.pdf}PDF}} | +*-----------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------* +| {{{http://demoiselle.sourceforge.net/docs/what-is-new}O que mudou?}} | Documento que exemplifica as mudanças nas funcionalidades do framework | {{{http://demoiselle.sourceforge.net/docs/what-is-new/2.0.1/html/}HTML}} | {{{http://demoiselle.sourceforge.net/docs/what-is-new/2.0.1/html_single/}HTML simples}} | {{{http://demoiselle.sourceforge.net/docs/what-is-new/2.0.1/pdf/demoiselle-what-is-new.pdf}PDF}} | +*-----------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------* diff --git a/site/apt/index.apt b/site/apt/index.apt new file mode 100644 index 0000000..96ef26d --- /dev/null +++ b/site/apt/index.apt @@ -0,0 +1,43 @@ +~~ Demoiselle Framework +~~ Copyright (C) 2010 SERPRO +~~ ============================================================================ +~~ This file is part of Demoiselle Framework. +~~ +~~ Demoiselle Framework is free software; you can redistribute it and/or +~~ modify it under the terms of the GNU Lesser General Public License version 3 +~~ as published by the Free Software Foundation. +~~ +~~ This program is distributed in the hope that it will be useful, +~~ but WITHOUT ANY WARRANTY; without even the implied warranty of +~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +~~ GNU General Public License for more details. +~~ +~~ You should have received a copy of the GNU Lesser General Public License version 3 +~~ along with this program; if not, see +~~ or write to the Free Software Foundation, Inc., 51 Franklin Street, +~~ Fifth Floor, Boston, MA 02110-1301, USA. +~~ ============================================================================ +~~ Este arquivo é parte do Framework Demoiselle. +~~ +~~ O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou +~~ modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação +~~ do Software Livre (FSF). +~~ +~~ Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA +~~ GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou +~~ APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português +~~ para maiores detalhes. +~~ +~~ Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título +~~ "LICENCA.txt", junto com esse programa. Se não, acesse +~~ ou escreva para a Fundação do Software Livre (FSF) Inc., +~~ 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. + + ------ + Sobre o Demoiselle 2 + +Sobre o Demoiselle 2 + + A versão 2 do framework Demoiselle não possui um core monolítico, onde todas as funcionalidades estão concentradas em um único pacote, + pois não queremos que os desenvolvedores que utilizam o Demoiselle sejam obrigados a ter em seus projetos funcionalidades que não vão + utilizar. Por esse motivo, esta versão do framework foi dividida em Core, Extensões e componentes. diff --git a/site/apt/jpa.apt b/site/apt/jpa.apt new file mode 100644 index 0000000..919d497 --- /dev/null +++ b/site/apt/jpa.apt @@ -0,0 +1,42 @@ +~~ Demoiselle Framework +~~ Copyright (C) 2010 SERPRO +~~ ============================================================================ +~~ This file is part of Demoiselle Framework. +~~ +~~ Demoiselle Framework is free software; you can redistribute it and/or +~~ modify it under the terms of the GNU Lesser General Public License version 3 +~~ as published by the Free Software Foundation. +~~ +~~ This program is distributed in the hope that it will be useful, +~~ but WITHOUT ANY WARRANTY; without even the implied warranty of +~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +~~ GNU General Public License for more details. +~~ +~~ You should have received a copy of the GNU Lesser General Public License version 3 +~~ along with this program; if not, see +~~ or write to the Free Software Foundation, Inc., 51 Franklin Street, +~~ Fifth Floor, Boston, MA 02110-1301, USA. +~~ ============================================================================ +~~ Este arquivo é parte do Framework Demoiselle. +~~ +~~ O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou +~~ modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação +~~ do Software Livre (FSF). +~~ +~~ Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA +~~ GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou +~~ APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português +~~ para maiores detalhes. +~~ +~~ Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título +~~ "LICENCA.txt", junto com esse programa. Se não, acesse +~~ ou escreva para a Fundação do Software Livre (FSF) Inc., +~~ 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. + + ------ + JPA extension + +JPA extension + + Esta extensão habilita o uso de JPA para tratar a persistência. Nela são disponibilidos uma fábrica de EntityManager, + um mecanismo de transação para JPA e um template para o DAO. diff --git a/site/apt/jsf.apt b/site/apt/jsf.apt new file mode 100644 index 0000000..879b3e5 --- /dev/null +++ b/site/apt/jsf.apt @@ -0,0 +1,42 @@ +~~ Demoiselle Framework +~~ Copyright (C) 2010 SERPRO +~~ ============================================================================ +~~ This file is part of Demoiselle Framework. +~~ +~~ Demoiselle Framework is free software; you can redistribute it and/or +~~ modify it under the terms of the GNU Lesser General Public License version 3 +~~ as published by the Free Software Foundation. +~~ +~~ This program is distributed in the hope that it will be useful, +~~ but WITHOUT ANY WARRANTY; without even the implied warranty of +~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +~~ GNU General Public License for more details. +~~ +~~ You should have received a copy of the GNU Lesser General Public License version 3 +~~ along with this program; if not, see +~~ or write to the Free Software Foundation, Inc., 51 Franklin Street, +~~ Fifth Floor, Boston, MA 02110-1301, USA. +~~ ============================================================================ +~~ Este arquivo é parte do Framework Demoiselle. +~~ +~~ O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou +~~ modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação +~~ do Software Livre (FSF). +~~ +~~ Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA +~~ GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou +~~ APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português +~~ para maiores detalhes. +~~ +~~ Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título +~~ "LICENCA.txt", junto com esse programa. Se não, acesse +~~ ou escreva para a Fundação do Software Livre (FSF) Inc., +~~ 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. + + ------ + JSF extension + +JSF extension + + Prepara a aplicação para utilizar o JSF. Disponibiliza automaticamente as configurações + necessárias para o JSF. Templates de CRUD também são disponibilizados. diff --git a/site/apt/jta.apt b/site/apt/jta.apt new file mode 100644 index 0000000..12379b5 --- /dev/null +++ b/site/apt/jta.apt @@ -0,0 +1,43 @@ +~~ Demoiselle Framework +~~ Copyright (C) 2010 SERPRO +~~ ============================================================================ +~~ This file is part of Demoiselle Framework. +~~ +~~ Demoiselle Framework is free software; you can redistribute it and/or +~~ modify it under the terms of the GNU Lesser General Public License version 3 +~~ as published by the Free Software Foundation. +~~ +~~ This program is distributed in the hope that it will be useful, +~~ but WITHOUT ANY WARRANTY; without even the implied warranty of +~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +~~ GNU General Public License for more details. +~~ +~~ You should have received a copy of the GNU Lesser General Public License version 3 +~~ along with this program; if not, see +~~ or write to the Free Software Foundation, Inc., 51 Franklin Street, +~~ Fifth Floor, Boston, MA 02110-1301, USA. +~~ ============================================================================ +~~ Este arquivo é parte do Framework Demoiselle. +~~ +~~ O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou +~~ modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação +~~ do Software Livre (FSF). +~~ +~~ Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA +~~ GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou +~~ APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português +~~ para maiores detalhes. +~~ +~~ Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título +~~ "LICENCA.txt", junto com esse programa. Se não, acesse +~~ ou escreva para a Fundação do Software Livre (FSF) Inc., +~~ 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. + + ------ + JTA extension + +JTA extension + + Esta extensão é destinada à aplicações que utilizem JTA como estratégia de transação. + + diff --git a/site/apt/release-notes.apt b/site/apt/release-notes.apt new file mode 100755 index 0000000..6fc0f39 --- /dev/null +++ b/site/apt/release-notes.apt @@ -0,0 +1,188 @@ +~~ Demoiselle Framework +~~ Copyright (C) 2010 SERPRO +~~ ============================================================================ +~~ This file is part of Demoiselle Framework. +~~ +~~ Demoiselle Framework is free software; you can redistribute it and/or +~~ modify it under the terms of the GNU Lesser General Public License version 3 +~~ as published by the Free Software Foundation. +~~ +~~ This program is distributed in the hope that it will be useful, +~~ but WITHOUT ANY WARRANTY; without even the implied warranty of +~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +~~ GNU General Public License for more details. +~~ +~~ You should have received a copy of the GNU Lesser General Public License version 3 +~~ along with this program; if not, see +~~ or write to the Free Software Foundation, Inc., 51 Franklin Street, +~~ Fifth Floor, Boston, MA 02110-1301, USA. +~~ ============================================================================ +~~ Este arquivo é parte do Framework Demoiselle. +~~ +~~ O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou +~~ modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação +~~ do Software Livre (FSF). +~~ +~~ Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA +~~ GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou +~~ APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português +~~ para maiores detalhes. +~~ +~~ Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título +~~ "LICENCA.txt", junto com esse programa. Se não, acesse +~~ ou escreva para a Fundação do Software Livre (FSF) Inc., +~~ 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. + + ------ + Notas de Versão + +Notas de Versão + +* v2.2.0 + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=711}0000711}} [Bug] FileRenderer implementando Serializable. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=697}0000697}} [Bug] Correção do Nullpointer ao executar Beans.getReference(Logger.class). + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=693}0000693}} [Bug] SecurityContext criava várias instâncias de Authenticator e Authorizer. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=721}0000721}} [Improvement] Criação de casos de teste unitário no arquétipo jsf-jpa. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=673}0000673}} [Improvement] SecurityContext.isLoggedIn() verifica se authenticator.getUser() está nulo. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=680}0000680}} [Improvement] As extensões JUnit, Vaadin, Shiro viraram componentes. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=681}0000681}} [Improvement] Arquétipo Vaadin migrado para componente. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=682}0000682}} [Improvement] Parent POM Vaadin migrado para componente. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=683}0000683}} [Improvement] Remoção do código depreciado na versão 2.1. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=706}0000706}} [Improvement] Atualização da versão do hibernate-validator. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=703}0000703}} [Improvement] Atualização do repositório do primefaces. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=696}0000696}} [Improvement] Correção da mensagem de sessão invalidada anteriormente. + + +* {{{../2.1.2/}v2.1.2}} + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=667}0000667}} [Bug] Correção na renderização de tabelas JSF do arquétipo demoiselle-jsf-jpa. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=654}0000654}} [Bug] Erro no arquétipo jsf-jpa: Property 'label.confirm.delete' not found. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=663}0000663}} [Bug] Comandos JPA em ambientes JTA não se uniam à transação antes de executar o comando. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=666}0000666}} [Bug] Correção do erro "You cannot set autocommit during a managed transaction!". + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=661}0000661}} [Improvement] Depreciação do pacote "br.gov.frameworkdemoiselle.event". + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=664}0000664}} [Improvement] Depreciação do estereótipo @Presenter da extensão Vaadin. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=662}0000662}} [Improvement] Depreciação das exceções do pacote "br.gov.frameworkdemoiselle.exception". + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=660}0000660}} [Task] Organização do código interno. + +* {{{../2.1.1/}v2.1.1}} + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=621}0000621}} [Bug] Erro em Classe que usa @Configuration. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=623}0000623}} [Bug] Telas de edição com Id do tipo String. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=624}0000624}} [Bug] Erros em arquivos do Arquétipo JPA-JSF. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=625}0000625}} [Bug] Correção do erro ao executar Maven Test no demoiselle-junit. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=638}0000638}} [Bug] Ambiguidade em classes de configuração. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=643}0000643}} [Bug] Mudança de URL no repositório JBoss. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=651}0000651}} [Bug] Correção do nome da interface Authorizator para Authorizer. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=636}0000636}} [Improvement] Possibilidade de desabilitar o redirecionamento no login e logout. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=637}0000637}} [Improvement] Mudança no redirecionamento ao realizar logout. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=641}0000641}} [Improvement] Substituição da propriedade frameworkdemoiselle.security.welcome.page. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=646}0000646}} [Improvement] Melhorias de Testes e Código. + +* {{{../2.1.0/}v2.1.0}} + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=601}0000601}} [Bug] Falha ao realizar operações no banco de dados com JPATransaction. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=598}0000598}} [Bug] ClassNotFoundException: br.gov.frameworkdemoiselle.transaction.JTATransaction. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=597}0000597}} [Bug] Unsatisfied dependencies for type UserTransaction. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=584}0000584}} [Bug] Falha no tratamento de exceção no MB quando em método com retorno String. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=582}0000582}} [Bug] Erro "No active contexts" ao reiniciar uma aplicação contendo @Shutdown. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=596}0000596}} [Improvement] Mudança no nome dos eventos LoginSuccessful e LogoutSuccessful. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=595}0000595}} [Improvement] Fechamento automático dos EntityManager e EntityManagerFactory. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=594}0000594}} [Improvement] Flush automático do EntityManager no commit da transação JTA. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=593}0000593}} [Improvement] Criação da extensão JTA. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=592}0000592}} [Improvement] Renomear Classes de Eventos da extensão Vaadin. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=591}0000591}} [Improvement] Mudança na Estrutura de Pacotes da extensão Vaadin. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=577}0000577}} [Improvement] Novo arquétipo demoiselle-minimal. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=579}0000579}} [Improvement] Inclusão do demoiselle-junit no arquétipo jsf-jpa. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=578}0000578}} [Improvement] Classe utilitária para redirecionamento JSF2 no demoiselle-jsf. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=573}0000573}} [Improvement] Fábrica para obter Response. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=457}0000457}} [New Feature] Especificação Demoiselle 2.0 - Segurança. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=583}0000583}} [New Feature] Extensão para controle de acesso com o Apache Shiro. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=524}0000524}} [New Feature] Extensão para camada de apresentação com Vaadin + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=580}0000580}} [Task] Parent POM demoiselle-app-parent renomeado para demoiselle-minimal-parent. + +* {{{../2.0.2/}v2.0.2}} + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=558}0000558}} [Bug] Abafando Exception do JPA ConfigurationException("??????????????????????"). + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=557}0000557}} [Bug] NullPointerException ao executar Beans.getReference(EntityManager.class). + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=566}0000566}} [Bug] Erro ao utilizar o demoiselle-junit com o demoiselle-jsf. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=563}0000563}} [Bug] Não é possível trabalhar com duas persistence-unit. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=562}0000562}} [Improvement] Alterar o arquétipo para suportar o Tomcat. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=560}0000560}} [Task] Criar Testes Unitários para a fábrica de EntityManager. + +* {{{../2.0.1/}v2.0.1}} + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=538}0000538}} [Bug] Possível loop infinito em ResourceBundleFactory. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=521}0000521}} [Bug] Dependencia indevida do componente demoiselle-validation-1.0.0-SNAPSHOT. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=517}0000517}} [Bug] Tratamento de exceções não funciona com o Weld 1.1.0-CR4. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=523}0000523}} [Improvement] Possibilitar injeção com jUnit. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=522}0000522}} [Improvement] Renomear a extensão Swing para SE. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=518}0000518}} [Improvement] Possibilitar o deploy de aplicações JSF em servidores Tomcat 6 e 7. + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=534}0000534}} [Task] Disponibilizar o site do framework. + +* v2.0.0 + + * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=456}0000456}} [New Feature] Especificação Demoiselle 2.0. + +* {{{../latest1x.php}v1.x.x}} + + * Para versões anteriores {{{../latest1x.php}clique aqui}}. + + \ No newline at end of file diff --git a/site/apt/se.apt b/site/apt/se.apt new file mode 100644 index 0000000..b434adc --- /dev/null +++ b/site/apt/se.apt @@ -0,0 +1,41 @@ +~~ Demoiselle Framework +~~ Copyright (C) 2010 SERPRO +~~ ============================================================================ +~~ This file is part of Demoiselle Framework. +~~ +~~ Demoiselle Framework is free software; you can redistribute it and/or +~~ modify it under the terms of the GNU Lesser General Public License version 3 +~~ as published by the Free Software Foundation. +~~ +~~ This program is distributed in the hope that it will be useful, +~~ but WITHOUT ANY WARRANTY; without even the implied warranty of +~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +~~ GNU General Public License for more details. +~~ +~~ You should have received a copy of the GNU Lesser General Public License version 3 +~~ along with this program; if not, see +~~ or write to the Free Software Foundation, Inc., 51 Franklin Street, +~~ Fifth Floor, Boston, MA 02110-1301, USA. +~~ ============================================================================ +~~ Este arquivo é parte do Framework Demoiselle. +~~ +~~ O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou +~~ modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação +~~ do Software Livre (FSF). +~~ +~~ Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA +~~ GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou +~~ APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português +~~ para maiores detalhes. +~~ +~~ Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título +~~ "LICENCA.txt", junto com esse programa. Se não, acesse +~~ ou escreva para a Fundação do Software Livre (FSF) Inc., +~~ 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. + + ------ + SE extension + +SE extension + + Extende o framework para uso em plataformas SE, o famoso mundo desktop. diff --git a/site/site.xml b/site/site.xml new file mode 100755 index 0000000..12cf25e --- /dev/null +++ b/site/site.xml @@ -0,0 +1,77 @@ + + + + ${project.name} + images/logo-l.png + ${project.url} + + + + images/logo-r.png + + + + + + + br.gov.frameworkdemoiselle.component + demoiselle-default-skin + 2.0.1 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/site/apt/core.apt b/src/site/apt/core.apt deleted file mode 100644 index 66681f8..0000000 --- a/src/site/apt/core.apt +++ /dev/null @@ -1,47 +0,0 @@ -~~ Demoiselle Framework -~~ Copyright (C) 2010 SERPRO -~~ ============================================================================ -~~ This file is part of Demoiselle Framework. -~~ -~~ Demoiselle Framework is free software; you can redistribute it and/or -~~ modify it under the terms of the GNU Lesser General Public License version 3 -~~ as published by the Free Software Foundation. -~~ -~~ This program is distributed in the hope that it will be useful, -~~ but WITHOUT ANY WARRANTY; without even the implied warranty of -~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -~~ GNU General Public License for more details. -~~ -~~ You should have received a copy of the GNU Lesser General Public License version 3 -~~ along with this program; if not, see -~~ or write to the Free Software Foundation, Inc., 51 Franklin Street, -~~ Fifth Floor, Boston, MA 02110-1301, USA. -~~ ============================================================================ -~~ Este arquivo é parte do Framework Demoiselle. -~~ -~~ O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou -~~ modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação -~~ do Software Livre (FSF). -~~ -~~ Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA -~~ GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou -~~ APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português -~~ para maiores detalhes. -~~ -~~ Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título -~~ "LICENCA.txt", junto com esse programa. Se não, acesse -~~ ou escreva para a Fundação do Software Livre (FSF) Inc., -~~ 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. - - ------ - Core - -Core - - O core do Demoiselle contém aquelas funcionalidades que são comuns a todas as extensões e aplicações. - Ele é simples, leve e formado majoritariamente por interfaces e poucas implementações, e é a base do framework. - Sem ele, as extensões e a própria aplicação não funcionam. - - É o core que possibilita a integração entre as camadas, criação de estereótipos, utilização de - recursos transacionais, tratamento de exceção, mensagens entre outras funcionalidades importantes em uma aplicação - tradicional. diff --git a/src/site/apt/documentation.apt b/src/site/apt/documentation.apt deleted file mode 100644 index 67e4750..0000000 --- a/src/site/apt/documentation.apt +++ /dev/null @@ -1,47 +0,0 @@ -~~ Demoiselle Framework -~~ Copyright (C) 2010 SERPRO -~~ ============================================================================ -~~ This file is part of Demoiselle Framework. -~~ -~~ Demoiselle Framework is free software; you can redistribute it and/or -~~ modify it under the terms of the GNU Lesser General Public License version 3 -~~ as published by the Free Software Foundation. -~~ -~~ This program is distributed in the hope that it will be useful, -~~ but WITHOUT ANY WARRANTY; without even the implied warranty of -~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -~~ GNU General Public License for more details. -~~ -~~ You should have received a copy of the GNU Lesser General Public License version 3 -~~ along with this program; if not, see -~~ or write to the Free Software Foundation, Inc., 51 Franklin Street, -~~ Fifth Floor, Boston, MA 02110-1301, USA. -~~ ============================================================================ -~~ Este arquivo é parte do Framework Demoiselle. -~~ -~~ O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou -~~ modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação -~~ do Software Livre (FSF). -~~ -~~ Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA -~~ GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou -~~ APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português -~~ para maiores detalhes. -~~ -~~ Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título -~~ "LICENCA.txt", junto com esse programa. Se não, acesse -~~ ou escreva para a Fundação do Software Livre (FSF) Inc., -~~ 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. - - ------ - Documentação - -Documentação - -*-----------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------* -| {{{http://demoiselle.sourceforge.net/docs/quickstart}QuickStart}} | Tutorial do tipo "passo a passo" que ilustra de forma rápida e prática o Demoiselle Framework 2.0 | {{{http://demoiselle.sourceforge.net/docs/quickstart/2.0.3/html/}HTML}} | {{{http://demoiselle.sourceforge.net/docs/quickstart/2.0.3/html_single/}HTML simples}} | {{{http://demoiselle.sourceforge.net/docs/quickstart/2.0.3/pdf/demoiselle-quickstart.pdf}PDF}} | -*-----------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------* -| {{{http://demoiselle.sourceforge.net/docs/reference}Reference Guide}} | Guia de referência destinado a todos que desejem conhecer melhor o framework e suas funcionalidades | {{{http://demoiselle.sourceforge.net/docs/reference/2.1.1/html/}HTML}} | {{{http://demoiselle.sourceforge.net/docs/reference/2.1.1/html_single/}HTML simples}} | {{{http://demoiselle.sourceforge.net/docs/reference/2.1.1/pdf/demoiselle-reference.pdf}PDF}} | -*-----------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------* -| {{{http://demoiselle.sourceforge.net/docs/what-is-new}O que mudou?}} | Documento que exemplifica as mudanças nas funcionalidades do framework | {{{http://demoiselle.sourceforge.net/docs/what-is-new/2.0.1/html/}HTML}} | {{{http://demoiselle.sourceforge.net/docs/what-is-new/2.0.1/html_single/}HTML simples}} | {{{http://demoiselle.sourceforge.net/docs/what-is-new/2.0.1/pdf/demoiselle-what-is-new.pdf}PDF}} | -*-----------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------* diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt deleted file mode 100644 index 96ef26d..0000000 --- a/src/site/apt/index.apt +++ /dev/null @@ -1,43 +0,0 @@ -~~ Demoiselle Framework -~~ Copyright (C) 2010 SERPRO -~~ ============================================================================ -~~ This file is part of Demoiselle Framework. -~~ -~~ Demoiselle Framework is free software; you can redistribute it and/or -~~ modify it under the terms of the GNU Lesser General Public License version 3 -~~ as published by the Free Software Foundation. -~~ -~~ This program is distributed in the hope that it will be useful, -~~ but WITHOUT ANY WARRANTY; without even the implied warranty of -~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -~~ GNU General Public License for more details. -~~ -~~ You should have received a copy of the GNU Lesser General Public License version 3 -~~ along with this program; if not, see -~~ or write to the Free Software Foundation, Inc., 51 Franklin Street, -~~ Fifth Floor, Boston, MA 02110-1301, USA. -~~ ============================================================================ -~~ Este arquivo é parte do Framework Demoiselle. -~~ -~~ O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou -~~ modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação -~~ do Software Livre (FSF). -~~ -~~ Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA -~~ GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou -~~ APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português -~~ para maiores detalhes. -~~ -~~ Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título -~~ "LICENCA.txt", junto com esse programa. Se não, acesse -~~ ou escreva para a Fundação do Software Livre (FSF) Inc., -~~ 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. - - ------ - Sobre o Demoiselle 2 - -Sobre o Demoiselle 2 - - A versão 2 do framework Demoiselle não possui um core monolítico, onde todas as funcionalidades estão concentradas em um único pacote, - pois não queremos que os desenvolvedores que utilizam o Demoiselle sejam obrigados a ter em seus projetos funcionalidades que não vão - utilizar. Por esse motivo, esta versão do framework foi dividida em Core, Extensões e componentes. diff --git a/src/site/apt/jpa.apt b/src/site/apt/jpa.apt deleted file mode 100644 index 919d497..0000000 --- a/src/site/apt/jpa.apt +++ /dev/null @@ -1,42 +0,0 @@ -~~ Demoiselle Framework -~~ Copyright (C) 2010 SERPRO -~~ ============================================================================ -~~ This file is part of Demoiselle Framework. -~~ -~~ Demoiselle Framework is free software; you can redistribute it and/or -~~ modify it under the terms of the GNU Lesser General Public License version 3 -~~ as published by the Free Software Foundation. -~~ -~~ This program is distributed in the hope that it will be useful, -~~ but WITHOUT ANY WARRANTY; without even the implied warranty of -~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -~~ GNU General Public License for more details. -~~ -~~ You should have received a copy of the GNU Lesser General Public License version 3 -~~ along with this program; if not, see -~~ or write to the Free Software Foundation, Inc., 51 Franklin Street, -~~ Fifth Floor, Boston, MA 02110-1301, USA. -~~ ============================================================================ -~~ Este arquivo é parte do Framework Demoiselle. -~~ -~~ O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou -~~ modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação -~~ do Software Livre (FSF). -~~ -~~ Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA -~~ GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou -~~ APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português -~~ para maiores detalhes. -~~ -~~ Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título -~~ "LICENCA.txt", junto com esse programa. Se não, acesse -~~ ou escreva para a Fundação do Software Livre (FSF) Inc., -~~ 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. - - ------ - JPA extension - -JPA extension - - Esta extensão habilita o uso de JPA para tratar a persistência. Nela são disponibilidos uma fábrica de EntityManager, - um mecanismo de transação para JPA e um template para o DAO. diff --git a/src/site/apt/jsf.apt b/src/site/apt/jsf.apt deleted file mode 100644 index 879b3e5..0000000 --- a/src/site/apt/jsf.apt +++ /dev/null @@ -1,42 +0,0 @@ -~~ Demoiselle Framework -~~ Copyright (C) 2010 SERPRO -~~ ============================================================================ -~~ This file is part of Demoiselle Framework. -~~ -~~ Demoiselle Framework is free software; you can redistribute it and/or -~~ modify it under the terms of the GNU Lesser General Public License version 3 -~~ as published by the Free Software Foundation. -~~ -~~ This program is distributed in the hope that it will be useful, -~~ but WITHOUT ANY WARRANTY; without even the implied warranty of -~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -~~ GNU General Public License for more details. -~~ -~~ You should have received a copy of the GNU Lesser General Public License version 3 -~~ along with this program; if not, see -~~ or write to the Free Software Foundation, Inc., 51 Franklin Street, -~~ Fifth Floor, Boston, MA 02110-1301, USA. -~~ ============================================================================ -~~ Este arquivo é parte do Framework Demoiselle. -~~ -~~ O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou -~~ modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação -~~ do Software Livre (FSF). -~~ -~~ Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA -~~ GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou -~~ APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português -~~ para maiores detalhes. -~~ -~~ Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título -~~ "LICENCA.txt", junto com esse programa. Se não, acesse -~~ ou escreva para a Fundação do Software Livre (FSF) Inc., -~~ 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. - - ------ - JSF extension - -JSF extension - - Prepara a aplicação para utilizar o JSF. Disponibiliza automaticamente as configurações - necessárias para o JSF. Templates de CRUD também são disponibilizados. diff --git a/src/site/apt/jta.apt b/src/site/apt/jta.apt deleted file mode 100644 index 12379b5..0000000 --- a/src/site/apt/jta.apt +++ /dev/null @@ -1,43 +0,0 @@ -~~ Demoiselle Framework -~~ Copyright (C) 2010 SERPRO -~~ ============================================================================ -~~ This file is part of Demoiselle Framework. -~~ -~~ Demoiselle Framework is free software; you can redistribute it and/or -~~ modify it under the terms of the GNU Lesser General Public License version 3 -~~ as published by the Free Software Foundation. -~~ -~~ This program is distributed in the hope that it will be useful, -~~ but WITHOUT ANY WARRANTY; without even the implied warranty of -~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -~~ GNU General Public License for more details. -~~ -~~ You should have received a copy of the GNU Lesser General Public License version 3 -~~ along with this program; if not, see -~~ or write to the Free Software Foundation, Inc., 51 Franklin Street, -~~ Fifth Floor, Boston, MA 02110-1301, USA. -~~ ============================================================================ -~~ Este arquivo é parte do Framework Demoiselle. -~~ -~~ O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou -~~ modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação -~~ do Software Livre (FSF). -~~ -~~ Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA -~~ GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou -~~ APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português -~~ para maiores detalhes. -~~ -~~ Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título -~~ "LICENCA.txt", junto com esse programa. Se não, acesse -~~ ou escreva para a Fundação do Software Livre (FSF) Inc., -~~ 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. - - ------ - JTA extension - -JTA extension - - Esta extensão é destinada à aplicações que utilizem JTA como estratégia de transação. - - diff --git a/src/site/apt/release-notes.apt b/src/site/apt/release-notes.apt deleted file mode 100755 index 6fc0f39..0000000 --- a/src/site/apt/release-notes.apt +++ /dev/null @@ -1,188 +0,0 @@ -~~ Demoiselle Framework -~~ Copyright (C) 2010 SERPRO -~~ ============================================================================ -~~ This file is part of Demoiselle Framework. -~~ -~~ Demoiselle Framework is free software; you can redistribute it and/or -~~ modify it under the terms of the GNU Lesser General Public License version 3 -~~ as published by the Free Software Foundation. -~~ -~~ This program is distributed in the hope that it will be useful, -~~ but WITHOUT ANY WARRANTY; without even the implied warranty of -~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -~~ GNU General Public License for more details. -~~ -~~ You should have received a copy of the GNU Lesser General Public License version 3 -~~ along with this program; if not, see -~~ or write to the Free Software Foundation, Inc., 51 Franklin Street, -~~ Fifth Floor, Boston, MA 02110-1301, USA. -~~ ============================================================================ -~~ Este arquivo é parte do Framework Demoiselle. -~~ -~~ O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou -~~ modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação -~~ do Software Livre (FSF). -~~ -~~ Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA -~~ GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou -~~ APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português -~~ para maiores detalhes. -~~ -~~ Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título -~~ "LICENCA.txt", junto com esse programa. Se não, acesse -~~ ou escreva para a Fundação do Software Livre (FSF) Inc., -~~ 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. - - ------ - Notas de Versão - -Notas de Versão - -* v2.2.0 - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=711}0000711}} [Bug] FileRenderer implementando Serializable. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=697}0000697}} [Bug] Correção do Nullpointer ao executar Beans.getReference(Logger.class). - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=693}0000693}} [Bug] SecurityContext criava várias instâncias de Authenticator e Authorizer. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=721}0000721}} [Improvement] Criação de casos de teste unitário no arquétipo jsf-jpa. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=673}0000673}} [Improvement] SecurityContext.isLoggedIn() verifica se authenticator.getUser() está nulo. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=680}0000680}} [Improvement] As extensões JUnit, Vaadin, Shiro viraram componentes. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=681}0000681}} [Improvement] Arquétipo Vaadin migrado para componente. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=682}0000682}} [Improvement] Parent POM Vaadin migrado para componente. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=683}0000683}} [Improvement] Remoção do código depreciado na versão 2.1. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=706}0000706}} [Improvement] Atualização da versão do hibernate-validator. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=703}0000703}} [Improvement] Atualização do repositório do primefaces. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=696}0000696}} [Improvement] Correção da mensagem de sessão invalidada anteriormente. - - -* {{{../2.1.2/}v2.1.2}} - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=667}0000667}} [Bug] Correção na renderização de tabelas JSF do arquétipo demoiselle-jsf-jpa. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=654}0000654}} [Bug] Erro no arquétipo jsf-jpa: Property 'label.confirm.delete' not found. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=663}0000663}} [Bug] Comandos JPA em ambientes JTA não se uniam à transação antes de executar o comando. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=666}0000666}} [Bug] Correção do erro "You cannot set autocommit during a managed transaction!". - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=661}0000661}} [Improvement] Depreciação do pacote "br.gov.frameworkdemoiselle.event". - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=664}0000664}} [Improvement] Depreciação do estereótipo @Presenter da extensão Vaadin. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=662}0000662}} [Improvement] Depreciação das exceções do pacote "br.gov.frameworkdemoiselle.exception". - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=660}0000660}} [Task] Organização do código interno. - -* {{{../2.1.1/}v2.1.1}} - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=621}0000621}} [Bug] Erro em Classe que usa @Configuration. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=623}0000623}} [Bug] Telas de edição com Id do tipo String. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=624}0000624}} [Bug] Erros em arquivos do Arquétipo JPA-JSF. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=625}0000625}} [Bug] Correção do erro ao executar Maven Test no demoiselle-junit. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=638}0000638}} [Bug] Ambiguidade em classes de configuração. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=643}0000643}} [Bug] Mudança de URL no repositório JBoss. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=651}0000651}} [Bug] Correção do nome da interface Authorizator para Authorizer. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=636}0000636}} [Improvement] Possibilidade de desabilitar o redirecionamento no login e logout. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=637}0000637}} [Improvement] Mudança no redirecionamento ao realizar logout. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=641}0000641}} [Improvement] Substituição da propriedade frameworkdemoiselle.security.welcome.page. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=646}0000646}} [Improvement] Melhorias de Testes e Código. - -* {{{../2.1.0/}v2.1.0}} - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=601}0000601}} [Bug] Falha ao realizar operações no banco de dados com JPATransaction. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=598}0000598}} [Bug] ClassNotFoundException: br.gov.frameworkdemoiselle.transaction.JTATransaction. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=597}0000597}} [Bug] Unsatisfied dependencies for type UserTransaction. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=584}0000584}} [Bug] Falha no tratamento de exceção no MB quando em método com retorno String. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=582}0000582}} [Bug] Erro "No active contexts" ao reiniciar uma aplicação contendo @Shutdown. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=596}0000596}} [Improvement] Mudança no nome dos eventos LoginSuccessful e LogoutSuccessful. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=595}0000595}} [Improvement] Fechamento automático dos EntityManager e EntityManagerFactory. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=594}0000594}} [Improvement] Flush automático do EntityManager no commit da transação JTA. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=593}0000593}} [Improvement] Criação da extensão JTA. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=592}0000592}} [Improvement] Renomear Classes de Eventos da extensão Vaadin. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=591}0000591}} [Improvement] Mudança na Estrutura de Pacotes da extensão Vaadin. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=577}0000577}} [Improvement] Novo arquétipo demoiselle-minimal. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=579}0000579}} [Improvement] Inclusão do demoiselle-junit no arquétipo jsf-jpa. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=578}0000578}} [Improvement] Classe utilitária para redirecionamento JSF2 no demoiselle-jsf. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=573}0000573}} [Improvement] Fábrica para obter Response. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=457}0000457}} [New Feature] Especificação Demoiselle 2.0 - Segurança. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=583}0000583}} [New Feature] Extensão para controle de acesso com o Apache Shiro. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=524}0000524}} [New Feature] Extensão para camada de apresentação com Vaadin - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=580}0000580}} [Task] Parent POM demoiselle-app-parent renomeado para demoiselle-minimal-parent. - -* {{{../2.0.2/}v2.0.2}} - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=558}0000558}} [Bug] Abafando Exception do JPA ConfigurationException("??????????????????????"). - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=557}0000557}} [Bug] NullPointerException ao executar Beans.getReference(EntityManager.class). - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=566}0000566}} [Bug] Erro ao utilizar o demoiselle-junit com o demoiselle-jsf. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=563}0000563}} [Bug] Não é possível trabalhar com duas persistence-unit. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=562}0000562}} [Improvement] Alterar o arquétipo para suportar o Tomcat. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=560}0000560}} [Task] Criar Testes Unitários para a fábrica de EntityManager. - -* {{{../2.0.1/}v2.0.1}} - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=538}0000538}} [Bug] Possível loop infinito em ResourceBundleFactory. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=521}0000521}} [Bug] Dependencia indevida do componente demoiselle-validation-1.0.0-SNAPSHOT. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=517}0000517}} [Bug] Tratamento de exceções não funciona com o Weld 1.1.0-CR4. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=523}0000523}} [Improvement] Possibilitar injeção com jUnit. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=522}0000522}} [Improvement] Renomear a extensão Swing para SE. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=518}0000518}} [Improvement] Possibilitar o deploy de aplicações JSF em servidores Tomcat 6 e 7. - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=534}0000534}} [Task] Disponibilizar o site do framework. - -* v2.0.0 - - * {{{http://sourceforge.net/apps/mantisbt/demoiselle/view.php?id=456}0000456}} [New Feature] Especificação Demoiselle 2.0. - -* {{{../latest1x.php}v1.x.x}} - - * Para versões anteriores {{{../latest1x.php}clique aqui}}. - - \ No newline at end of file diff --git a/src/site/apt/se.apt b/src/site/apt/se.apt deleted file mode 100644 index b434adc..0000000 --- a/src/site/apt/se.apt +++ /dev/null @@ -1,41 +0,0 @@ -~~ Demoiselle Framework -~~ Copyright (C) 2010 SERPRO -~~ ============================================================================ -~~ This file is part of Demoiselle Framework. -~~ -~~ Demoiselle Framework is free software; you can redistribute it and/or -~~ modify it under the terms of the GNU Lesser General Public License version 3 -~~ as published by the Free Software Foundation. -~~ -~~ This program is distributed in the hope that it will be useful, -~~ but WITHOUT ANY WARRANTY; without even the implied warranty of -~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -~~ GNU General Public License for more details. -~~ -~~ You should have received a copy of the GNU Lesser General Public License version 3 -~~ along with this program; if not, see -~~ or write to the Free Software Foundation, Inc., 51 Franklin Street, -~~ Fifth Floor, Boston, MA 02110-1301, USA. -~~ ============================================================================ -~~ Este arquivo é parte do Framework Demoiselle. -~~ -~~ O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou -~~ modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação -~~ do Software Livre (FSF). -~~ -~~ Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA -~~ GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou -~~ APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português -~~ para maiores detalhes. -~~ -~~ Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título -~~ "LICENCA.txt", junto com esse programa. Se não, acesse -~~ ou escreva para a Fundação do Software Livre (FSF) Inc., -~~ 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. - - ------ - SE extension - -SE extension - - Extende o framework para uso em plataformas SE, o famoso mundo desktop. diff --git a/src/site/site.xml b/src/site/site.xml deleted file mode 100755 index 12cf25e..0000000 --- a/src/site/site.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - ${project.name} - images/logo-l.png - ${project.url} - - - - images/logo-r.png - - - - - - - br.gov.frameworkdemoiselle.component - demoiselle-default-skin - 2.0.1 - - - - - - - - - - - - - - - - - - - - - - - -- libgit2 0.21.2