Log in to follow, share, and participate in this community.
Thread [forge-dev] Maven 3.2.5 support
[forge-dev] Maven 3.2.5 supportHello everyone! As for now, Forge has been upgraded to Maven 3.2.5 and consequently Aether 1.0. This means that builds running under older Maven versions will not work anymore (blame Aether for this). ...
[forge-dev] Hackergarten Devoxx.FRHi folks, what do you think about doing a Forge Hackergarten in Devoxx.FR? I'm available to do it. (I need back before only. But, I think that I'll fix my visa problem in time) Can we select some issues to ...
[forge-dev] Google Summer of Code 2015Hello everyone, Google Summer of Code 2015 is coming up and we are in the stage of gathering proposal ideas for JBoss Forge. If you have any idea that would be nice for a student to implement it, please le...
Thread [forge-dev] Issue with Angular scaffold generation
[forge-dev] Issue with Angular scaffold generationHi folks, While I was preparing tonight's demo for Barcelona JUG, I found something really strange. Whenever you try to generate Angular scaffold, it generates everything besides the JAX-RS endpoints...
[forge-dev] Forge Meeting notes - 04-jan-2015============== #forge Meeting ============== Meeting started by gastaldi at 15:04:27 UTC. The full logs are available at http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2015/forge.2015-0...
[forge-dev] Security addon in ForgeHi folks, I wanted to add a new addon to Forge that handles the Java EE security topics: - Add constraints to some resources - Setup authentication mechanism (form, basic, digest, etc.) - Assign rea...
[forge-dev] UIValidatorWhen this validation is called? https://github.com/forge/core/blob/master/addon-manager/impl/src/main/java/org/jboss/forge/addon/manager/impl/ui/AddonInstallCommand.java#L88-L107 -- Daniel Cunha (soro)
[forge-dev] FacesScaffoldProviderHi folks, About FORGE-2072. The problem is: We have this method: ErrorPageType getOrCreateErrorPage(); I’ll propose create a ErrorPageType getOrCreateErrorPage(String erroCode); The get...
Thread [forge-dev] Again on testing Forge commands
[forge-dev] Again on testing Forge commandsHi everybody, I resumed my Security addon development and reached my "favorite" point: writing and executing UI command tests. I have attached here the output of the test harness as well as the sample test t...
[forge-dev] Forge Build ProblemsHi all! I have been having problems in building forge for sometime now. Does anyone else have it ? How can it be resolved ? Macintosh:core Devanshu$ mvn clean install -DskipTests Scanning for projec...
Thread [forge-dev] Potential CI build service for Windows?
[forge-dev] Potential CI build service for Windows?http://www.appveyor.com/ I think we should check this out. As used in AsciiDoctor: https://github.com/asciidoctor/asciidoctor/pull/1241/files -- Lincoln Baxter, III htt...
[forge-dev] PermGen with JBoss add-onHi all, The other day on #IRC I mentioned having PermGen issues with the JBossAS add-on. It's confirmed. During the HoL there are plenty of people who had the same issue : install the JBoss add-on, start wil...
[forge-dev] UnifiedPush Java Sender Forge AddonHi ! I'm happy to announce the first release of the UPS Java Sender Forge Addon, This addon will help the developer to integrate the Java Sender into their existing applications. Basically it provide...
Re: [forge-dev] Forge JavadocNot intentional. It's just that we don't normally upload JavaDoc as part of the release process. It would be nice if we could set up Jenkins to build tags for us as well. I think there is a way to do that. - ...