GitHub user dmvolod opened a pull request:
https://github.com/apache/camel/pull/1721
CAMEL-11343: gRPC component cannot load service class
Changing from Class.forName to
context.getClassResolver().resolveMandatoryClass which is working in modular
environments (OSGi, JavaEE, etc)
Y
The Apache Jenkins build system has built Camel.trunk.notest (build #3245)
Status: Failure
Check console output at https://builds.apache.org/job/Camel.trunk.notest/3245/
to view the results.
The Apache Jenkins build system has built Camel.trunk.notest (build #3244)
Status: Fixed
Check console output at https://builds.apache.org/job/Camel.trunk.notest/3244/
to view the results.
On Fri, May 26, 2017 at 4:42 PM, Zoran Regvart wrote:
> Hi,
> awesome work Claus :)
>
> Just to add that you can do a lot with just VisualVM (bundled with
> JDK), or if you run Oracle JDK Mission Control/Java Flight Recorder
> which does not require a license when used in development[1].
>
> And l
Hi,
awesome work Claus :)
Just to add that you can do a lot with just VisualVM (bundled with
JDK), or if you run Oracle JDK Mission Control/Java Flight Recorder
which does not require a license when used in development[1].
And let me throw a few things into the mix: there is a great tool for
find
Github user garethahealy closed the pull request at:
https://github.com/apache/camel/pull/1720
---
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 i
Hi
We have found a few spots to optimize the camel-core source code for
thread contention and something else.
You can use a profile tool such as YourKit which is excellent at
identifying spots and visualizing what goes on in the JVM.
We have used it in the past to optimise stuff. However recentl
GitHub user garethahealy opened a pull request:
https://github.com/apache/camel/pull/1720
[CAMEL-11336] Updated dozer to 6.0.0
- Updated dozer GAV
- Updated doc links as sourceforce is no longer used
You can merge this pull request into a Git repository by running:
$ git pu
The Apache Jenkins build system has built Camel.2.19.x.notest (build #33)
Status: Still Failing
Check console output at https://builds.apache.org/job/Camel.2.19.x.notest/33/
to view the results.
The Apache Jenkins build system has built Camel.2.19.x.notest (build #32)
Status: Still Failing
Check console output at https://builds.apache.org/job/Camel.2.19.x.notest/32/
to view the results.
Github user asfgit closed the pull request at:
https://github.com/apache/camel/pull/1719
---
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 user dmvolod closed the pull request at:
https://github.com/apache/camel/pull/1717
---
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 ena
Hi
I have just pushed a commit that optimises DefaultExchange to use a
plain HashMap for storing exchange properties instead of ConcurrentMap
https://issues.apache.org/jira/browse/CAMEL-11330
The latter was introduced 8 years ago to fix/workaround an issue with
the Threads EIP which we don't have
GitHub user gzurowski opened a pull request:
https://github.com/apache/camel/pull/1719
CAMEL-11335: Add Actuator endpoint for exposing Camel routes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/camel
feature/CAMEL-11335
14 matches
Mail list logo