[GitHub] [camel-k] lburgazzoli closed issue #634: LanguageXML is not included in languages list

2019-04-25 Thread GitBox
lburgazzoli closed issue #634: LanguageXML is not included in languages list
URL: https://github.com/apache/camel-k/issues/634
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] lburgazzoli commented on issue #634: LanguageXML is not included in languages list

2019-04-25 Thread GitBox
lburgazzoli commented on issue #634: LanguageXML is not included in languages 
list
URL: https://github.com/apache/camel-k/issues/634#issuecomment-486849536
 
 
   Fixed by #635 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] lburgazzoli merged pull request #635: LanguageXML is not included in languages list #634

2019-04-25 Thread GitBox
lburgazzoli merged pull request #635: LanguageXML is not included in languages 
list #634
URL: https://github.com/apache/camel-k/pull/635
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


Re: [VOTE] Release Apache Camel-K Runtime 0.3.2

2019-04-25 Thread Onder SEZGIN
+1(binding)
Hello all:

This is a vote to release Apache Camel-K runtime 0.3.2

Staging repository:
https://repository.apache.org/content/repositories/orgapachecamel-1128

Tag:
https://gitbox.apache.org/repos/asf?p=camel-k-runtime.
git;a=tag;h=refs/tags/camel-k-runtime-parent-0.3.2

Source release package:
https://repository.apache.org/content/repositories/orgapachecamel-1128/org/
apache/camel/k/apache-camel-k-runtime/0.3.2/apache-camel-k-
runtime-0.3.2-source-release.zip

This release adds some important bug fixes and improvements:
https://github.com/apache/camel-k-runtime/issues/51

Please test this release candidate and cast your vote.

[ ] +1 Release the binary as Apache Camel-K 0.3.2
[ ] -1 Veto the release (provide specific comments)

The vote is open for at least 72 hours.

Thanks,
Nicola Ferraro


[GitHub] [camel-k] nicolaferraro closed issue #619: Kamel binary install on Windows 10 with Minikube

2019-04-25 Thread GitBox
nicolaferraro closed issue #619: Kamel binary install on Windows 10 with 
Minikube
URL: https://github.com/apache/camel-k/issues/619
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] nicolaferraro merged pull request #636: fix: Add .exe file extension to Windows kamel binary

2019-04-25 Thread GitBox
nicolaferraro merged pull request #636: fix: Add .exe file extension to Windows 
kamel binary
URL: https://github.com/apache/camel-k/pull/636
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] jamesnetherton opened a new pull request #636: fix: Add .exe file extension to Windows kamel binary

2019-04-25 Thread GitBox
jamesnetherton opened a new pull request #636: fix: Add .exe file extension to 
Windows kamel binary
URL: https://github.com/apache/camel-k/pull/636
 
 
   Relates to #619.
   
   Note: Since `cross_compile.sh` uses bash shell builtins `pushd` & `popd`, I 
changed the script shebang line to `/bin/bash` as `/bin/sh` could be symlinked 
to any shell (dash in the case of my system).


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k-runtime] oscerd merged pull request #52: Align the snapshot version for camel-k-adapter-camel-3 module

2019-04-25 Thread GitBox
oscerd merged pull request #52: Align the snapshot version for 
camel-k-adapter-camel-3 module
URL: https://github.com/apache/camel-k-runtime/pull/52
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] jamesnetherton edited a comment on issue #619: Kamel binary install on Windows 10 with Minikube

2019-04-25 Thread GitBox
jamesnetherton edited a comment on issue #619: Kamel binary install on Windows 
10 with Minikube
URL: https://github.com/apache/camel-k/issues/619#issuecomment-486568504
 
 
   I think this happens because there is no file extension on the kamel binary. 
So Windows is not sure of how to handle it. If you rename the file to 
`kamel.exe`, you should find that it starts working.
   
   To fix this in future releases, I could tweak the `cross_compile.sh` script 
to add a `.exe` extension to the Windows kamel binary.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k-runtime] oscerd opened a new pull request #52: Align the snapshot version for camel-k-adapter-camel-3 module

2019-04-25 Thread GitBox
oscerd opened a new pull request #52: Align the snapshot version for 
camel-k-adapter-camel-3 module
URL: https://github.com/apache/camel-k-runtime/pull/52
 
 
   This need to be fixed for the camel-k-merge Jenkins job
   
   
https://builds.apache.org/view/C/view/Apache%20Camel/job/camel-k-merge/79/console


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [camel-k] jamesnetherton commented on issue #619: Kamel binary install on Windows 10 with Minikube

2019-04-25 Thread GitBox
jamesnetherton commented on issue #619: Kamel binary install on Windows 10 with 
Minikube
URL: https://github.com/apache/camel-k/issues/619#issuecomment-486568504
 
 
   I think this happens because there is no file extension on the kamel binary. 
So Windows is not sure of how to handle it. If you rename the the file to 
`kamel.exe`, you should find that it starts working.
   
   To fix this in future releases, I could tweak the `cross_compile.sh` script 
to add a `.exe` extension to the Windows kamel binary.


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:
us...@infra.apache.org


With regards,
Apache Git Services


Re: [VOTE]

2019-04-25 Thread Dmitry Volodin
Thanks Jason!

My choice is concept one. This is the best.

--
Best regards,
Dmitry


вт, 23 апр. 2019 г. в 18:15, Jason Brock :

> Hello everyone!
>
> Here is a first round of design concepts to help refresh the look and feel
> of the Apache Camel website. Please let me know if you require a particular
> file format and I will furnish that to the group.
>
> Concept One:
>
> https://design.jboss.org/camel/website/styleguides/images/01-colorpalette.png
> https://design.jboss.org/camel/website/styleguides/images/01-styleguide.png
>
> Concept Two:
>
> https://design.jboss.org/camel/website/styleguides/images/02-colorpalette.png
> https://design.jboss.org/camel/website/styleguides/images/02-styleguide.png
>
> Concept Three:
>
> https://design.jboss.org/camel/website/styleguides/images/03-colorpalette.png
> https://design.jboss.org/camel/website/styleguides/images/03-styleguide.png
>
>
> All the best,
>
> JASON K BROCK
>
> Web UX DESIGNER, MIDDLEWARE ENGINEERING SERVICES
>
> Red Hat - Austin, TX  | jbr...@redhat.com |
> 512-786-8304
>