[JBoss JIRA] (FORGE-1699) High CPU consumption on Windows and Linux
by Esteve Aviles (JIRA)
Esteve Aviles created FORGE-1699:
------------------------------------
Summary: High CPU consumption on Windows and Linux
Key: FORGE-1699
URL: https://issues.jboss.org/browse/FORGE-1699
Project: Forge
Issue Type: Quality Risk
Components: UI - Shell
Affects Versions: 2.3.0.Final
Environment: Windows 7 32 bits 4 GB RAM
Linux Fedora 19 64bits 4 GB RAM
Reporter: Esteve Aviles
CPU usage is very high when executing a command in Forge Shell.
I attach an image of CPU consumption.
Tried both Windows (at work) and Linux with the same result.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (FORGE-1698) MavenJavaCompilerFacet should use user properties instead of declaring the compiler plugin
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1698?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-1698.
----------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.3.1.Final
(was: 2.x Future)
Resolution: Done
> MavenJavaCompilerFacet should use user properties instead of declaring the compiler plugin
> ------------------------------------------------------------------------------------------
>
> Key: FORGE-1698
> URL: https://issues.jboss.org/browse/FORGE-1698
> Project: Forge
> Issue Type: Enhancement
> Components: Build Tools - Maven
> Affects Versions: 2.3.0.Final
> Reporter: George Gastaldi
> Assignee: George Gastaldi
> Priority: Minor
> Labels: Starter
> Fix For: 2.3.1.Final
>
>
> The current {{org.jboss.forge.addon.maven.projects.facets.MavenJavaCompilerFacet}} declares a compiler plugin with the parameters:
> {code}
> <plugin>
> <artifactId>maven-compiler-plugin</artifactId>
> <version>3.1</version>
> <configuration>
> <source>1.7</source>
> <target>1.7</target>
> <encoding>UTF-8</encoding>
> </configuration>
> </plugin>
> {code}
> As per http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html, this could be changed to:
> {code}
> <properties>
> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
> <maven.compiler.source>1.7</maven.compiler.source>
> <maven.compiler.target>1.7</maven.compiler.target>
> </properties>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (FORGE-1698) MavenJavaCompilerFacet should use user properties instead of declaring the compiler plugin
by George Gastaldi (JIRA)
George Gastaldi created FORGE-1698:
--------------------------------------
Summary: MavenJavaCompilerFacet should use user properties instead of declaring the compiler plugin
Key: FORGE-1698
URL: https://issues.jboss.org/browse/FORGE-1698
Project: Forge
Issue Type: Enhancement
Components: Build Tools - Maven
Affects Versions: 2.3.0.Final
Reporter: George Gastaldi
Priority: Minor
Fix For: 2.x Future
The current {{org.jboss.forge.addon.maven.projects.facets.MavenJavaCompilerFacet}} declares a compiler plugin with the parameters:
{code}
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
{code}
As per http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html, this could be changed to:
{code}
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (FORGE-1674) Forge should add EJB 3.1 dependency
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1674?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-1674.
----------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.3.1.Final
Resolution: Done
> Forge should add EJB 3.1 dependency
> -----------------------------------
>
> Key: FORGE-1674
> URL: https://issues.jboss.org/browse/FORGE-1674
> Project: Forge
> Issue Type: Bug
> Components: Java EE
> Affects Versions: 2.2.0.Final
> Reporter: Ivan St. Ivanov
> Assignee: George Gastaldi
> Priority: Critical
> Labels: Starter
> Fix For: 2.3.1.Final
>
> Attachments: testcase.txt
>
>
> When I install the EJB facet in a Java EE project and I choose version 3.1 of the EJB spec, Forge adds the following managed dependency:
> javax.ejb:ejb-api:jar::3.0-alpha-1
> This is EJB 3.0, however, so I cannot have things like Singleton EJBs in my project. Adding this dependency would fix the issue:
> org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec:jar::1.0.1.Final
> I have attached a [failing] test case. Just add it to org.jboss.forge.addon.javaee.ejb.EJBFacetTest and you can simulate the issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years