author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
499,362
14.10.2022 10:31:07
-28,800
4d80a21fe42c9da161a16af281a35f4dc436e241
Add RandomDistort Prob Notes
[ { "change_type": "MODIFY", "old_path": "ppdet/data/transform/operators.py", "new_path": "ppdet/data/transform/operators.py", "diff": "@@ -457,6 +457,10 @@ class GridMask(BaseOperator):\n@register_op\nclass RandomDistort(BaseOperator):\n\"\"\"Random color distortion.\n+ Note:\n+ The 'probability' in ...
Python
Apache License 2.0
paddlepaddle/paddledetection
Add RandomDistort Prob Notes (#7116)
499,337
14.10.2022 22:36:22
-28,800
6818036daf24253e96e6149d9a9472685bf8cbae
fix ppvehicle_attribute.md add attribute legend
[ { "change_type": "ADD", "old_path": "docs/images/ppvehicle_add_attribute.png", "new_path": "docs/images/ppvehicle_add_attribute.png", "diff": "Binary files /dev/null and b/docs/images/ppvehicle_add_attribute.png differ\n" } ]
Python
Apache License 2.0
paddlepaddle/paddledetection
fix ppvehicle_attribute.md add attribute legend (#7118)
499,363
25.10.2022 14:44:27
-28,800
e066d8d1abff729b0efc042a2e83e48d87898888
fix bug for mtmct attr vis
[ { "change_type": "MODIFY", "old_path": "deploy/pipeline/pphuman/mtmct.py", "new_path": "deploy/pipeline/pphuman/mtmct.py", "diff": "@@ -118,6 +118,7 @@ def save_mtmct_vis_results(camera_results, captures, output_dir,\nfor idx, video_file in enumerate(captures):\ncapture = cv2.VideoCapture(video_file...
Python
Apache License 2.0
paddlepaddle/paddledetection
fix bug for mtmct attr vis (#7165)
499,304
26.10.2022 20:36:24
-28,800
b0620a7b87826d9e37f14ade696b59c3c80c7ce3
correct the use of all_reduce
[ { "change_type": "MODIFY", "old_path": "ppdet/modeling/heads/gfl_head.py", "new_path": "ppdet/modeling/heads/gfl_head.py", "diff": "@@ -388,12 +388,7 @@ class GFLHead(nn.Layer):\navg_factor = sum(avg_factor)\ntry:\n- avg_factor_clone = avg_factor.clone()\n- tmp_avg_factor = paddle.distributed.all_re...
Python
Apache License 2.0
paddlepaddle/paddledetection
correct the use of all_reduce (#7108) (#7199)
499,304
31.10.2022 20:12:40
-28,800
ba2aad26e6bc1e5c2dad76ca96692a0d63eccfac
fix dynamic shape of reshape op when export model
[ { "change_type": "MODIFY", "old_path": "ppdet/modeling/heads/gfl_head.py", "new_path": "ppdet/modeling/heads/gfl_head.py", "diff": "@@ -260,7 +260,7 @@ class GFLHead(nn.Layer):\ncenter_points = paddle.stack([x, y], axis=-1)\ncls_score = cls_score.reshape([b, -1, self.cls_out_channels])\nbbox_pred = ...
Python
Apache License 2.0
paddlepaddle/paddledetection
fix dynamic shape of reshape op when export model (#7230)
499,333
18.11.2022 11:12:58
-28,800
8fb93d46ec37f7ed19599be99747d94cb0e5e156
fix read doc, test=document_fix
[ { "change_type": "MODIFY", "old_path": "README_en.md", "new_path": "README_en.md", "diff": "@@ -311,7 +311,7 @@ The comparison between COCO mAP and FPS on Qualcomm Snapdragon 865 processor of\n|:---------- |:------------------:|:-----------------------------:|:---------------------------------------...
Python
Apache License 2.0
paddlepaddle/paddledetection
fix read doc, test=document_fix (#7362)
499,395
19.11.2022 16:34:13
-28,800
02ee239956c7e64c0cb02b4ceada44cb3b68f458
[cherry-pick]add clip grad in ppyolo config
[ { "change_type": "MODIFY", "old_path": "configs/ppyolo/_base_/optimizer_1x.yml", "new_path": "configs/ppyolo/_base_/optimizer_1x.yml", "diff": "@@ -13,6 +13,7 @@ LearningRate:\nsteps: 4000\nOptimizerBuilder:\n+ clip_grad_by_norm: 35.\noptimizer:\nmomentum: 0.9\ntype: Momentum\n" }, { "change...
Python
Apache License 2.0
paddlepaddle/paddledetection
[cherry-pick]add clip grad in ppyolo config (#7353)
499,339
05.12.2022 12:59:47
-28,800
339eed8b64b22043230c96b051412f414042cc21
[docs] fix deadline in ppyoloe docs, test=document_fix
[ { "change_type": "MODIFY", "old_path": "configs/ppyoloe/README.md", "new_path": "configs/ppyoloe/README.md", "diff": "@@ -92,7 +92,7 @@ python -m paddle.distributed.launch --gpus 0,1,2,3,4,5,6,7 tools/train.py -c con\n**Notes:**\n- If you need to evaluate while training, please add `--eval`.\n- PP-Y...
Python
Apache License 2.0
paddlepaddle/paddledetection
[docs] fix deadline in ppyoloe docs, test=document_fix (#7456)
499,301
14.12.2022 16:00:43
-28,800
c22803f209d20ab94bd8bd22b61a8f5faf1a4089
upgrade adamw for new paddle version
[ { "change_type": "MODIFY", "old_path": "ppdet/optimizer/adamw.py", "new_path": "ppdet/optimizer/adamw.py", "diff": "@@ -16,10 +16,15 @@ from __future__ import absolute_import\nfrom __future__ import division\nfrom __future__ import print_function\n+import paddle\nfrom paddle.optimizer import AdamW\n...
Python
Apache License 2.0
paddlepaddle/paddledetection
upgrade adamw for new paddle version (#7507)
499,304
17.01.2023 17:13:59
-28,800
f00395437d2eff5fd7fec8085bd1bbd80e8385ca
[cherry-pick] add YOLOv8 ACT demo
[ { "change_type": "MODIFY", "old_path": "deploy/auto_compression/configs/picodet_s_qat_dis.yaml", "new_path": "deploy/auto_compression/configs/picodet_s_qat_dis.yaml", "diff": "Global:\nreader_config: ./configs/picodet_reader.yml\n- input_list: ['image', 'scale_factor']\n+ include_nms: True\nEvaluati...
Python
Apache License 2.0
paddlepaddle/paddledetection
[cherry-pick] add YOLOv8 ACT demo (#7625)
499,301
03.02.2023 18:52:04
-28,800
e23e51ff2b0d722b7463c08fca9a8f3d93e27469
fix drop_prob type
[ { "change_type": "MODIFY", "old_path": "ppdet/modeling/backbones/transformer_utils.py", "new_path": "ppdet/modeling/backbones/transformer_utils.py", "diff": "@@ -32,7 +32,7 @@ def drop_path(x, drop_prob=0., training=False):\n\"\"\"\nif drop_prob == 0. or not training:\nreturn x\n- keep_prob = paddle...
Python
Apache License 2.0
paddlepaddle/paddledetection
fix drop_prob type (#7682)
499,333
08.02.2023 20:56:15
-28,800
e3f8dd16bffca04060ec1edc388c5a618e15bbf8
update rcnn fit for paddle 2.2
[ { "change_type": "MODIFY", "old_path": "ppdet/modeling/heads/roi_extractor.py", "new_path": "ppdet/modeling/heads/roi_extractor.py", "diff": "@@ -88,15 +88,11 @@ class RoIAlign(object):\nk_min = self.start_level + offset\nk_max = self.end_level + offset\nif hasattr(paddle.vision.ops, \"distribute_fp...
Python
Apache License 2.0
paddlepaddle/paddledetection
update rcnn fit for paddle 2.2 (#7707)
734,358
05.01.2017 11:31:28
-3,600
d2a26115bdcce9550ba65527e060a42ecdb8c8bc
[resolves Camel CDI context creation tests case failures
[ { "change_type": "MODIFY", "old_path": "docs/guide/start/compatibility.adoc", "new_path": "docs/guide/start/compatibility.adoc", "diff": "@@ -5,7 +5,7 @@ The WildFly compatibility matrix\n[cols=\"2*\",width=\"60%\"]\n|===\n| **10.1.0.Final**\n-| 4.3\n+| 4.3, 4.4, 4.5\n| **10.0.0.Final**\n| 4.0, 4.1,...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1562] Camel CDI context creation tests case failures
734,358
05.01.2017 14:38:09
-3,600
42fc7d48ccd37d0d44244adfbb91ede08dd8cfb4
[Ignore SSH producer test frequently swallows the output
[ { "change_type": "MODIFY", "old_path": "itests/standalone/basic/src/main/java/org/wildfly/camel/test/sshd/SSHIntegrationTest.java", "new_path": "itests/standalone/basic/src/main/java/org/wildfly/camel/test/sshd/SSHIntegrationTest.java", "diff": "@@ -16,6 +16,7 @@ import org.jboss.shrinkwrap.api.spec...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[Ignore #1564] SSH producer test frequently swallows the output
734,358
05.01.2017 14:53:30
-3,600
1d2edc5556b99013f22358559f3ad639cb01b1d8
[resolves Consolidate available port util
[ { "change_type": "MODIFY", "old_path": "itests/common/src/main/java/org/wildfly/camel/test/common/kafka/EmbeddedKafkaCluster.java", "new_path": "itests/common/src/main/java/org/wildfly/camel/test/common/kafka/EmbeddedKafkaCluster.java", "diff": "@@ -28,6 +28,7 @@ import kafka.server.KafkaConfig;\nim...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1566] Consolidate available port util
734,358
12.12.2016 10:05:40
-3,600
b93d711b74be7f23266361b1b0db636ca319c15f
[resolves yaml dataformat cannot find constructor any more
[ { "change_type": "MODIFY", "old_path": "feature/etc/smartics/camel-modules.xml", "new_path": "feature/etc/smartics/camel-modules.xml", "diff": "<apply-to-dependencies skip=\"true\">\n<include module=\"org.apache.camel.apt\" />\n<include module=\"org.springframework.boot\" />\n+ <include module=\"org...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1530] yaml dataformat cannot find constructor any more
734,358
05.01.2017 11:00:54
-3,600
fd4420693777a9abdf8a078b9b66c8d7e88c9fb8
[resolves Remove explicit version for ActiveMQ
[ { "change_type": "MODIFY", "old_path": "pom.xml", "new_path": "pom.xml", "diff": "<!-- Camel versions -->\n<version.apache.camel>2.18.2</version.apache.camel>\n- <version.apache.activemq>5.14.3</version.apache.activemq>\n<!-- WildFly versions -->\n<version.wildfly>10.1.0.Final</version.wildfly>\n<de...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1558] Remove explicit version for ActiveMQ
734,358
31.01.2017 16:10:06
-3,600
1aaa8e9549b6be001c5457a41822e28de3ea85b0
[resolves MllpTcpServerConsumerTest: Address already in use
[ { "change_type": "MODIFY", "old_path": "itests/common/src/main/java/org/wildfly/camel/test/common/utils/AvailablePortFinder.java", "new_path": "itests/common/src/main/java/org/wildfly/camel/test/common/utils/AvailablePortFinder.java", "diff": "package org.wildfly.camel.test.common.utils;\nimport jav...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1599] MllpTcpServerConsumerTest: Address already in use
734,358
14.02.2017 09:21:56
-3,600
d2d84dd3ab43497167ae0b2d23ae824b48facef5
[resolves Catalog reports unsupported items
[ { "change_type": "MODIFY", "old_path": "catalog/pom.xml", "new_path": "catalog/pom.xml", "diff": "</goals>\n<phase>process-classes</phase>\n<configuration>\n- <mainClass>org.apache.camel.catalog.wildfly.WildFlyCatalogCreator</mainClass>\n+ <mainClass>org.wildfly.camel.catalog.WildFlyCatalogCreator</...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1616] Catalog reports unsupported items
734,358
15.02.2017 15:02:12
-3,600
5bb98b4f1f1ac9a97733d307657e44e6efe5950c
[resolves Remove support for domain configuration
[ { "change_type": "MODIFY", "old_path": "config/src/main/java/org/wildfly/extension/camel/config/WildFlyCamelConfigPlugin.java", "new_path": "config/src/main/java/org/wildfly/extension/camel/config/WildFlyCamelConfigPlugin.java", "diff": "@@ -63,8 +63,6 @@ public final class WildFlyCamelConfigPlugin ...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1611] Remove support for domain configuration
734,358
15.02.2017 15:59:45
-3,600
3fb035907c6ac78d9f70578eb700d5ef0cf63495
[Ignore Cassandra crashes build on AIX
[ { "change_type": "MODIFY", "old_path": "itests/standalone/basic/src/main/java/org/wildfly/camel/test/cassandra/CassandraIntegrationTest.java", "new_path": "itests/standalone/basic/src/main/java/org/wildfly/camel/test/cassandra/CassandraIntegrationTest.java", "diff": "*/\npackage org.wildfly.camel.te...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[Ignore #1622] Cassandra crashes build on AIX
734,358
16.02.2017 11:22:23
-3,600
3cc796825e162fdef40871685afd7df93af1e327
[resolves Cannot build component catalog on Windows
[ { "change_type": "MODIFY", "old_path": "catalog/src/main/java/org/wildfly/camel/catalog/WildFlyCatalogCreator.java", "new_path": "catalog/src/main/java/org/wildfly/camel/catalog/WildFlyCatalogCreator.java", "diff": "@@ -180,8 +180,9 @@ public final class WildFlyCatalogCreator {\nfor (Item item : roa...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1623] Cannot build component catalog on Windows
734,358
16.02.2017 11:43:32
-3,600
a928e1016045dae59a941cef18910dd580d970c6
[resolves Remove support for switchyard deployments
[ { "change_type": "MODIFY", "old_path": "itests/common/src/main/java/org/wildfly/camel/test/common/utils/EnvironmentUtils.java", "new_path": "itests/common/src/main/java/org/wildfly/camel/test/common/utils/EnvironmentUtils.java", "diff": "@@ -24,11 +24,6 @@ import java.nio.file.Path;\nimport java.nio...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1626] Remove support for switchyard deployments
734,358
17.02.2017 08:00:36
-3,600
4c4c3e674859f6d11d4d1b6cbfd903e837b14fa0
[Ignore ExecIntegrationTest fails on Windows
[ { "change_type": "MODIFY", "old_path": "itests/standalone/basic/src/main/java/org/wildfly/camel/test/exec/ExecIntegrationTest.java", "new_path": "itests/standalone/basic/src/main/java/org/wildfly/camel/test/exec/ExecIntegrationTest.java", "diff": "@@ -29,6 +29,7 @@ import org.jboss.arquillian.junit....
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[Ignore #1628] ExecIntegrationTest fails on Windows
734,358
17.02.2017 08:04:40
-3,600
5c29b7e7e3633e713468caa58ddc02fc6b7e23ef
[Ignore SchematronIntegrationTest fails on Windows
[ { "change_type": "MODIFY", "old_path": "itests/standalone/basic/src/main/java/org/wildfly/camel/test/schematron/SchematronIntegrationTest.java", "new_path": "itests/standalone/basic/src/main/java/org/wildfly/camel/test/schematron/SchematronIntegrationTest.java", "diff": "@@ -31,8 +31,10 @@ import or...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[Ignore #1629] SchematronIntegrationTest fails on Windows
734,358
17.02.2017 09:21:09
-3,600
6703cee1e4d8efab1e1bdc2486af8828ff9a2ee1
[Ignore SegmentationError with elasticsearch on AIX
[ { "change_type": "MODIFY", "old_path": "itests/common/src/main/java/org/wildfly/camel/test/common/utils/EnvironmentUtils.java", "new_path": "itests/common/src/main/java/org/wildfly/camel/test/common/utils/EnvironmentUtils.java", "diff": "@@ -32,6 +32,7 @@ import java.util.Locale;\n*/\npublic final c...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[Ignore #1632] SegmentationError with elasticsearch on AIX
734,358
17.02.2017 10:44:10
-3,600
bde074e1fc676c97928c59bb7d15986c8c16ac6c
Ignore various wildfly-camel failures on AIX
[ { "change_type": "MODIFY", "old_path": "itests/common/src/main/java/org/wildfly/camel/test/common/utils/EnvironmentUtils.java", "new_path": "itests/common/src/main/java/org/wildfly/camel/test/common/utils/EnvironmentUtils.java", "diff": "@@ -63,7 +63,7 @@ public final class EnvironmentUtils {\npriva...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[ENTESB-6584] Ignore various wildfly-camel failures on AIX
734,358
21.02.2017 10:06:50
-3,600
24a35dbb3d8e2a102df3d0ffcc9d0da8256d56ef
[resolves Module checker misses duplicate dependency ecj
[ { "change_type": "MODIFY", "old_path": "feature/etc/smartics/other-modules.xml", "new_path": "feature/etc/smartics/other-modules.xml", "diff": "</dependencies>\n</module>\n- <module name=\"org.eclipse.jdt.compiler\">\n- <include artifact=\"org.eclipse.jdt.core.compiler:ecj\" />\n- </module>\n-\n<mod...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1637] Module checker misses duplicate dependency ecj
734,358
22.02.2017 12:32:04
-3,600
22bbd0f04c7ac182c4f4d9515a4a17adb580c19b
Reference github issues for failing tests on AIX
[ { "change_type": "MODIFY", "old_path": "itests/standalone/basic/src/main/java/org/wildfly/camel/test/castor/CastorIntegrationTest.java", "new_path": "itests/standalone/basic/src/main/java/org/wildfly/camel/test/castor/CastorIntegrationTest.java", "diff": "@@ -53,7 +53,7 @@ public class CastorIntegra...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
Reference github issues for failing tests on AIX
734,358
06.03.2017 13:07:23
-3,600
28d8b34f4976734f1207bd830964befe66a2b99d
[resolves Reject support for component spark
[ { "change_type": "MODIFY", "old_path": "catalog/src/main/resources/component.roadmap", "new_path": "catalog/src/main/resources/component.roadmap", "diff": "@@ -148,8 +148,6 @@ nagios\nnetty4-http\nrabbitmq\nsnmp\n-spark\n-spark-rest\nsplunk\nspring-batch\nspring-integration\n@@ -216,6 +214,8 @@ slac...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1469] Reject support for component spark
734,358
06.03.2017 13:32:45
-3,600
022fcb5d6829364b29edf1fe63f1a88ae1a6424a
[resolves AtomIntegrationTest fails intermittently
[ { "change_type": "MODIFY", "old_path": "itests/standalone/basic/src/main/java/org/wildfly/camel/test/atom/AtomIntegrationTest.java", "new_path": "itests/standalone/basic/src/main/java/org/wildfly/camel/test/atom/AtomIntegrationTest.java", "diff": "@@ -66,7 +66,7 @@ public class AtomIntegrationTest {...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1666] AtomIntegrationTest fails intermittently
734,358
06.03.2017 14:59:46
-3,600
e5407481af629a973fb58bc6c9fab7a81099e501
[resolves Add support for component splunk
[ { "change_type": "MODIFY", "old_path": "catalog/src/main/resources/component.roadmap", "new_path": "catalog/src/main/resources/component.roadmap", "diff": "@@ -83,6 +83,7 @@ smpp\nsmpps\nsmtp\nsmtps\n+splunk\nspring-event\nsql\nsql-stored\n@@ -148,7 +149,6 @@ nagios\nnetty4-http\nrabbitmq\nsnmp\n-sp...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1471] Add support for component splunk
734,358
07.03.2017 12:04:10
-3,600
33103dd9ea3fe7e58a98545af0d375faeb175305
[resolves Add issue references to test assumptions
[ { "change_type": "MODIFY", "old_path": "itests/common/src/main/java/org/wildfly/camel/test/common/rule/ExecutableResource.java", "new_path": "itests/common/src/main/java/org/wildfly/camel/test/common/rule/ExecutableResource.java", "diff": "@@ -44,9 +44,7 @@ public class ExecutableResource extends Ex...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1680] Add issue references to test assumptions
734,358
24.01.2017 15:43:38
-3,600
6fb3518f62e50a966cb3c989029f951fc8d2de0c
[resolves Upgrade to camel-2.18.3
[ { "change_type": "MODIFY", "old_path": "itests/standalone/extra/src/main/resources/classloading/exported-paths.txt", "new_path": "itests/standalone/extra/src/main/resources/classloading/exported-paths.txt", "diff": "@@ -208,6 +208,7 @@ org/springframework/mail/javamail\norg/springframework/objenesis...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1584] Upgrade to camel-2.18.3
734,358
16.03.2017 10:46:47
-3,600
c2fd782d4f80df4d42ff2eb6e61d436082dfa112
[resolve Add support for component spring-ldap
[ { "change_type": "MODIFY", "old_path": "catalog/src/main/resources/component.roadmap", "new_path": "catalog/src/main/resources/component.roadmap", "diff": "@@ -88,6 +88,7 @@ splunk\nspring-batch\nspring-event\nspring-integration\n+spring-ldap\nsql\nsql-stored\nssh\n@@ -148,7 +149,6 @@ jclouds\nkuber...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolve #1474] Add support for component spring-ldap
734,358
17.03.2017 15:11:44
-3,600
2cc9d81098f4215216a180685c2d8fcc11b57380
[resolves Reject support for component spring-ws
[ { "change_type": "MODIFY", "old_path": "catalog/src/main/resources/component.roadmap", "new_path": "catalog/src/main/resources/component.roadmap", "diff": "@@ -150,7 +150,6 @@ jclouds\nkubernetes\nnagios\nrabbitmq\n-spring-ws\nwebsocket\n[undecided]\n@@ -216,6 +215,7 @@ solrCloud\nsolrs\nspark\nspar...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1476] Reject support for component spring-ws
734,358
17.03.2017 15:24:39
-3,600
a43028c73860713dc9f4cbf91591dba7c3283685
[resolves Reject support for component atmosphere-websocket
[ { "change_type": "MODIFY", "old_path": "catalog/src/main/resources/component.roadmap", "new_path": "catalog/src/main/resources/component.roadmap", "diff": "@@ -115,7 +115,6 @@ ahc\nahc-ws\nahc-wss\namqp\n-atmosphere-websocket\naws-cw\naws-ddb\naws-ddbstream\n@@ -159,6 +158,7 @@ http4s\napns\nasteris...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1406] Reject support for component atmosphere-websocket
734,358
17.03.2017 18:46:22
-3,600
daf528cf199782116c2eac3a91aa48ed00cf0b81
[resolves NPE thrown from ZookeeperConsumerIntegrationTest
[ { "change_type": "MODIFY", "old_path": "itests/common/src/main/java/org/wildfly/camel/test/common/utils/AvailablePortFinder.java", "new_path": "itests/common/src/main/java/org/wildfly/camel/test/common/utils/AvailablePortFinder.java", "diff": "@@ -88,7 +88,7 @@ public final class AvailablePortFinder...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1506] NPE thrown from ZookeeperConsumerIntegrationTest
734,358
20.03.2017 11:08:22
-3,600
d84c752cde516ef7edd9959794cb997e1bb3831d
Ignore cannot start Redis server on AIX/Windows
[ { "change_type": "MODIFY", "old_path": "itests/standalone/extra/src/main/java/org/wildfly/camel/test/spring/redis/SpringRedisIntegrationTest.java", "new_path": "itests/standalone/extra/src/main/java/org/wildfly/camel/test/spring/redis/SpringRedisIntegrationTest.java", "diff": "@@ -36,11 +36,13 @@ im...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[#1701] Ignore cannot start Redis server on AIX/Windows
734,358
21.03.2017 10:04:12
-3,600
bbb716392078a3930efbb011586c39efc5d66f56
[resolves Upgrade to OpenShift 3.4
[ { "change_type": "DELETE", "old_path": "Vagrantfile", "new_path": null, "diff": "-# -*- mode: ruby -*-\n-# vi: set ft=ruby :\n-\n-# All Vagrant configuration is done below. The \"2\" in Vagrant.configure\n-# configures the configuration version (we support older styles for\n-# backwards compatibilit...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1583] Upgrade to OpenShift 3.4
734,358
21.03.2017 13:44:52
-3,600
4b0ac2af24d7286f11d1151bc80ea20a3455af51
[resolves wildflyext/wildfly-camel fails on OpenShift
[ { "change_type": "MODIFY", "old_path": "docker/pom.xml", "new_path": "docker/pom.xml", "diff": "<tag>${project.version}</tag>\n</tags>\n<runCmds>\n- <run>usermod -g root jboss</run>\n<run>chmod -R g+rw /opt/jboss/wildfly</run>\n</runCmds>\n<assembly>\n<basedir>/opt/jboss/wildfly</basedir>\n<descript...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1705] wildflyext/wildfly-camel fails on OpenShift
734,358
04.04.2017 09:37:24
-7,200
a70aabb312c2eac24091e6491956149bc6d7f902
[resolves Provide wildfly-swarm fraction generator
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "-.idea\n+.DS_Store\n.classpath\n.project\n.settings\n-.vagrant\n-target\n+.idea\n*.iml\n-.DS_Store\n-dependency-reduced-pom.xml\n+*.log\n+target\n" }, { "change_type": "MODIFY", "old_path": "pom.xml",...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1726] Provide wildfly-swarm fraction generator
734,358
07.04.2017 13:32:21
-7,200
9d489725d4ba73ebbd65fb726ef09581a0d9abba
[resolves Upgrade to wildfly-swarm-2017.5.0
[ { "change_type": "MODIFY", "old_path": "pom.xml", "new_path": "pom.xml", "diff": "<version.maven.archetype.packaging>2.3</version.maven.archetype.packaging>\n<version.osgi>5.0.0</version.osgi>\n<version.redis.embedded>0.6</version.redis.embedded>\n+ <version.wildfly.swarm>2017.5.0-SNAPSHOT</version....
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1731] Upgrade to wildfly-swarm-2017.5.0
734,358
10.04.2017 15:41:37
-7,200
eca497759ff869151579a96a53d452ee7e2b07c2
[resolves Mark deprecated components in catalog
[ { "change_type": "MODIFY", "old_path": "catalog/src/main/java/org/wildfly/camel/catalog/WildFlyCatalogCreator.java", "new_path": "catalog/src/main/java/org/wildfly/camel/catalog/WildFlyCatalogCreator.java", "diff": "@@ -61,11 +61,13 @@ public final class WildFlyCatalogCreator {\nfinal Kind kind;\nfi...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1733] Mark deprecated components in catalog
734,358
11.04.2017 08:51:15
-7,200
9dd8c22cb6ac7e20f403841330a3ef24ba2b7280
[resolves spring-aop cannot access org.w3c.dom.Element
[ { "change_type": "MODIFY", "old_path": "feature/etc/smartics/spring-modules.xml", "new_path": "feature/etc/smartics/spring-modules.xml", "diff": "</properties>\n<include artifact=\":spring-aop\" />\n<dependencies>\n+ <module name=\"javax.api\" />\n<module name=\"org.apache.commons.logging\" />\n</de...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1738] spring-aop cannot access org.w3c.dom.Element
734,358
11.04.2017 16:25:05
-7,200
84ac757ba00795392c724ff47e58f29eb1f59a42
[resolves Reject support for component nagios
[ { "change_type": "MODIFY", "old_path": "catalog/src/main/resources/component.roadmap", "new_path": "catalog/src/main/resources/component.roadmap", "diff": "@@ -146,7 +146,6 @@ hbase\nhdfs2\njclouds\nkubernetes\n-nagios\nwebsocket\n[undecided]\n@@ -196,6 +195,7 @@ lumberjack\nmina (deprecated)\nmsv\n...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1456] Reject support for component nagios
734,358
11.04.2017 16:25:50
-7,200
7d20728739ab45a7fe38bba0b5535d1914851979
[resolves Reject support for component hazelcast
[ { "change_type": "MODIFY", "old_path": "catalog/src/main/resources/component.roadmap", "new_path": "catalog/src/main/resources/component.roadmap", "diff": "@@ -141,7 +141,6 @@ github\ngoogle-calendar\ngoogle-drive\ngoogle-mail\n-hazelcast\nhbase\nhdfs2\njclouds\n@@ -175,6 +174,7 @@ gora\ngrape\ngrid...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1440] Reject support for component hazelcast
734,358
11.04.2017 16:26:28
-7,200
b81fa5084be53c307aa4a47a8ff23c6e5f4fd335
[resolves Reject support for component beanstalk
[ { "change_type": "MODIFY", "old_path": "catalog/src/main/resources/component.roadmap", "new_path": "catalog/src/main/resources/component.roadmap", "diff": "@@ -128,7 +128,6 @@ aws-ses\naws-sns\naws-sqs\naws-swf\n-beanstalk\nbox\ncoap\ncouchdb\n@@ -155,6 +154,7 @@ apns\nasterisk\natmos\natmosphere-we...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1419] Reject support for component beanstalk
734,358
13.04.2017 17:49:39
-7,200
3dad26b4aa5c42b009c23e909798ea058679800e
[resolves Add support for component aws-s3
[ { "change_type": "MODIFY", "old_path": "catalog/src/main/resources/component.roadmap", "new_path": "catalog/src/main/resources/component.roadmap", "diff": "amqp\natom\navro\n+aws-cw\n+aws-ddb\n+aws-ddbstream\n+aws-ec2\n+aws-kinesis\n+aws-s3\n+aws-sdb\n+aws-ses\n+aws-sns\n+aws-sqs\n+aws-swf\nbean\nbe...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1413] Add support for component aws-s3
734,358
13.04.2017 20:28:39
-7,200
f4c4dafeb33a2e8d8b4bd95265e2aeed0feaa4c5
[resolves Create and remove S3 bucket on demand
[ { "change_type": "MODIFY", "old_path": "itests/standalone/extra/src/main/java/org/wildfly/camel/test/aws/ec2/S3IntegrationTest.java", "new_path": "itests/standalone/extra/src/main/java/org/wildfly/camel/test/aws/ec2/S3IntegrationTest.java", "diff": "@@ -23,31 +23,11 @@ import com.amazonaws.auth.Basi...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1745] Create and remove S3 bucket on demand
734,358
14.04.2017 12:27:22
-7,200
b8791981f6fbb37ede13caea0746693460d77fff
[resolves Unable to load region information for S3 client
[ { "change_type": "RENAME", "old_path": "itests/standalone/extra/src/main/java/org/wildfly/camel/test/aws/ec2/S3IntegrationTest.java", "new_path": "itests/standalone/extra/src/main/java/org/wildfly/camel/test/aws/S3IntegrationTest.java", "diff": "-package org.wildfly.camel.test.aws.ec2;\n+package org...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1747] Unable to load region information for S3 client
734,358
27.04.2017 15:07:00
-7,200
523d2b74ed1cf56bac1794f01ebc174472523a79
[resolves Add support for component aws-ddb
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/guide/components/camel-aws-ddb.adoc", "diff": "+### camel-aws-ddb\n+\n+The http://camel.apache.org/aws-ddb.html[AWS DynamoDB,window=_blank] component supports supports storing and retrieving data from/to http://aws.amazon.com/dynamodb[Amazo...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1409] Add support for component aws-ddb
734,358
28.04.2017 10:53:05
-7,200
7cdb61d28378422a467fbad16c4dfea32f8b4457
[resolves AWS test fail when respective clients cannot be initialized
[ { "change_type": "MODIFY", "old_path": "itests/standalone/extra/src/test/java/org/wildfly/camel/test/aws/DynamoDBIntegrationTest.java", "new_path": "itests/standalone/extra/src/test/java/org/wildfly/camel/test/aws/DynamoDBIntegrationTest.java", "diff": "@@ -6,6 +6,8 @@ import java.util.HashSet;\nimp...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1787] AWS test fail when respective clients cannot be initialized
734,358
03.05.2017 13:05:13
-7,200
63939c8c0cc618e7461ae2a8707f7ca1e95800b6
[resolves Add support for component aws-ddbstream
[ { "change_type": "MODIFY", "old_path": "config/src/main/java/org/wildfly/extension/camel/config/WildFlyCamelConfigPlugin.java", "new_path": "config/src/main/java/org/wildfly/extension/camel/config/WildFlyCamelConfigPlugin.java", "diff": "@@ -30,7 +30,10 @@ import org.wildfly.extras.config.LayerConfi...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1410] Add support for component aws-ddbstream
734,358
04.05.2017 14:57:30
-7,200
50d250832f12b9c5adcdf614a26287c2f15dc964
[resolves Add support for component aws-cw
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/guide/components/camel-aws-cw.adoc", "diff": "+### camel-aws-cw\n+\n+The http://camel.apache.org/aws-cw.html[AWS CloudWatch,window=_blank] component allows messages to be sent to an http://aws.amazon.com/cloudwatch[Amazon CloudWatch,window=...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1408] Add support for component aws-cw
734,358
13.03.2017 09:47:26
-3,600
93f59c2a2241f08373c8eef0ded428fca5496452
Disable camel-groups to to wait for jgroups-4.0
[ { "change_type": "MODIFY", "old_path": "feature/etc/managed/wildfly/modules/system/layers/fuse/org/apache/camel/component/main/module.xml", "new_path": "feature/etc/managed/wildfly/modules/system/layers/fuse/org/apache/camel/component/main/module.xml", "diff": "<module name=\"org.apache.camel.compon...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[#1689] Disable camel-groups to to wait for jgroups-4.0
734,358
12.04.2017 12:07:09
-7,200
b30aef2c2f1c36d9899e3c03b942a39fed39de00
[resolves Add support for component aws-ec2
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/guide/components/camel-aws-ec2.adoc", "diff": "+### camel-aws-ec2\n+\n+The http://camel.apache.org/aws-ec2.html[AWS EC2,window=_blank] component supports create, run, start, stop and terminate https://aws.amazon.com/it/ec2[AWS EC2,window=_b...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1411] Add support for component aws-ec2
734,358
05.05.2017 10:00:52
-7,200
ccb3359eda810d07641b37efa61af37b5d8afd8e
[resolves Add support for component aws-swf
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/guide/components/camel-aws-swf.adoc", "diff": "+### camel-aws-swf\n+\n+The http://camel.apache.org/aws-swf.html[AWS Simple Workflow,window=_blank] component supports managing workflows from http://aws.amazon.com/swf[Amazon's Simple Workflow...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1418] Add support for component aws-swf
734,358
08.05.2017 14:32:32
-7,200
499acd966512d77998d43051b39d5c4e1a9b4fa5
[resolves Add support for component aws-ses
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/guide/components/camel-aws-ses.adoc", "diff": "+### camel-aws-ses\n+\n+The http://camel.apache.org/aws-ses.html[AWS Simple Email Service,window=_blank] component supports sending emails with from http://aws.amazon.com/ses[Amazon's SES,windo...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1415] Add support for component aws-ses
734,358
08.05.2017 16:17:12
-7,200
cf85325f8af5188c6133827087d7820d6fdcbf1d
[resolves Add support for component aws-sns
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/guide/components/camel-aws-sns.adoc", "diff": "+### camel-aws-sns\n+\n+The http://camel.apache.org/aws-sns.html[AWS SNS,window=_blank] component allows messages to be sent to an http://aws.amazon.com/sns[Amazon Simple Notification,window=_b...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1416] Add support for component aws-sns
734,358
10.05.2017 12:46:56
-7,200
5402dc074e6d927276378e4c70ed55303737c845
[resolves Add support for component aws-sdb
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/guide/components/camel-aws-sdb.adoc", "diff": "+### camel-aws-sdb\n+\n+The http://camel.apache.org/aws-sdb.html[AWS SDB,window=_blank] component storing and retrieving data from/to http://aws.amazon.com/sdb[Amazon's SDB,window=_blank] servi...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1414] Add support for component aws-sdb
734,358
11.05.2017 09:05:20
-7,200
b62ab99c81603b5eccc025366c7c874b78d52d8b
[resolves Add support for component aws-sqs
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/guide/components/camel-aws-sqs.adoc", "diff": "+### camel-aws-sqs\n+\n+The http://camel.apache.org/aws-sqs.html[AWS SQS,window=_blank] component sending and receiving messages to http://aws.amazon.com/sdb[Amazon's SQS,window=_blank] service...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1417] Add support for component aws-sqs
734,358
11.05.2017 10:34:45
-7,200
2aec9b4fe36d5a5d6ecd54860cb8c553f67590bf
[resolves Add support for component aws-kinesis
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/guide/components/camel-aws-kinesis.adoc", "diff": "+### camel-aws-kinesis\n+\n+The http://camel.apache.org/aws-kinesis.html[AWS CloudWatch,window=_blank] component supports receiving messages from and sending messages to https://aws.amazon....
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1412] Add support for component aws-kinesis
734,358
11.05.2017 12:01:26
-7,200
f616ce528339432dc4924ae65514bb95f6eb29dc
[resolves Reduce the number of included AWS jars
[ { "change_type": "MODIFY", "old_path": "feature/etc/smartics/camel-modules.xml", "new_path": "feature/etc/smartics/camel-modules.xml", "diff": "<exclude path=\"com/amazonaws/http**\" />\n</exports>\n</module>\n- <module name=\"com.fasterxml.jackson.dataformat.cbor\" />\n<module name=\"org.slf4j\" />...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1777] Reduce the number of included AWS jars
734,358
11.05.2017 14:34:25
-7,200
ea826fc67e64924adfe07ca00b517b0f449a5ee3
[resolves Create issues for undecided roadmap items
[ { "change_type": "MODIFY", "old_path": "catalog/pom.xml", "new_path": "catalog/pom.xml", "diff": "</goals>\n<phase>process-classes</phase>\n<configuration>\n- <mainClass>org.wildfly.camel.catalog.WildFlyCatalogCreator</mainClass>\n+ <mainClass>org.wildfly.camel.catalog.CatalogCreator</mainClass>\n<s...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1817] Create issues for undecided roadmap items
734,358
12.05.2017 13:11:37
-7,200
4f1b5454193974ca8d47d36331a404ab2f114646
[resolves Replace usage of netty-all with individual jars
[ { "change_type": "MODIFY", "old_path": "feature/etc/smartics/camel-modules.xml", "new_path": "feature/etc/smartics/camel-modules.xml", "diff": "<module name=\"org.apache.camel.component.amqp\">\n<include artifact=\"org.apache.camel:camel-amqp\" />\n<apply-to-dependencies skip=\"true\">\n- <include m...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1856] Replace usage of netty-all with individual jars
734,358
12.05.2017 12:18:44
-7,200
7f28f0d171e6a29d08a5f4123f3514d6802e6863
[resolves Add support for component ahc
[ { "change_type": "MODIFY", "old_path": "catalog/src/main/resources/component.roadmap", "new_path": "catalog/src/main/resources/component.roadmap", "diff": "[supported]\n+ahc\namqp\natom\navro\n@@ -134,7 +135,6 @@ xslt\nzookeeper\n[planned]\n-ahc\nahc-ws\nahc-wss\nazure-blob\n" }, { "change_t...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1402] Add support for component ahc
734,358
17.05.2017 08:17:51
-7,200
bee05e4e75b8a8cd177379f04d3750af75367fa5
[resolves Add support for component ahc-ws
[ { "change_type": "MODIFY", "old_path": "catalog/src/main/resources/component.roadmap", "new_path": "catalog/src/main/resources/component.roadmap", "diff": "[supported]\nahc\n+ahc-ws\n+ahc-wss\namqp\natom\navro\n@@ -135,8 +137,6 @@ xslt\nzookeeper\n[planned]\n-ahc-ws\n-ahc-wss\nazure-blob\nazure-queu...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1403] Add support for component ahc-ws
734,358
17.05.2017 13:26:48
-7,200
ce4e896c52f0d0be63823a2ce81b92ac5d28ea0d
[resolves EC2 test uses hardcoded subnet Id
[ { "change_type": "MODIFY", "old_path": "itests/camel/src/test/java/org/wildfly/camel/test/plain/aws/EC2IntegrationTest.java", "new_path": "itests/camel/src/test/java/org/wildfly/camel/test/plain/aws/EC2IntegrationTest.java", "diff": "@@ -67,14 +67,14 @@ public class EC2IntegrationTest {\nMap<String,...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1863] EC2 test uses hardcoded subnet Id
734,358
24.05.2017 09:52:49
-7,200
b7866dcad74c424d455eb7e563868df05875365e
[resolves Add support for component ahc-wss
[ { "change_type": "MODIFY", "old_path": "itests/standalone/basic/src/test/java/org/wildfly/camel/test/ahc/AhcWSIntegrationTest.java", "new_path": "itests/standalone/basic/src/test/java/org/wildfly/camel/test/ahc/AhcWSIntegrationTest.java", "diff": "@@ -93,7 +93,6 @@ public class AhcWSIntegrationTest ...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1404] Add support for component ahc-wss
734,358
26.05.2017 13:55:24
-7,200
82cd072e58f918df79dcd85b044683d6929b6713
[resolves Opentracing component missing from roadmap
[ { "change_type": "MODIFY", "old_path": "catalog/pom.xml", "new_path": "catalog/pom.xml", "diff": "</configuration>\n</execution>\n<execution>\n- <id>unpack-dependencies</id>\n+ <id>copy-dependencies</id>\n<phase>process-resources</phase>\n<goals>\n- <goal>unpack-dependencies</goal>\n+ <goal>copy-dep...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1860] Opentracing component missing from roadmap
734,358
30.05.2017 13:30:18
-7,200
3d6ecdf0700df1fcce7994618f01d586ce889e79
[resolves Add support for wildfly-swarm-2017.6.0
[ { "change_type": "MODIFY", "old_path": "pom.xml", "new_path": "pom.xml", "diff": "<version.maven.archetype.packaging>2.3</version.maven.archetype.packaging>\n<version.osgi>5.0.0</version.osgi>\n<version.redis.embedded>0.6</version.redis.embedded>\n- <version.wildfly.swarm>2017.5.0-SNAPSHOT</version....
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1895] Add support for wildfly-swarm-2017.6.0
734,358
08.06.2017 17:06:36
-7,200
37db0316c4cf1c8e7c41a64dea095959fb6b03fc
[resolves Revisit docker image creation
[ { "change_type": "ADD", "old_path": null, "new_path": "docker/README.md", "diff": "+## WildFly Docker Setup\n+\n+Details about the WildFly CentOS image are described [here](https://github.com/openshift/openshift-docs/blob/master/using_images/s2i_images/wildfly.adoc).\n+\n+ minishift delete\n+ minish...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1902] Revisit docker image creation
734,358
08.05.2017 09:05:21
-7,200
b6cea278925191823d83d452bd53935c664b8b61
[resolves Upgrade to camel-2.19.1
[ { "change_type": "MODIFY", "old_path": "patch/etc/baseline/module-list.txt", "new_path": "patch/etc/baseline/module-list.txt", "diff": "/com/jcraft/jsch/main/jsch-0.1.54.jar\n/com/netflix/hystrix/main/HdrHistogram-2.1.6.jar\n/com/netflix/hystrix/main/archaius-core-0.4.1.jar\n-/com/netflix/hystrix/ma...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #1803] Upgrade to camel-2.19.1
734,367
17.09.2017 21:50:14
-7,200
c957444b7beeb9d6f2b316fe85661e4f59444c68
[resolves ClassNotFoundException when turning on metrics gathering
[ { "change_type": "MODIFY", "old_path": "feature/pack/etc/smartics/camel-modules.xml", "new_path": "feature/pack/etc/smartics/camel-modules.xml", "diff": "<include path=\"sun/misc\" />\n</imports>\n</module>\n+ <module name=\"com.fasterxml.jackson.core.jackson-core\" />\n</dependencies>\n</module>\n"...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[resolves #2078] ClassNotFoundException when turning on metrics gathering
734,364
26.09.2018 18:02:40
-19,080
c71e3d735e17b2dbee28f645691bf447dc1f8a53
Add fuse conditionals to documentation resolves
[ { "change_type": "MODIFY", "old_path": "docs/guide/javaee/jaxrs.adoc", "new_path": "docs/guide/javaee/jaxrs.adoc", "diff": "@@ -116,6 +116,25 @@ By setting the binding mode, Camel can marshal and unmarshal JSON data either by\nRefer to the link:index.html#_jax_rs_security[JAX-RS security section].\n...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[FUSEDOC-2397] Add fuse conditionals to documentation resolves #2673
734,357
31.12.2018 07:21:25
-19,080
93e0629cfbad360177f4e64948367678e9138cde
[ENTESB-9964]Camel FTPS throws java.lang.NoClassDefFoundError: javax/net/ssl/SSLException [ENTESB-9964]Camel FTPS throws java.lang.NoClassDefFoundError: javax/net/ssl/SSLException [ENTESB-9964]Camel FTPS throws java.lang.NoClassDefFoundError: javax/net/ssl/SSLException
[ { "change_type": "MODIFY", "old_path": "feature/modules/etc/smartics/camel-modules.xml", "new_path": "feature/modules/etc/smartics/camel-modules.xml", "diff": "<include module=\"org.springframework.boot\" />\n</apply-to-dependencies>\n<dependencies>\n+ <module name=\"javax.api\"/>\n<module name=\"or...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
[ENTESB-9964]Camel FTPS throws java.lang.NoClassDefFoundError: javax/net/ssl/SSLException [ENTESB-9964]Camel FTPS throws java.lang.NoClassDefFoundError: javax/net/ssl/SSLException [ENTESB-9964]Camel FTPS throws java.lang.NoClassDefFoundError: javax/net/ssl/SSLException
734,363
26.07.2019 15:23:02
-19,080
b9d1749a94005223f9e64557bc2ccb74fccecb23
Added Maven repo link for downstream documentation.
[ { "change_type": "MODIFY", "old_path": "docs/guide/components/camel-activemq.adoc", "new_path": "docs/guide/components/camel-activemq.adoc", "diff": "@@ -6,7 +6,12 @@ The component can be configured to work with an embedded or external broker. For\n#### {wildfly} ActiveMQ resource adapter configurat...
Java
Apache License 2.0
wildfly-extras/wildfly-camel
Added Maven repo link for downstream documentation.
594,239
08.11.2017 10:48:56
-28,800
b80b793cbcd57b0f58d668fd19d7e9c42e661605
Add Tizen TV samples(FlexContainerSample)
[ { "change_type": "ADD", "old_path": null, "new_path": "TV/FlexContainerSample/FlexContainerSample/src/FlexContainerSample.cs", "diff": "+/*\n+ * Copyright (c) 2017 Samsung Electronics Co., Ltd.\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\n+ * you may not use this file...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Add Tizen TV samples(FlexContainerSample)
594,239
08.11.2017 10:50:33
-28,800
bfb41e65fa137de19ab3916417d016615b8b496d
Add Tizen TV samples(TextSample)
[ { "change_type": "ADD", "old_path": null, "new_path": "TV/TextSample/TextSample/src/Program.cs", "diff": "+/*\n+ * Copyright (c) 2017 Samsung Electronics Co., Ltd.\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\n+ * you may not use this file except in compliance with the...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Add Tizen TV samples(TextSample)
594,239
21.12.2017 16:29:33
-28,800
b1112aae37ed64c4ae467f75c5142169079786be
Delete FlexContainerSample.cs
[ { "change_type": "DELETE", "old_path": "TV/FlexContainerSample/FlexContainerSample/src/FlexContainerSample.cs", "new_path": null, "diff": "-/*\n- * Copyright (c) 2017 Samsung Electronics Co., Ltd.\n- *\n- * Licensed under the Apache License, Version 2.0 (the \"License\");\n- * you may not use this f...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Delete FlexContainerSample.cs
594,239
21.12.2017 19:08:30
-28,800
1a2c6997a318050d3d8947b92ef274f73e725f13
Delete VisualSample.cs
[ { "change_type": "DELETE", "old_path": "TV/VisualSample/VisualSample/src/VisualSample.cs", "new_path": null, "diff": "-/*\n- * Copyright (c) 2017 Samsung Electronics Co., Ltd.\n- *\n- * Licensed under the Apache License, Version 2.0 (the \"License\");\n- * you may not use this file except in complia...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Delete VisualSample.cs
594,275
08.01.2018 17:39:06
-32,400
ad64fffda2465e5e42145a20dee26f7c915230db
Location wearable
[ { "change_type": "ADD", "old_path": "Wearable/Location/.vs/Location/v15/.suo", "new_path": "Wearable/Location/.vs/Location/v15/.suo", "diff": "Binary files /dev/null and b/Wearable/Location/.vs/Location/v15/.suo differ\n" }, { "change_type": "ADD", "old_path": "Wearable/Location/.vs/Loca...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Location wearable Signed-off-by: kj7.sung <kj7.sung@samsung.com>
594,218
09.01.2018 19:45:15
-3,600
8fe87c789d64e909d19968218b3feaf39f2eb605
Add .gitignore file to repository
[ { "change_type": "ADD", "old_path": null, "new_path": ".gitignore", "diff": "+## Ignore Visual Studio temporary files, build results, and\n+## files generated by popular Visual Studio add-ons.\n+##\n+## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore\n+\n+# Use...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Add .gitignore file to repository
594,239
10.01.2018 15:34:35
-28,800
bcab983e4bb4b9fffd41ffa4f2c9ab65a4650c39
Delete App.cs
[ { "change_type": "DELETE", "old_path": "TV/FirstScreen/FirstScreen/src/App.cs", "new_path": null, "diff": "-/*\n- * Copyright (c) 2017 Samsung Electronics Co., Ltd.\n- *\n- * Licensed under the Apache License, Version 2.0 (the \"License\");\n- * you may not use this file except in compliance with th...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Delete App.cs
594,245
10.01.2018 16:57:51
-32,400
b072c74e7ef0593e3af7aa721a13cba176fd5682
Add Tizen .NET Gamepad Input Sample Application
[ { "change_type": "ADD", "old_path": "TV/GamepadInputSample/GamepadInputSample/shared/res/GamepadInputSample.png", "new_path": "TV/GamepadInputSample/GamepadInputSample/shared/res/GamepadInputSample.png", "diff": "Binary files /dev/null and b/TV/GamepadInputSample/GamepadInputSample/shared/res/Gamepa...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Add Tizen .NET Gamepad Input Sample Application
594,239
10.01.2018 17:55:33
-28,800
b4c3a30fbd80479dcc356155ba045b7e520c09f3
Delete Constants.cs
[ { "change_type": "DELETE", "old_path": "TV/FirstScreen/FirstScreen/src/Constants.cs", "new_path": null, "diff": "-/*\n- * Copyright (c) 2017 Samsung Electronics Co., Ltd.\n- *\n- * Licensed under the Apache License, Version 2.0 (the \"License\");\n- * you may not use this file except in compliance w...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Delete Constants.cs
594,239
10.01.2018 17:56:20
-28,800
8b8007a7bda2a6f4bcc0b4051d38f7f248620277
Delete FocusData.cs
[ { "change_type": "DELETE", "old_path": "TV/FirstScreen/FirstScreen/src/FocusData.cs", "new_path": null, "diff": "-/*\n- * Copyright (c) 2017 Samsung Electronics Co., Ltd.\n- *\n- * Licensed under the Apache License, Version 2.0 (the \"License\");\n- * you may not use this file except in compliance w...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Delete FocusData.cs
594,239
10.01.2018 17:56:30
-28,800
576a942c77dafe095edc11e7b042f89a21d11154
Delete FocusEffect.cs
[ { "change_type": "DELETE", "old_path": "TV/FirstScreen/FirstScreen/src/FocusEffect.cs", "new_path": null, "diff": "-/*\n- * Copyright (c) 2017 Samsung Electronics Co., Ltd.\n- *\n- * Licensed under the Apache License, Version 2.0 (the \"License\");\n- * you may not use this file except in compliance...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Delete FocusEffect.cs
594,239
10.01.2018 17:56:39
-28,800
4dd47abeb96391bc4c633aa0ef7e925d24fc0c7e
Delete IFocusEffect.cs
[ { "change_type": "DELETE", "old_path": "TV/FirstScreen/FirstScreen/src/IFocusEffect.cs", "new_path": null, "diff": "-/*\n- * Copyright (c) 2017 Samsung Electronics Co., Ltd.\n- *\n- * Licensed under the Apache License, Version 2.0 (the \"License\");\n- * you may not use this file except in complianc...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Delete IFocusEffect.cs
594,239
10.01.2018 17:57:02
-28,800
88cec1b13448330709e238edf39a7e4602a4637a
Delete ScrollContainer.cs
[ { "change_type": "DELETE", "old_path": "TV/FirstScreen/FirstScreen/src/ScrollContainer.cs", "new_path": null, "diff": "-/*\n- * Copyright (c) 2017 Samsung Electronics Co., Ltd.\n- *\n- * Licensed under the Apache License, Version 2.0 (the \"License\");\n- * you may not use this file except in compli...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Delete ScrollContainer.cs
594,276
11.01.2018 17:27:27
-32,400
130446c90adaa640ff134b63dbaaf50606443842
Remove GamepadInputSample from here and add to SamsungDForum
[ { "change_type": "DELETE", "old_path": "TV/GamepadInputSample/GamepadInputSample/shared/res/GamepadInputSample.png", "new_path": "TV/GamepadInputSample/GamepadInputSample/shared/res/GamepadInputSample.png", "diff": "Binary files a/TV/GamepadInputSample/GamepadInputSample/shared/res/GamepadInputSampl...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Remove GamepadInputSample from here and add to SamsungDForum
594,218
27.11.2017 18:03:05
-3,600
8231f4da78ead212ac51c86c8a70f2a45e1c65e6
[SecureRepository] Add Screenshots
[ { "change_type": "ADD", "old_path": "Mobile/SecureRepository/Screenshots/Tizen/main_screen_Mobile.png", "new_path": "Mobile/SecureRepository/Screenshots/Tizen/main_screen_Mobile.png", "diff": "Binary files /dev/null and b/Mobile/SecureRepository/Screenshots/Tizen/main_screen_Mobile.png differ\n" }...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[SecureRepository] Add Screenshots Signed-off-by: Ernest Borowski <e.borowski@partner.samsung.com>
594,218
28.11.2017 14:44:06
-3,600
889474156b237e2e4195009b5aeb3e009bf0aef6
[SecureRepository] Change Xamarin.Forms.Platform.Tizen and Xamarin.Forms version to 2.4.0.91020
[ { "change_type": "MODIFY", "old_path": "Mobile/SecureRepository/SecureRepository/SecureRepository.Tizen.Mobile/SecureRepository.Tizen.Mobile.csproj", "new_path": "Mobile/SecureRepository/SecureRepository/SecureRepository.Tizen.Mobile/SecureRepository.Tizen.Mobile.csproj", "diff": "<ExcludeAssets>Run...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[SecureRepository] Change Xamarin.Forms.Platform.Tizen and Xamarin.Forms version to 2.4.0.91020 Signed-off-by: Ernest Borowski <e.borowski@partner.samsung.com>
594,218
28.11.2017 15:23:55
-3,600
034fa38009a4b62ad22a31cb583bacf3f6cd6c0e
[SecureRepository] Add screenshots from each platform to eachother
[ { "change_type": "ADD", "old_path": "Mobile/SecureRepository/Screenshots/Tizen/main_screen_TV.png", "new_path": "Mobile/SecureRepository/Screenshots/Tizen/main_screen_TV.png", "diff": "Binary files /dev/null and b/Mobile/SecureRepository/Screenshots/Tizen/main_screen_TV.png differ\n" }, { "c...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[SecureRepository] Add screenshots from each platform to eachother Signed-off-by: Ernest Borowski <e.borowski@partner.samsung.com>
594,218
28.11.2017 16:30:05
-3,600
9f131daf60a9a170258618944e4b6028f3342670
[SecureRepository] Add README.md
[ { "change_type": "ADD", "old_path": null, "new_path": "Mobile/SecureRepository/README.md", "diff": "+# SecureRepository\n+## Overview\n+SecureRepository is a simple application that allows you to securely store data, certificates and cryptographic keys\n+using C# [Tizen.Security.SecureRepository API...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[SecureRepository] Add README.md Signed-off-by: Ernest Borowski <e.borowski@partner.samsung.com>
594,218
28.11.2017 16:50:14
-3,600
d1b7c7a972e45e6ef6e7e95b7c1ab4a21e8424ff
[SecureRepository] Fix links to images in README.md
[ { "change_type": "MODIFY", "old_path": "Mobile/SecureRepository/README.md", "new_path": "Mobile/SecureRepository/README.md", "diff": "@@ -39,9 +39,9 @@ and the second one text before encryption and after decryption.\n## Screenshots\n### Mobile\n-![Main screen Mobile](./SecureRepository/Screenshots/T...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[SecureRepository] Fix links to images in README.md Signed-off-by: Ernest Borowski <e.borowski@partner.samsung.com>
594,218
09.01.2018 20:56:03
-3,600
bbe37aea1ddc694855329da5357261cce41fac6e
[SecureRepository] Remove trailing spaces
[ { "change_type": "MODIFY", "old_path": "Mobile/SecureRepository/SecureRepository/SecureRepository.Tizen.Mobile/SecureRepository.Tizen.Mobile.csproj", "new_path": "Mobile/SecureRepository/SecureRepository/SecureRepository.Tizen.Mobile/SecureRepository.Tizen.Mobile.csproj", "diff": "<Folder Include=\"...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[SecureRepository] Remove trailing spaces Signed-off-by: Ernest Borowski <e.borowski@partner.samsung.com>
594,269
23.01.2018 14:13:27
-32,400
b45d5b945e1d8702585d81f3c56f642777e449c6
[TV][Gallery] clean up - fix nuget version - apply .Net Standard
[ { "change_type": "MODIFY", "old_path": "TV/Gallery/Gallery/Gallery.TizenTV/Gallery.TizenTV.csproj", "new_path": "TV/Gallery/Gallery/Gallery.TizenTV/Gallery.TizenTV.csproj", "diff": "<PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\n<DebugType>None</DebugType>\n</Pro...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[TV][Gallery] clean up - fix nuget version - apply .Net Standard
594,269
23.01.2018 14:30:54
-32,400
7faa9a42409139c4230d178dcae43ac411cc9bd2
[TV][MusicPlayerUI] Clean up - fix nuget version
[ { "change_type": "MODIFY", "old_path": "TV/MusicPlayerUI/MusicPlayerUI/MusicPlayerUI.TizenTV/MusicPlayerUI.TizenTV.csproj", "new_path": "TV/MusicPlayerUI/MusicPlayerUI/MusicPlayerUI.TizenTV/MusicPlayerUI.TizenTV.csproj", "diff": "<PackageReference Include=\"Tizen.NET\" Version=\"4.0.0\">\n<ExcludeAs...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[TV][MusicPlayerUI] Clean up - fix nuget version