Modified: websites/production/camel/content/camel-2113-release.html ============================================================================== --- websites/production/camel/content/camel-2113-release.html (original) +++ websites/production/camel/content/camel-2113-release.html Tue Sep 22 14:26:24 2015 @@ -87,24 +87,24 @@
Welcome to the 2.11.3 release which comes with about 116 issues resolved.
For more details see the JIRA tickets
Description | Download Link | PGP Signature file of download |
---|---|---|
Windows Distribution | ||
Unix/Linux/Cygwin Distribution |
The above URLs use redirection
The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using FireFox
Description | Download Link | PGP Signature file of download |
---|---|---|
Source (zip) |
To use this release in your maven project, the proper dependency configuration that you should use in your Maven POM is:
<dependency> +
git clone https://git-wip-us.apache.org/repos/asf/camel.git +
For a more detailed view of new features and bug fixes, see the:
Camel 2.12.0 release
Welcome to the 2.12.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)
AsyncCallback
callbacks are in use during routing.base64
option to Shiro Security to allow transferring security token over JMS and other transports as base64 encoded representation.jsonView
attribute you could make use of directly inside the DSL itself.stats
action to ControlBus to easily get performance statics in a single XML message.JobExecution
instance as the output message. Users can use the JobExecution
instance to perform some operations using the Spring Batch API directly.HttpServletResponse.getBufferSize()
instead of fixed size of 4kb.greedy
option to scheduled polling consumer.StreamCachingStrategy
. Also allows spool directory per CamelContext instead of shared per JVM. And insight at runtime using JMX management. As well allowing to plugin 3rd party implementations.RouteBuilder
instances is configured. This allows to safely use Spring dependency injection in these RouteBuilder
classes.Exchange.RECIPIENT_LIST_ENDPOINT
) on the Exchange with the URIs of the Endpoint the message was sent to.mask
option to Camel JMX to hide sensitive information such as passwords.outputType
option supporting SelectList
, and SelectOne
to SQL Component
a> to dictate the output message body type when doing SQL SELECT queries.AggregationStrategy
such as Aggregate, Splitter, Content Enricher now supports using a POJO as the AggregationStrategy
, which allows to implement the aggregate logic with no Camel API dependency. See more details at the Aggregate page.camel-jpa
upgraded to use native JPA API instead of Springs deprecated JpaTemplateonException
, onCompletion
, transacted
, etc. as they must be configured as top-level on the route (eg in the sta
rt), and not later (such as nested in a Splitter).org.apache.camel.util.toolbox.AggregationStrategies
as a starting point to obtain commonly used Aggregation Strategies for Multicast, Splitter, Aggregator, etc. EIPs.FlexibleAggregationStrategy
serving as a one-stop to perform typical aggregation strategy logic out-of-the-box: filtering results, storing them in properties, headers or bodies, as a list, casting results, etc.CamelContext
has been stopped, due to a timeout hit, and there may still be inflight Exchanges that may afterwards be rejected being executed and causing WARN logs; which now can be suppressed.<camelContext>
.consumer.
as prefix.org.apache.camel.util.jsse.SSLContextParameters
is used per component, as multiple is not supported, and could lead to undesired side effects.isMockEndpointsAndSkip
and other similar functionality of the CamelBlueprintTestSupport
class.ExchangeSentEvents
alsoendChoice()
in Java DSL to work when being nested in parent Content Based Router(s)NodeList
-> Node
queueSize
not able to identify its same queue size, when using multiple SEDA endpoints for the same queue name/size.<routeBuilder ref="name"/>
in OSGi Blueprint when referring to a RouteBuilder
from another bundle, exposed in the OSGi service registry.CircularDependencyException
when using Camel namespaces outside a <camelContext>
, being referred from inside the <camelContext>
.camel-core
- A Camel DataFormat Component for working with Data Formats as if it was a regular Component supporting Endpoints and URIs.camel-disruptor
- SEDA behavior using the ultra-fast LMAX Disruptor library.camel-facebook
- A Camel component for integrating with all of the Facebook APIs.camel-geocoder
- For looking up geocodes (latitude, longi
tude) for a given address, or reverse lookup with Java API for Google Geocodercamel-leveldb
- Added docs for this component.camel-mustache
- For templating using Mustachecamel-mvel
- For templating using MVELcamel-netty-http
- HTTP component using Netty as transportcamel-quartz2
- For scheduling using the Quartz 2.x schedulercamel-sap-netweaver
- For integration with SAP NetWeaver Gatewaycamel-stomp
- For communicating with Stomp compliant message brokers, like Apache ActiveMQ or ActiveMQ Apollocamel-vertx
- For working with the Vertx EventBus.camel-weather
- For polling weather information from Open Weather Mapcamel-saleforce
- Allows you to interact with the Salesforce using Java DTOs.camel-yammer
- Allows you to interact with the Yammer enterprise social networkcamel-rabbitmq
- Allows you to interact with the RabbitMQ.camel-xmlsecurity
- Support for the XML Signature specification.org.apache.camel.util.toolbox.AggregationStrategies
.camel-example-jdbc
- An example using JDBC component with an embedded databasecamel-example-restlet-jdbc
- An example using Restlet and JDBC with an embedded databaseorg.apache.camel.api.management.mbean.ManagedTracerBacklogMBean
has been renamed to org.apache.camel.api.management.mbean.ManagedBacklogTracerMBean
inMemory
, and length
methods to org.apache.camel.StreamCache
ProcessorDefinition
to NamedNode
on method getObjectNameForProcessor
in interface org.apache.camel.spi.ManagementNamingStrategy
removeTypeConverter
method to org.apache.camel.spi.TypeConverterRegistry
allowNull
method to org.apache.camel.TypeConverter
hasTimeoutOccurred()
meth
od to ShutdownStrategy
org.apache.camel.processor
has been removed as they are no longer needed due internal optimization: UnitOfWorkProcessor
, ChildUnitOfWorkProcessor
, RouteContextProcessor
, RouteInflightRepositoryProcessor
, and RoutePolicyProcessor
contains
with a directory name; this has been changed to only be checked for files.CamelContext
to be available and in use.org.apache.camel.processor.interceptor.BacklogTracerInterceptor
has be
en removed as it was no longer needed due internal optimizations.RouteBuilder
instances is configured. This allows to safely use Spring dependency injection in these RouteBuilder
classes.org.apache.camel.api.management.mbean.ManagedSendProcessorMBean
no longer supported.xxxxxx
instead of ******
when masking passwords (sanitize) when logging URIs in the log. Using xxxxx<
/code> is more friendly with JMX naming.
DefaultProducer
now delegates to the Endpoint
in the isSingleton()
method call, to use the same value as its endpoint.userConfigURL
option from FOP now loads the resource from classpath by default.CommonsHttpMessageSender
has been replaced with HttpUrlConnectionMessageSender
by Spring Web Services. Consider this in case either the timeout
or sslContextParameters
option is used through the Producer of this component.camel-scala-29
module has been removed.Description | Download Link | PGP Signature file of download |
---|---|---|
Windows Distribution | < p>apache-camel-2.12.0.zip | |
Unix/Linux/Cygwin Distribution |
The above URLs use redirection
The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using FireFox
Description | Download Link | PGP Signature fi le of download |
---|---|---|
Source for Windows |
Getting the Binaries using Maven 2
To use this release in your maven project, the proper dependency configuration that you should use in your Maven POM is:
<dependency> +
git clone https://git-wip-us.apache.org/repos/asf/camel.git +
For a more detailed view of new features and bug fixes, see the:
Welcome to the 2.12.5 release which mainly comes with 75 issues resolved. This is the last planned Camel 2.12.x release.
For more details see the JIRA tickets
Description | Download Link | PGP Signature file of download |
---|---|---|
Windows Distribution | ||
Unix/Linux/Cygwin Distribution |
The above URLs use redirection
The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using FireFox
Description | Download Link | PGP Signature file of downlo ad |
---|---|---|
Source (zip) |
To use this release in your maven project, the proper dependency configuration that you should use in your Maven POM is:
<dependency> +
git clone https://git-wip-us.apache.org/repos/asf/camel.git +
For a more detailed view of new features and bug fixes, see the: