George Gastaldi created FORGE-703:
-------------------------------------
Summary: Upgrade MVEL to 2.1.3.Final
Key: FORGE-703
URL: https://issues.jboss.org/browse/FORGE-703
Project: Forge
Issue Type: Library Upgrade
Affects Versions: 1.1.1.Final
Reporter: George Gastaldi
Fix For: 1.1.2.Final
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please …
[View More]contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
FSH parser interprets '=' as an MVEL command, cannot be used in normal commands without "quoting it"
----------------------------------------------------------------------------------------------------
Key: SEAMFORGE-321
URL: https://issues.jboss.org/browse/SEAMFORGE-321
Project: Seam Forge
Issue Type: Bug
Components: Forge Scripting Language
Affects Versions: 1.0.0.Beta2
Reporter: Lincoln Baxter III
…
[View More]Assignee: Mike Brock
Fix For: 1.0.0.Final
{code}$ alias foo=echo foo{code}
causes MVEL exception "alias cannot be resolved."
works with quotes, however
{code}$ alias "foo=echo foo"{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
[ https://issues.jboss.org/browse/FORGE-275?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-275:
----------------------------------
Status: Closed (was: Pull Request Sent)
Resolution: Done
> delete associated methods when deleting a field
> -----------------------------------------------
>
> Key: FORGE-275
> URL: https://issues.jboss.org/browse/FORGE-275
> Project: Forge
> Issue …
[View More]Type: Feature Request
> Components: Brainstorming, Builtin Plugins
> Affects Versions: 1.0.0.Alpha2, 1.0.0.Alpha3
> Reporter: Rodney Russ
> Assignee: Ricardo Martinelli Oliveira
> Priority: Minor
> Labels: Starter
> Fix For: 1.1.2.Final
>
> Attachments: Forge-275.patch
>
>
> When removing a field, it would make sense to remove the associated methods. For example:
> cd Person.java
> rm firstName
> *delete associated methods setFirstName() and getFirstName() (Y/n)?
--
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
[View Less]
[ https://issues.jboss.org/browse/FORGE-275?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-275:
----------------------------------
Status: Pull Request Sent (was: Pull Request Sent)
Git Pull Request: https://github.com/forge/core/pull/237 (was: https://github.com/forge/core/pull/219)
> delete associated methods when deleting a field
> -----------------------------------------------
>
> Key: FORGE-275
> …
[View More] URL: https://issues.jboss.org/browse/FORGE-275
> Project: Forge
> Issue Type: Feature Request
> Components: Brainstorming, Builtin Plugins
> Affects Versions: 1.0.0.Alpha2, 1.0.0.Alpha3
> Reporter: Rodney Russ
> Assignee: Ricardo Martinelli Oliveira
> Priority: Minor
> Labels: Starter
> Fix For: 1.1.2.Final
>
> Attachments: Forge-275.patch
>
>
> When removing a field, it would make sense to remove the associated methods. For example:
> cd Person.java
> rm firstName
> *delete associated methods setFirstName() and getFirstName() (Y/n)?
--
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
[View Less]
[ https://issues.jboss.org/browse/FORGE-150?page=com.atlassian.jira.plugin.... ]
Ivan St. Ivanov reassigned FORGE-150:
-------------------------------------
Assignee: Ivan St. Ivanov
> Implementations of JavaParser Interfaces should maintain equality with other implementations
> --------------------------------------------------------------------------------------------
>
> Key: FORGE-150
> URL: https://issues.jboss.org/browse/FORGE-150…
[View More]
> Project: Forge
> Issue Type: Enhancement
> Components: Parsers / File Manipulation
> Affects Versions: 1.0.0.Alpha4
> Reporter: Jason Porter
> Assignee: Ivan St. Ivanov
> Fix For: 1.1.2.Final
>
>
> Until I saw how to create an Import (which I still don't agree with having to be tied to the Implementation) I thought about creating my own implementation for a test (a mock would be even better) so I looked at the equals for the ImportImpl and it does not keep equality with other implementations because it checks to see if the class is the same. It also checks internal state instead of using the interface methods.
--
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
[View Less]
Thomas Frühbeck created FORGE-702:
-------------------------------------
Summary: Startup performance improvement in ObserverCaptureExtension
Key: FORGE-702
URL: https://issues.jboss.org/browse/FORGE-702
Project: Forge
Issue Type: Patch
Components: Event Bus
Affects Versions: 1.1.1.Final
Reporter: Thomas Frühbeck
Assignee: Thomas Frühbeck
Priority: Minor
complex class …
[View More]metadata operation on _all_ WeldBeans too expensive
--
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
[View Less]
George Gastaldi created FORGE-701:
-------------------------------------
Summary: FSH should be documented in the website
Key: FORGE-701
URL: https://issues.jboss.org/browse/FORGE-701
Project: Forge
Issue Type: Task
Components: Documentation, Website
Affects Versions: 1.1.1.Final
Reporter: George Gastaldi
The FSH language used in the .fsh files should be documented and published to our website. …
[View More]With examples also.
--
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
[View Less]