You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/08/17 19:46:28 UTC

[GitHub] [camel-spring-boot] Nayananga opened a new pull request #140: Created starter for minio

Nayananga opened a new pull request #140:
URL: https://github.com/apache/camel-spring-boot/pull/140


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-spring-boot] oscerd commented on pull request #140: Created starter for minio

Posted by GitBox <gi...@apache.org>.
oscerd commented on pull request #140:
URL: https://github.com/apache/camel-spring-boot/pull/140#issuecomment-675099813


   On what module and did you run a full build of camel master on your local repo? Try with -DskipTests for the moment


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-spring-boot] Nayananga commented on pull request #140: Created starter for minio

Posted by GitBox <gi...@apache.org>.
Nayananga commented on pull request #140:
URL: https://github.com/apache/camel-spring-boot/pull/140#issuecomment-675138433


   running ```mvn package``` inside the module fixed the issue


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-spring-boot] Nayananga commented on pull request #140: Created starter for minio

Posted by GitBox <gi...@apache.org>.
Nayananga commented on pull request #140:
URL: https://github.com/apache/camel-spring-boot/pull/140#issuecomment-675111221


   > On what module and did you run a full build of camel master on your local repo? Try with -DskipTests for the moment
   
   I guess the module is camel-spring-boot-generator, and yes I ran a full build of camel master on my local repo using -DskipTests
   futher more,
   ``` 
   [INFO] --- camel-spring-boot-generator-maven-plugin:3.5.0-SNAPSHOT:update-spring-boot-auto-configuration-readme (readme) @ camel-spring-boot ---
   [WARNING] Option camel.springboot.route-controller-unhealthy-on-exhausted has no description
   **** COMPILER BUG! REPORT THIS IMMEDIATELY AT http://jira.codehaus.org/browse/MVEL
   Expression: :page-partial:
   :doctitle: Camel Spring Boot Starter for @{title}
   == Spring Boot Auto-Configuration
   When using @{title} with Spring Boot make sure to use the following Maven dependency to have support for auto configuration:
   [source,xml]
   ----
   <dependency>
     <groupId>@{groupId}</groupId>
     <artifactId>@{artifactId}</artifactId>
     <version>x.x.x</version>
     <!-- use the same version as your Camel core version -->
   </dependency>
   ----
   @if{options.isEmpty()}
   The component has no Spring Boot auto configuration options.
   @else{}
   The component supports @{options.size()} options, which are listed below.
   @end{}
   @if{!options.isEmpty()}
   [width="100%",cols="2,5,^1,2",options="header"]
   |===
   | Name | Description | Default | Type
   @foreach{row : options}| *@{row.name}* | @{util.escape(row.description)} | @{row.getShortDefaultValue(20)} | @{row.getShortJavaType()}
   @end{}|===
   @end{}
   
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-spring-boot] Nayananga commented on pull request #140: Created starter for minio

Posted by GitBox <gi...@apache.org>.
Nayananga commented on pull request #140:
URL: https://github.com/apache/camel-spring-boot/pull/140#issuecomment-675096569


   > You need to run a full build too
   
   @oscerd when I run ```mvn clean install``` I encounterd  with these errors
   >Option camel.springboot.route-controller-unhealthy-on-exhausted has no description
   Option management.endpoint.camelroutes.enabled has no description
   
   any suggestions?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-spring-boot] DenisIstomin commented on pull request #140: Created starter for minio

Posted by GitBox <gi...@apache.org>.
DenisIstomin commented on pull request #140:
URL: https://github.com/apache/camel-spring-boot/pull/140#issuecomment-678376933


   I was able to build this.
   There is just only one extra file that should be excluded:
   `catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/arangodb.json`
   And maybe other small things that are not related to minio component.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-spring-boot] Nayananga commented on pull request #140: Created starter for minio

Posted by GitBox <gi...@apache.org>.
Nayananga commented on pull request #140:
URL: https://github.com/apache/camel-spring-boot/pull/140#issuecomment-677848570


   @oscerd When I try to run full build I get something like this, Please let me know if I have followed incorrect steps,
   ![Screenshot from 2020-08-21 00-39-31](https://user-images.githubusercontent.com/25351304/90814751-33d4f900-e347-11ea-865f-eebe40138967.png)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-spring-boot] oscerd merged pull request #140: Created starter for minio

Posted by GitBox <gi...@apache.org>.
oscerd merged pull request #140:
URL: https://github.com/apache/camel-spring-boot/pull/140


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org