Re: Javadoc error

2020-12-16 Thread Gregor Zurowski
> > Hi Claus, > > > > I am now only getting the following WARNING which will also fail the > > release buid: > > > > === > > [WARNING] Javadoc Warnings > > [WARNING] javadoc: warning - Multiple sources of package comments > > found f

Re: Javadoc error

2020-12-15 Thread Claus Ibsen
Hi Gregor Okay I have a fix now. There is 1 commit on the 3.7.x branch from today. On Tue, Dec 15, 2020 at 10:31 PM Gregor Zurowski wrote: > > Hi Claus, > > I am now only getting the following WARNING which will also fail the > release buid: > > === > [WARNING] Jav

Re: Javadoc error

2020-12-15 Thread Claus Ibsen
On Tue, Dec 15, 2020 at 10:31 PM Gregor Zurowski wrote: > > Hi Claus, > > I am now only getting the following WARNING which will also fail the > release buid: > > === > [WARNING] Javadoc Warnings > [WARNING] javadoc: warning - Multiple sources of package c

Re: Javadoc error

2020-12-15 Thread Gregor Zurowski
Hi Claus, I am now only getting the following WARNING which will also fail the release buid: === [WARNING] Javadoc Warnings [WARNING] javadoc: warning - Multiple sources of package comments found for package "javax.annotation" === When I build endpoint DSL with `mvn javadoc:javadoc

Re: Javadoc error

2020-12-15 Thread Claus Ibsen
> > Hi Claus, > > > > I've looked into this again and realized that the WARNINGs in the > > Javadoc creation phase will break the build during release creation. I > > am still getting a longer list of Javadoc WARNINGs when I run `mvnw > > javadoc:javadoc` on

Re: Javadoc error

2020-12-15 Thread Claus Ibsen
Hi Gregor Ah okay I am working on fixing those WARNs now On Tue, Dec 15, 2020 at 10:48 AM Gregor Zurowski wrote: > > Hi Claus, > > I've looked into this again and realized that the WARNINGs in the > Javadoc creation phase will break the build during release creation. I

Re: Javadoc error

2020-12-15 Thread Gregor Zurowski
Hi Claus, I've looked into this again and realized that the WARNINGs in the Javadoc creation phase will break the build during release creation. I am still getting a longer list of Javadoc WARNINGs when I run `mvnw javadoc:javadoc` on `/camel/core/camel-endpointdsl`: [...] [WARNING] Ja

Re: Javadoc error

2020-12-14 Thread Gregor Zurowski
Hi Claus, Thank you so much for your fast response and the fix for this. It is not an issue for the 3.7.0 release, but mostly for a new build setup I am working on. As mentioned in my initial post, I am using Java 8 there, but it seems also picky about those Javadoc annotations. I just checked

Re: Javadoc error

2020-12-14 Thread Claus Ibsen
Hi Gregor Okay so the javadoc issue has been fixed. There are about 7 commits on the 3.7.x branch with CAMEL-15946 as prefix that all together fixes this. On Mon, Dec 14, 2020 at 4:00 PM Gregor Zurowski wrote: > > Hi Everyone: > > I am getting the following error when building Jav

Re: Javadoc error

2020-12-14 Thread Claus Ibsen
, 2020 at 4:14 PM Claus Ibsen wrote: > > > > Hi > > > > I also see this kind of error when building with JDK11. Probably with > > more sub errors because javadoc is more stricter on JDK11 (eg no > > @return is a failure, etc.). > > > > The endpoint DSL i

Re: Javadoc error

2020-12-14 Thread Claus Ibsen
> > I also see this kind of error when building with JDK11. Probably with > more sub errors because javadoc is more stricter on JDK11 (eg no > @return is a failure, etc.). > > The endpoint DSL is source code generated, and it seems that javadoc > parser fails such as > should

Re: Javadoc error

2020-12-14 Thread Claus Ibsen
Hi I also see this kind of error when building with JDK11. Probably with more sub errors because javadoc is more stricter on JDK11 (eg no @return is a failure, etc.). The endpoint DSL is source code generated, and it seems that javadoc parser fails such as > should be escaped. That is not rea

Javadoc error

2020-12-14 Thread Gregor Zurowski
Hi Everyone: I am getting the following error when building Javadoc for DSL Endpoint: === [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc (default-cli) on project camel-endpointdsl: An error has occurred in Javadoc report generation: [ERROR] Exit code

[GitHub] [camel-quarkus] lburgazzoli merged pull request #237: Improve the beans and registry BuildItems' JavaDoc

2019-10-07 Thread GitBox
lburgazzoli merged pull request #237: Improve the beans and registry BuildItems' JavaDoc URL: https://github.com/apache/camel-quarkus/pull/237 This is an automated message from the Apache Git Service. To respond t

[GitHub] [camel-quarkus] asf-ci commented on issue #237: Improve the beans and registry BuildItems' JavaDoc

2019-10-07 Thread GitBox
asf-ci commented on issue #237: Improve the beans and registry BuildItems' JavaDoc URL: https://github.com/apache/camel-quarkus/pull/237#issuecomment-538978205 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quark

[GitHub] [camel-quarkus] ppalaga opened a new pull request #237: Improve the beans and registry BuildItems' JavaDoc

2019-10-07 Thread GitBox
ppalaga opened a new pull request #237: Improve the beans and registry BuildItems' JavaDoc URL: https://github.com/apache/camel-quarkus/pull/237 Followup #230 This is an automated message from the Apache Git Servic

[GitHub] camel pull request #2502: camel-core - Fix typo in XmlConverter javadoc

2018-08-29 Thread oscerd
Github user oscerd closed the pull request at: https://github.com/apache/camel/pull/2502 ---

[GitHub] camel pull request #2502: camel-core - Fix typo in XmlConverter javadoc

2018-08-29 Thread tadayosi
GitHub user tadayosi opened a pull request: https://github.com/apache/camel/pull/2502 camel-core - Fix typo in XmlConverter javadoc You can merge this pull request into a Git repository by running: $ git pull https://github.com/tadayosi/camel xmlconverter-typo Alternatively

[GitHub] camel pull request #2398: Fix Javadoc linting issues

2018-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/2398 ---

[GitHub] camel pull request #2398: Fix Javadoc linting issues

2018-06-29 Thread gzurowski
GitHub user gzurowski opened a pull request: https://github.com/apache/camel/pull/2398 Fix Javadoc linting issues Some modules use custom Javadoc tags that cause the build to break when the Javadoc linter checks the sources. This had been disabled by providing additional

[GitHub] camel pull request #2340: [CAMEL-11257] Enhance unit tests and fixed Javadoc

2018-05-14 Thread davsclaus
Github user davsclaus closed the pull request at: https://github.com/apache/camel/pull/2340 ---

[GitHub] camel pull request #2340: [CAMEL-11257] Enhance unit tests and fixed Javadoc

2018-05-14 Thread punkhorn
GitHub user punkhorn opened a pull request: https://github.com/apache/camel/pull/2340 [CAMEL-11257] Enhance unit tests and fixed Javadoc You can merge this pull request into a Git repository by running: $ git pull https://github.com/punkhorn/camel-upstream master

R: Re: R: [camel] branch master updated: RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc

2018-03-12 Thread Andrea Cosentino
pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/camel.git > > > The following commit(s) were added to refs/heads/master by this push: >      new 0bd8839  RuntimeConfiguration#isAllowUseOriginalMessage: improve >javadoc > 0bd8839 is described below >

Re: R: [camel] branch master updated: RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc

2018-03-12 Thread Pascal Schumacher
owUseOriginalMessage: improve javadoc 0bd8839 is described below commit 0bd88399377dbfe0909c002f4e1d364d363e8122 Author: Pascal Schumacher AuthorDate: Mon Mar 12 20:18:08 2018 +0100     RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc --- camel-core/src/main/j

R: [camel] branch master updated: RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc

2018-03-12 Thread Andrea Cosentino
dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push:     new 0bd8839  RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc 0bd8839

[GitHub] camel pull request #1654: Adds javadoc to JDBCAggregationRepository

2017-04-24 Thread JSchoreels
Github user JSchoreels closed the pull request at: https://github.com/apache/camel/pull/1654 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1654: Adds javadoc to JDBCAggregationRepository

2017-04-23 Thread JSchoreels
GitHub user JSchoreels opened a pull request: https://github.com/apache/camel/pull/1654 Adds javadoc to JDBCAggregationRepository Hi, As discussed in the mailing list about "JdbcAggregationRepository doesn't preserve properties", I've a

[GitHub] camel pull request #1465: CAMEL-10141 Upgrade maven javadoc plugin for java ...

2017-02-14 Thread johnpoth
Github user johnpoth closed the pull request at: https://github.com/apache/camel/pull/1465 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[GitHub] camel pull request #1465: CAMEL-10141 Upgrade maven javadoc plugin for java ...

2017-02-14 Thread johnpoth
GitHub user johnpoth opened a pull request: https://github.com/apache/camel/pull/1465 CAMEL-10141 Upgrade maven javadoc plugin for java 9 support You can merge this pull request into a Git repository by running: $ git pull https://github.com/johnpoth/camel CAMEL-10141

[GitHub] camel pull request #1446: ComponentConfiguration: fix link in javadoc

2017-02-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1446 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] camel pull request #1446: ComponentConfiguration: fix link in javadoc

2017-02-04 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1446 ComponentConfiguration: fix link in javadoc You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/camel

[GitHub] camel pull request #1380: CAMEL-10676 : Corrected few javadoc warnings in ca...

2017-01-06 Thread aldettinger
Github user aldettinger closed the pull request at: https://github.com/apache/camel/pull/1380 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1380: CAMEL-10676 : Corrected few javadoc warnings in ca...

2017-01-05 Thread aldettinger
GitHub user aldettinger opened a pull request: https://github.com/apache/camel/pull/1380 CAMEL-10676 : Corrected few javadoc warnings in camel-sql and camel-http You can merge this pull request into a Git repository by running: $ git pull https://github.com/aldettinger/camel

[GitHub] camel pull request #1262: Fixed some javadoc warnings for camel-core

2016-11-11 Thread aldettinger
Github user aldettinger closed the pull request at: https://github.com/apache/camel/pull/1262 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1262: Fixed some javadoc warnings for camel-core

2016-11-10 Thread aldettinger
GitHub user aldettinger opened a pull request: https://github.com/apache/camel/pull/1262 Fixed some javadoc warnings for camel-core This PR proposes some javadoc warning fixes. Let me know if a JIRA ticket is needed before opening a pull request. Would this PR affects too many file

[GitHub] camel pull request: CAMEL-9648: Polished javadoc

2016-02-29 Thread pax95
Github user pax95 closed the pull request at: https://github.com/apache/camel/pull/873 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

[GitHub] camel pull request: CAMEL-9648: Polished javadoc

2016-02-28 Thread pax95
GitHub user pax95 opened a pull request: https://github.com/apache/camel/pull/873 CAMEL-9648: Polished javadoc You can merge this pull request into a Git repository by running: $ git pull https://github.com/pax95/camel ironmq-javadoc Alternatively you can review and apply

[GitHub] camel pull request: CAMEL-9430 - mark braintree javadoc as optiona...

2016-02-17 Thread lburgazzoli
Github user lburgazzoli closed the pull request at: https://github.com/apache/camel/pull/842 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request: CAMEL-9430 - mark braintree javadoc as optiona...

2016-02-16 Thread lburgazzoli
GitHub user lburgazzoli opened a pull request: https://github.com/apache/camel/pull/842 CAMEL-9430 - mark braintree javadoc as optional You can merge this pull request into a Git repository by running: $ git pull https://github.com/lburgazzoli/apache-camel CAMEL-9430

2.14.2-SNAPSHOT builds missing sources/javadoc

2015-02-19 Thread Mark Mindenhall
javadoc, and some don’t. I also noticed that there seem to be two nightly builds which complete 30-60 minutes apart each night, where the first build includes the sources and javadoc, but the second build does not. Here are the available builds, the time they completed, and whether the sources

[GitHub] camel pull request: CAMEL-8023 Add javadoc to camel-core endpoints...

2015-02-10 Thread kevinearls
Github user kevinearls closed the pull request at: https://github.com/apache/camel/pull/386 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] camel pull request: CAMEL-8023 Add javadoc to camel-core endpoints...

2015-02-05 Thread kevinearls
GitHub user kevinearls opened a pull request: https://github.com/apache/camel/pull/386 CAMEL-8023 Add javadoc to camel-core endpoints so we have documentation ... ...out of the box You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] camel pull request: Fix javadoc warning, ChannelPipelineFactory no...

2014-11-05 Thread wuwen5
Github user wuwen5 closed the pull request at: https://github.com/apache/camel/pull/309 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] camel pull request: Fix javadoc warning, ChannelPipelineFactory no...

2014-10-22 Thread wuwen5
GitHub user wuwen5 opened a pull request: https://github.com/apache/camel/pull/309 Fix javadoc warning, ChannelPipelineFactory not found You can merge this pull request into a Git repository by running: $ git pull https://github.com/wuwen5/camel javadoc-warning Alternatively

[GitHub] camel pull request: [camel-netty] Fixed typo in javadoc

2014-07-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/227 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] camel pull request: [camel-netty] Fixed typo in javadoc

2014-07-28 Thread ssogabe
GitHub user ssogabe opened a pull request: https://github.com/apache/camel/pull/227 [camel-netty] Fixed typo in javadoc You can merge this pull request into a Git repository by running: $ git pull https://github.com/ssogabe/camel netty Alternatively you can review and apply

[GitHub] camel pull request: Camel-7596: Syntax error in javadoc of Express...

2014-07-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/215 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] camel pull request: Camel-7596: Syntax error in javadoc of Express...

2014-07-12 Thread ancosen
GitHub user ancosen opened a pull request: https://github.com/apache/camel/pull/215 Camel-7596: Syntax error in javadoc of ExpressionClause.method() Hi, This PR is related to: https://issues.apache.org/jira/browse/CAMEL-7596 Bye, Andrea You can merge this pull

Re: Javadoc

2014-06-16 Thread Babak Vahdat
Hi Yeah that’s normal, only the major/minor releases are published but not the patch releases where “current” is a symbolic link to the latest/newest one. http://camel.apache.org/maven/ Babak Antoine DESSAIGNE wrote > Hi everyone, > > I've just noticed that the official

Javadoc

2014-06-16 Thread Antoine DESSAIGNE
Hi everyone, I've just noticed that the official javadoc [1] is referencing camel 2.13.0 instead of the latest one. Is it normal ? Thanks, Antoine. [1] http://camel.apache.org/maven/current/camel-core/apidocs/index.html

camel pull request: Fix JavaDoc parameters of withProperty method

2013-12-17 Thread gzurowski
Github user gzurowski closed the pull request at: https://github.com/apache/camel/pull/70

camel pull request: Fix JavaDoc parameters of withProperty method

2013-12-16 Thread gzurowski
GitHub user gzurowski opened a pull request: https://github.com/apache/camel/pull/70 Fix JavaDoc parameters of withProperty method Fixes the JavaDoc comment of the withProperty() method parameters in ExchangeBuilder You can merge this pull request into a Git repository by running

camel pull request: Improved javadoc for expectedMessageCount.

2013-10-13 Thread andreaja
Github user andreaja closed the pull request at: https://github.com/apache/camel/pull/28

camel pull request: Improved javadoc for expectedMessageCount.

2013-07-10 Thread andreaja
GitHub user andreaja opened a pull request: https://github.com/apache/camel/pull/28 Improved javadoc for expectedMessageCount. The javadoc for `expectedMessageCount` really should match up with setExpectedMessageCount since the side effect of calling `setAssertPeriod` is so

Re: [SECURITY] Frame injection vulnerability in published Javadoc

2013-06-24 Thread Christian Müller
gt; I will start to review ActiveMQ today and Camel tomorrow. Is someone from > CXF can take a quick look ? > > I will get back to you soon for ActiveMQ and Camel. > > Thanks ! > Regards > JB > > > Original Message > Subject: [SECURITY] Frame injection vul

Fwd: [SECURITY] Frame injection vulnerability in published Javadoc

2013-06-24 Thread Jean-Baptiste Onofré
JB Original Message Subject: [SECURITY] Frame injection vulnerability in published Javadoc Date: Thu, 20 Jun 2013 09:29:23 +0100 From: Mark Thomas Reply-To: infrastruct...@apache.org To: committ...@apache.org CC: r...@apache.org Hi All, Oracle has announced [1], [2] a frame

Re: javadoc.....

2011-10-27 Thread Donald Whytock
On Thu, Oct 27, 2011 at 2:43 PM, Hadrian Zbarcea wrote: > Then we decided that the javadoc for the > components doesn't make a lot of sense. Not sure I follow that. Some components' classes have methods over and above the standard for a base component. MailEndpoint, for

Re: javadoc.....

2011-10-27 Thread Daniel Kulp
ome too > time consuming (we also had tests randomly failing mostly due to timing, > most of them are sorted out now). Then we decided that the javadoc for > the components doesn't make a lot of sense. So we decided to only put > out camel-core and camel-spring. Then there was a discussion i

Re: javadoc.....

2011-10-27 Thread Hadrian Zbarcea
st of them are sorted out now). Then we decided that the javadoc for the components doesn't make a lot of sense. So we decided to only put out camel-core and camel-spring. Then there was a discussion iirc about the need to put the javadoc for the patch releases. As the api shouldn't

Re: javadoc.....

2011-10-27 Thread Christian Müller
I use my IDE and Maven to download the sources/javadocs and read the java doc in my IDE... I can live without this sites... Best, Christian

Re: javadoc.....

2011-10-27 Thread Donald Whytock
Yes, please. Don On Thu, Oct 27, 2011 at 12:02 PM, Daniel Kulp wrote: > > Claus pointed out to me this morning that the javadoc on the website: > > http://camel.apache.org/maven/current/camel-core/apidocs/ > > is horribly out of date (2.7.0).    There aren't really instru

javadoc.....

2011-10-27 Thread Daniel Kulp
Claus pointed out to me this morning that the javadoc on the website: http://camel.apache.org/maven/current/camel-core/apidocs/ is horribly out of date (2.7.0).There aren't really instructions on the website on how they were created and uploaded and such. The next question is: do we

Re: JavaDoc File in SVN

2011-05-16 Thread Claus Ibsen
Yes the html file should be there. Its the package javadoc. It should briefly tell what the package is, and if possible have a link to the camel website for more details. On Mon, May 16, 2011 at 11:43 PM, Fernando Ribeiro wrote: > All, > > Is > the > /camel/components/camel-http

JavaDoc File in SVN

2011-05-16 Thread Fernando Ribeiro
All, Is the /camel/components/camel-http4/src/main/java/org/apache/camel/component/http4/package.html file really supposed to be there, or can it be deleted? Thanks, Fernando

[jira] [Resolved] (CAMEL-3200) Javadoc for Camel 2.7

2011-03-30 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea resolved CAMEL-3200. Resolution: Fixed Done. > Javadoc for Camel

[jira] [Commented] (CAMEL-3200) Javadoc for Camel 2.7

2011-03-30 Thread Hadrian Zbarcea (JIRA)
are uploaded to the main site. From 2.3.0 onwards I uploaded all the components javadoc, not just camel-core and camel-spring. The url format is: http://camel.apache.org/maven/camel-//apidocs/ http://camel.apache.org/maven/current//apidocs/ points to the apidocs of the latest release and

[jira] [Updated] (CAMEL-3200) Javadoc for Camel 2.7

2011-03-22 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea updated CAMEL-3200: --- Fix Version/s: (was: 2.7.0) 2.8.0 > Javadoc for Camel

[jira] Commented: (CAMEL-3200) Javadoc for Camel 2.7

2011-03-17 Thread Hadrian Zbarcea (JIRA)
s is indeed the way we plan to resolve this. I also want to go back and add previous javadoc versions down to 2.2.0 at least (probably not beyond that). > Javadoc for Camel 2.7 > - > > Key: CAMEL-3200 > URL: https://issues.apa

[jira] Commented: (CAMEL-3200) Javadoc for Camel 2.7

2011-03-17 Thread Glen Mazza (JIRA)
like this: http://camel.apache.org/maven/camel-2.2.0/camel-core/apidocs/index.html Could be like this instead: http://camel.apache.org/maven/camel-latest/camel-core/apidocs/index.html (or alternatively, have both camel-x.x.x *and* camel-latest) Similar to what CXF does: http://cxf.apache.org/jav

[jira] Updated: (CAMEL-3200) Javadoc for Camel 2.7

2011-02-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3200: --- Summary: Javadoc for Camel 2.7 (was: Javadoc for Camel 2.6) > Javadoc for Camel

[jira] Resolved: (CAMEL-3679) Workaround the maven javadoc link issue.

2011-02-21 Thread Willem Jiang (JIRA)
. > Workaround the maven javadoc link issue. > > > Key: CAMEL-3679 > URL: https://issues.apache.org/jira/browse/CAMEL-3679 > Project: Camel > Issue Type: Improvement >

[jira] Commented: (CAMEL-3679) Workaround the maven javadoc link issue.

2011-02-21 Thread Claus Ibsen (JIRA)
e maven javadoc link issue. > > > Key: CAMEL-3679 > URL: https://issues.apache.org/jira/browse/CAMEL-3679 > Project: Camel > Issue Type: Improvement >Reporter: Willem Jiang

[jira] Commented: (CAMEL-3679) Workaround the maven javadoc link issue.

2011-02-17 Thread Willem Jiang (JIRA)
http://jira.codehaus.org/browse/MJAVADOC-286] of javadoc maven plugin. We can workaround it by setting the detectOfflineLinks option to be false. > Workaround the maven javadoc link issue. > > > Key: CAMEL-3679 >

[jira] Created: (CAMEL-3679) Workaround the maven javadoc link issue.

2011-02-17 Thread Willem Jiang (JIRA)
Workaround the maven javadoc link issue. Key: CAMEL-3679 URL: https://issues.apache.org/jira/browse/CAMEL-3679 Project: Camel Issue Type: Improvement Reporter: Willem Jiang

[jira] Commented: (CAMEL-3200) Javadoc for Camel 2.6

2011-01-28 Thread Hadrian Zbarcea (JIRA)
o be able to release 2.6.0. > Javadoc for Camel 2.6 > - > > Key: CAMEL-3200 > URL: https://issues.apache.org/jira/browse/CAMEL-3200 > Project: Camel > Issue Type: Task > Components: website

[jira] Updated: (CAMEL-3200) Javadoc for Camel 2.6

2011-01-28 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea updated CAMEL-3200: --- Fix Version/s: (was: 2.6.0) 2.7.0 > Javadoc for Camel

[jira] Updated: (CAMEL-3200) Javadoc for Camel 2.6

2011-01-09 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3200: --- Summary: Javadoc for Camel 2.6 (was: Javadoc for Camel 2.4 ) > Javadoc for Camel

[jira] Updated: (CAMEL-3200) Javadoc for Camel 2.4

2010-10-31 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3200: --- Fix Version/s: (was: 2.5.0) 2.6.0 > Javadoc for Camel

[jira] Commented: (CAMEL-3200) Javadoc for Camel 2.4

2010-10-06 Thread Hadrian Zbarcea (JIRA)
t as much that it's manual as being very time consuming. This is done during the mvn site goal and a lot of reports are generated, not just javadoc. I am also trying to automate and parallelize the release process, hopefully in time for 3.0. > Javadoc f

[jira] Updated: (CAMEL-3200) Javadoc for Camel 2.4

2010-10-06 Thread Claus Ibsen (JIRA)
but the javadoc is not updated on every release as its a manual process and takes time. Hadrian will update it for the 2.5 release. > Javadoc for Camel 2.4 > -- > > Key: CAMEL-3200 > URL: https://issues.apache.org/activemq/br

[jira] Created: (CAMEL-3200) Javadoc for Camel 2.4

2010-10-05 Thread Stefan Below (JIRA)
Javadoc for Camel 2.4 -- Key: CAMEL-3200 URL: https://issues.apache.org/activemq/browse/CAMEL-3200 Project: Apache Camel Issue Type: Bug Components: website Affects Versions: 2.4.0 Reporter

[jira] Resolved: (CAMEL-3157) Update Exchange javadoc to better explain properties, in, out, mep etc.

2010-09-27 Thread Claus Ibsen (JIRA)
ate Exchange javadoc to better explain properties, in, out, mep etc. > --- > > Key: CAMEL-3157 > URL: https://issues.apache.org/activemq/browse/CAMEL-3157 > Project: Apache Came

[jira] Commented: (CAMEL-3157) Update Exchange javadoc to better explain properties, in, out, mep etc.

2010-09-26 Thread Tarjei Huse (JIRA)
be a comment that the getOut/getIn methods does not map to the InOut/InOnly patterns. > Update Exchange javadoc to better explain properties, in, out, mep etc. > --- > > Key: CAMEL-3157 >

[jira] Commented: (CAMEL-3157) Update Exchange javadoc to better explain properties, in, out, mep etc.

2010-09-25 Thread Claus Ibsen (JIRA)
ttps://svn.apache.org/repos/asf/camel/trunk/camel-core/src/main/java/org/apache/camel/Exchange.java Feedback welcome > Update Exchange javadoc to better explain properties, in, out, mep etc. > --- > >

[jira] Created: (CAMEL-3157) Update Exchange javadoc to better explain properties, in, out, mep etc.

2010-09-25 Thread Claus Ibsen (JIRA)
Update Exchange javadoc to better explain properties, in, out, mep etc. --- Key: CAMEL-3157 URL: https://issues.apache.org/activemq/browse/CAMEL-3157 Project: Apache Camel

[jira] Commented: (CAMEL-1394) be nice to render the Static / Instance methods for type converters in the web console so that they render nicely and have hypertext links to the javadoc/source code

2010-05-15 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59370#action_59370 ] Claus Ibsen commented on CAMEL-1394: Seeing the javadoc for the converters does

[jira] Resolved: (CAMEL-1394) be nice to render the Static / Instance methods for type converters in the web console so that they render nicely and have hypertext links to the javadoc/source code

2010-05-15 Thread Claus Ibsen (JIRA)
e Static / Instance methods for type converters in the > web console so that they render nicely and have hypertext links to the > javad

[jira] Resolved: (CAMEL-1619) nightly CI build doesn't deploy the website - the online javadoc is ancient

2010-05-15 Thread Claus Ibsen (JIRA)
have now updated the javadoc to 2.2.0 release. > nightly CI build doesn't deploy the website - the online javadoc is ancient > --- > > Key: CAMEL-1619 > URL: https://issues

[jira] Commented: (CAMEL-632) hack the XSD generator (patching JAXB's mvn plugin) so that the javadoc is included in the generated XSD as documentation

2010-05-15 Thread Claus Ibsen (JIRA)
JAXB now. But that ticket was target for JAXB 2.1.13 which is the next release. So may SUN get it into the JAXB eventually. > hack the XSD generator (patching JAXB's mvn plugin) so that the javadoc is > included in the generated XSD a

[jira] Resolved: (CAMEL-632) hack the XSD generator (patching JAXB's mvn plugin) so that the javadoc is included in the generated XSD as documentation

2010-05-15 Thread Claus Ibsen (JIRA)
patching JAXB's mvn plugin) so that the javadoc is > included in the generated XSD as documentation > - > > Key: CAMEL-632 > UR

[jira] Commented: (CAMEL-1619) nightly CI build doesn't deploy the website - the online javadoc is ancient

2010-04-29 Thread Claus Ibsen (JIRA)
API javadoc which is actually based on Camel 2.2 release http://fusesource.com/docs/router/2.2/apidoc/index.html > nightly CI build doesn't deploy the website - the online javadoc is ancient > --- > >

[jira] Closed: (CAMEL-2681) Website Links to JavaDoc broken.

2010-04-29 Thread Claus Ibsen (JIRA)
> Website Links to JavaDoc broken. > > > Key: CAMEL-2681 > URL: https://issues.apache.org/activemq/browse/CAMEL-2681 > Project: Apache Camel > Issue Type: Improvement > Components: websi

[jira] Issue Comment Edited: (CAMEL-2681) Website Links to JavaDoc broken.

2010-04-28 Thread Sami Mikhail (JIRA)
1 PM: --- indexValidator.txt is http://validator.w3.org/checklink results for index page, with redundant comments deleted to save upload space. javadocValidator.txt, same for Javadoc page. was (Author: thesamim): First file is http://validator.w3.org/checklink results for index page,

[jira] Updated: (CAMEL-2681) Website Links to JavaDoc broken.

2010-04-28 Thread Sami Mikhail (JIRA)
://validator.w3.org/checklink results for index page, with redundant comments deleted to save upload space. Second file, same for Javadoc page. > Website Links to JavaDoc broken. > > > Key: CAMEL-2681 > URL: https://is

[jira] Created: (CAMEL-2681) Website Links to JavaDoc broken.

2010-04-28 Thread Sami Mikhail (JIRA)
Website Links to JavaDoc broken. Key: CAMEL-2681 URL: https://issues.apache.org/activemq/browse/CAMEL-2681 Project: Apache Camel Issue Type: Improvement Components: website Environment

[jira] Assigned: (CAMEL-1619) nightly CI build doesn't deploy the website - the online javadoc is ancient

2010-04-14 Thread Claus Ibsen (JIRA)
ploy the website - the online javadoc is ancient > --- > > Key: CAMEL-1619 > URL: https://issues.apache.org/activemq/browse/CAMEL-1619 > Project: Apache Camel >

Re: maven-javadoc-plugin defined twice in pluginManagement section of pom.xml

2009-12-08 Thread Claus Ibsen
ets online > > Claus Ibsen-2 wrote: >> >> Hi >> >> I think one of them is for regular javadoc if you run mvn javadoc:javadoc >> Where as the other is for release. >> >> >> On Wed, Dec 2, 2009 at 9:04 AM, Claus Ibsen wrote: >>> On Tue, Dec

Re: maven-javadoc-plugin defined twice in pluginManagement section of pom.xml

2009-12-07 Thread akuhtz
Hi, Hmmm the second came in with revision 880905 (~ 3 weeks ago) as a fix to remove maven 3 warnings ... maybe we should contact janstey for the reason of the second. Claus Ibsen-2 wrote: > > Hi > > I think one of them is for regular javadoc if you run mvn javadoc:javadoc &g

Re: maven-javadoc-plugin defined twice in pluginManagement section of pom.xml

2009-12-04 Thread Claus Ibsen
Hi I think one of them is for regular javadoc if you run mvn javadoc:javadoc Where as the other is for release. On Wed, Dec 2, 2009 at 9:04 AM, Claus Ibsen wrote: > On Tue, Dec 1, 2009 at 3:19 PM, akuhtz wrote: >> >> Hi, >> >> I've seen that the maven

Re: maven-javadoc-plugin defined twice in pluginManagement section of pom.xml

2009-12-02 Thread Claus Ibsen
On Tue, Dec 1, 2009 at 3:19 PM, akuhtz wrote: > > Hi, > > I've seen that the maven-javadoc-plugin defined twice in pluginManagement > section of pom.xml. Is this a mistake or intended? (see line 155+ for the > first and line 347+ for the second). > Could vert well be a

  1   2   >