Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 656571 Details for
Bug 882845
Upgrade Camel to 2.10.2
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
JBoss ESB Patch to Upgrade Camel to 2.10
soa-camel210.patch (text/plain), 1.36 KB, created by
Adam Kovari
on 2012-12-03 11:36:51 UTC
(
hide
)
Description:
JBoss ESB Patch to Upgrade Camel to 2.10
Filename:
MIME Type:
Creator:
Adam Kovari
Created:
2012-12-03 11:36:51 UTC
Size:
1.36 KB
patch
obsolete
>Index: ivy.xml >=================================================================== >--- ivy.xml (revision 38233) >+++ ivy.xml (working copy) >@@ -40,7 +40,7 @@ > > <dependency org="org.apache.ws.scout" name="jaxr-api" rev="1.0"/> > <dependency org="org.apache.juddi.scout" name="scout" rev="1.2.6"/> >- <dependency org="org.apache.camel" name="camel-core" rev="2.4.0"/> >+ <dependency org="org.apache.camel" name="camel-core" rev="2.10.2"/> > <dependency org="org.fusesource.commonman" name="commons-management" rev="1.0"/> > > <dependency org="jboss.aop" name="jboss-aop-jdk50" rev="1.5.6.GA"/> >Index: rosetta/src/org/jboss/soa/esb/listeners/gateway/camel/CamelGateway.java >=================================================================== >--- rosetta/src/org/jboss/soa/esb/listeners/gateway/camel/CamelGateway.java (revision 38233) >+++ rosetta/src/org/jboss/soa/esb/listeners/gateway/camel/CamelGateway.java (working copy) >@@ -292,7 +292,14 @@ > public <T> T mandatoryConvertTo(Class<T> type, Exchange exchange, Object value) throws NoTypeConversionAvailableException { > return convertTo(type, value); > } >+ >+ public <T> T tryConvertTo(Class<T> type, Object value) { >+ return convertTo(type, value); >+ } > >+ public <T> T tryConvertTo(Class<T> type, Exchange exchange, Object value) { >+ return convertTo(type, value); >+ } > } > > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 882845
: 656571