[windup/windup] b4c240: WINDUPRULE-295 adding JTA discovery (#1179)
by Marek Novotný
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: b4c24054f2d5d5cae7f26972873d04195542cab1
https://github.com/windup/windup/commit/b4c24054f2d5d5cae7f26972873d04195...
Author: Marek Novotný <hotmana76(a)gmail.com>
Date: 2017-09-22 (Fri, 22 Sep 2017)
Changed paths:
M config-xml/addon/src/main/java/org/jboss/windup/config/parser/xml/when/QueryHandler.java
M config-xml/schema/windup-jboss-ruleset.xsd
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/DataSourceModel.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverHibernateConfigurationRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverJpaConfigurationXmlRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/service/DataSourceService.java
M rules-java-ee/addon/src/main/resources/reports/templates/jpa.ftl
Log Message:
-----------
WINDUPRULE-295 adding JTA discovery (#1179)
* WINDUPRULE-295: setting JTA indicator when used in datasources
* fixed JPA discovery as persistence.xml was effectively ignored
* fixed hibernate configuration properties
* WINDUPRULE-295 JTA: fixed property type issue
8 years, 3 months
[windup/windup] 4333ea: Updating version to 4.1.0-SNAPSHOT
by Marek Novotný
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 4333ea641b849c27dada01d984c841fd69154d0d
https://github.com/windup/windup/commit/4333ea641b849c27dada01d984c841fd6...
Author: Marek Novotný <hotmana76(a)gmail.com>
Date: 2017-09-21 (Thu, 21 Sep 2017)
Changed paths:
M bom/pom.xml
M bootstrap/pom.xml
M config-groovy/addon/pom.xml
M config-groovy/pom.xml
M config-groovy/tests/pom.xml
M config-xml/addon/pom.xml
M config-xml/pom.xml
M config-xml/tests/pom.xml
M config/addon/pom.xml
M config/api/pom.xml
M config/impl/pom.xml
M config/pom.xml
M config/tests/pom.xml
M decompiler/api/pom.xml
M decompiler/impl-fernflower/pom.xml
M decompiler/impl-procyon/pom.xml
M decompiler/pom.xml
M exec/addon/pom.xml
M exec/api/pom.xml
M exec/impl/pom.xml
M exec/pom.xml
M exec/tests/pom.xml
M forks/frames/pom.xml
M forks/jdt/pom.xml
M graph/addon/pom.xml
M graph/api/pom.xml
M graph/impl/pom.xml
M graph/pom.xml
M graph/tests/pom.xml
M java-ast/addon/pom.xml
M java-ast/pom.xml
M java-ast/tests/pom.xml
M pom.xml
M reporting/addon/pom.xml
M reporting/api/pom.xml
M reporting/impl/pom.xml
M reporting/pom.xml
M reporting/tests/pom.xml
M rexster/addon/pom.xml
M rexster/pom.xml
M rexster/tests/pom.xml
M rules-base/addon/pom.xml
M rules-base/api/pom.xml
M rules-base/impl/pom.xml
M rules-base/pom.xml
M rules-base/tests/pom.xml
M rules-java-archives/addon/pom.xml
M rules-java-archives/pom.xml
M rules-java-archives/tests/pom.xml
M rules-java-ee/addon/pom.xml
M rules-java-ee/pom.xml
M rules-java-ee/tests/pom.xml
M rules-java-project/addon/pom.xml
M rules-java-project/pom.xml
M rules-java-project/tests/pom.xml
M rules-java/addon/pom.xml
M rules-java/api/pom.xml
M rules-java/impl/pom.xml
M rules-java/pom.xml
M rules-java/tests/pom.xml
M rules-java/tests/src/test/resources/staticip/pom.xml
M rules-tattletale/addon/pom.xml
M rules-tattletale/pom.xml
M rules-tattletale/tests/pom.xml
M rules-xml/addon/pom.xml
M rules-xml/api/pom.xml
M rules-xml/impl/pom.xml
M rules-xml/pom.xml
M rules-xml/tests/pom.xml
M test-files/pom.xml
M test-util/pom.xml
M tests/pom.xml
M tooling/addon/pom.xml
M tooling/api/pom.xml
M tooling/impl/pom.xml
M tooling/pom.xml
M tooling/tests/pom.xml
M ui/addon/pom.xml
M ui/pom.xml
M ui/tests/pom.xml
M utils/pom.xml
M windup-test-harness/pom.xml
Log Message:
-----------
Updating version to 4.1.0-SNAPSHOT
8 years, 3 months
[windup/windup] cf02a0: WINDUP-1682 WINDUPRULE-285 WINDUP-1687
by mrizzi
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: cf02a016cba52d039989977c0e87e125f997035e
https://github.com/windup/windup/commit/cf02a016cba52d039989977c0e87e125f...
Author: mrizzi <mrizzi(a)redhat.com>
Date: 2017-09-21 (Thu, 21 Sep 2017)
Changed paths:
M config-xml/schema/windup-jboss-ruleset.xsd
A reporting/api/src/main/java/org/jboss/windup/reporting/config/TechnologyTag.java
A reporting/api/src/main/java/org/jboss/windup/reporting/config/TechnologyTagExists.java
A reporting/impl/src/main/java/org/jboss/windup/reporting/xml/TechnologyTagExistsHandler.java
A reporting/impl/src/main/java/org/jboss/windup/reporting/xml/TechnologyTagHandler.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/TechnologyIdentified.java
Log Message:
-----------
WINDUP-1682 WINDUPRULE-285 WINDUP-1687
8 years, 3 months