forked from wildfly-extras/wildfly-camel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e4b167
commit cfd5112
Showing
8 changed files
with
56 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...andalone/basic/src/main/java/org/wildfly/camel/test/kafka/subA/SimpleKafkaSerializer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rated/wildfly/modules/system/layers/fuse/org/apache/camel/component/kafka/main/module.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 24 additions & 64 deletions
88
modules/etc/generated/wildfly/modules/system/layers/fuse/org/jboss/gravia/main/module.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
#%L | ||
Gravia :: Container :: WildFly :: Patch | ||
%% | ||
Copyright (C) 2010 - 2014 JBoss by Red Hat | ||
%% | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
#L% | ||
--> | ||
|
||
|
||
<module xmlns="urn:jboss:module:1.1" name="org.jboss.gravia"> | ||
<properties> | ||
<property name="jboss.api" value="private"/> | ||
</properties> | ||
|
||
<resources> | ||
<resource-root path="gravia-resource-1.3.1.jar"/> | ||
<resource-root path="gravia-runtime-api-1.3.1.jar"/> | ||
<resource-root path="gravia-runtime-embedded-1.3.1.jar"/> | ||
<resource-root path="org.apache.felix.configadmin-1.8.8.jar"> | ||
<filter> | ||
<exclude path="org/osgi/**" /> | ||
</filter> | ||
</resource-root> | ||
<resource-root path="org.apache.felix.log-1.0.1.jar"> | ||
<filter> | ||
<exclude path="org/osgi/**" /> | ||
</filter> | ||
</resource-root> | ||
<resource-root path="org.apache.felix.metatype-1.0.8.jar"> | ||
<filter> | ||
<exclude path="org/osgi/**" /> | ||
</filter> | ||
</resource-root> | ||
<resource-root path="org.apache.felix.scr-1.6.2.jar"> | ||
<filter> | ||
<exclude path="org/osgi/**" /> | ||
</filter> | ||
</resource-root> | ||
</resources> | ||
|
||
<exports> | ||
<include path="org/jboss/gravia/resource"/> | ||
<include path="org/jboss/gravia/runtime"/> | ||
</exports> | ||
|
||
<dependencies> | ||
<module name="javax.api"/> | ||
<module name="javax.servlet.api"/> | ||
<module name="org.osgi.core"/> | ||
<module name="org.osgi.enterprise"/> | ||
<module name="org.slf4j"/> | ||
</dependencies> | ||
|
||
<resources> | ||
<resource-root path="gravia-resource-1.3.1.jar" /> | ||
<resource-root path="gravia-runtime-api-1.3.1.jar" /> | ||
<resource-root path="gravia-runtime-embedded-1.3.1.jar" /> | ||
<resource-root path="org.apache.felix.configadmin-1.8.8.jar" /> | ||
<resource-root path="org.apache.felix.log-1.0.1.jar" /> | ||
<resource-root path="org.apache.felix.metatype-1.0.8.jar" /> | ||
<resource-root path="org.apache.felix.scr-1.6.2.jar" /> | ||
</resources> | ||
<dependencies> | ||
<module name="javax.api" /> | ||
<module name="biz.aQute" /> | ||
<module name="javax.servlet.api" /> | ||
<module name="net.sf.kxml" /> | ||
<module name="org.ops4j" /> | ||
<module name="org.osgi.compendium" /> | ||
<module name="org.osgi.core" /> | ||
<module name="org.osgi.enterprise" /> | ||
<module name="org.slf4j" /> | ||
</dependencies> | ||
<exports> | ||
<include path="org/jboss/gravia/resource" /> | ||
<include path="org/jboss/gravia/runtime" /> | ||
</exports> | ||
</module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters