Skip to content

Commit d6cf03a

Browse files
committed
update orkes queues
update orkes queue version. (#11) Update README.md Update README.md
1 parent 078cd5e commit d6cf03a

File tree

73 files changed

+477
-392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+477
-392
lines changed

LICENSE

Lines changed: 259 additions & 201 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,10 @@ Use GitHub issue tracking for filing issues and Discussion Forum for any other q
8888
[Orkes](http://orkes.io) development team creates and maintains the Orkes-Conductor releases.
8989

9090
## License
91-
Copyright 2022 Orkes, Inc.
91+
Copyright 2022 Orkes, Inc
9292

93-
Licensed under the Apache License, Version 2.0 (the "License");
94-
you may not use this file except in compliance with the License.
95-
You may obtain a copy of the License at
96-
97-
http://www.apache.org/licenses/LICENSE-2.0
98-
99-
Unless required by applicable law or agreed to in writing, software
100-
distributed under the License is distributed on an "AS IS" BASIS,
101-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
102-
See the License for the specific language governing permissions and
103-
limitations under the License.
93+
Licensed under Orkes Community License. You may obtain a copy of the License at:
94+
```
95+
https://github.com/orkes-io/licenses/blob/main/community/LICENSE.txt
96+
```
97+
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.

archive/src/main/java/io/orkes/conductor/dao/archive/ArchiveDAO.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* Copyright 2022 Orkes, Inc.
33
* <p>
4-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
4+
* Licensed under the Orkes Community License (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
66
* <p>
7-
* http://www.apache.org/licenses/LICENSE-2.0
7+
* https://github.com/orkes-io/licenses/blob/main/community/LICENSE.txt
88
* <p>
99
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the

archive/src/main/java/io/orkes/conductor/dao/archive/ArchivedExecutionDAO.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* Copyright 2022 Orkes, Inc.
33
* <p>
4-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
4+
* Licensed under the Orkes Community License (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
66
* <p>
7-
* http://www.apache.org/licenses/LICENSE-2.0
7+
* https://github.com/orkes-io/licenses/blob/main/community/LICENSE.txt
88
* <p>
99
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the

archive/src/main/java/io/orkes/conductor/dao/archive/ArchivedIndexDAO.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* Copyright 2022 Orkes, Inc.
33
* <p>
4-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
4+
* Licensed under the Orkes Community License (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
66
* <p>
7-
* http://www.apache.org/licenses/LICENSE-2.0
7+
* https://github.com/orkes-io/licenses/blob/main/community/LICENSE.txt
88
* <p>
99
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the

archive/src/main/java/io/orkes/conductor/dao/archive/DocumentStoreDAO.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* Copyright 2022 Orkes, Inc.
33
* <p>
4-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
4+
* Licensed under the Orkes Community License (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
66
* <p>
7-
* http://www.apache.org/licenses/LICENSE-2.0
7+
* https://github.com/orkes-io/licenses/blob/main/community/LICENSE.txt
88
* <p>
99
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the

archive/src/main/java/io/orkes/conductor/dao/archive/ScrollableSearchResult.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* Copyright 2022 Orkes, Inc.
33
* <p>
4-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
4+
* Licensed under the Orkes Community License (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
66
* <p>
7-
* http://www.apache.org/licenses/LICENSE-2.0
7+
* https://github.com/orkes-io/licenses/blob/main/community/LICENSE.txt
88
* <p>
99
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the

archive/src/main/java/io/orkes/conductor/dao/indexer/IndexValueExtractor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* Copyright 2022 Orkes, Inc.
33
* <p>
4-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
4+
* Licensed under the Orkes Community License (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
66
* <p>
7-
* http://www.apache.org/licenses/LICENSE-2.0
7+
* https://github.com/orkes-io/licenses/blob/main/community/LICENSE.txt
88
* <p>
99
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the

archive/src/main/java/io/orkes/conductor/dao/indexer/IndexWorker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* Copyright 2022 Orkes, Inc.
33
* <p>
4-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
4+
* Licensed under the Orkes Community License (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
66
* <p>
7-
* http://www.apache.org/licenses/LICENSE-2.0
7+
* https://github.com/orkes-io/licenses/blob/main/community/LICENSE.txt
88
* <p>
99
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the

archive/src/main/java/io/orkes/conductor/dao/indexer/IndexWorkerProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* Copyright 2022 Orkes, Inc.
33
* <p>
4-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
4+
* Licensed under the Orkes Community License (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
66
* <p>
7-
* http://www.apache.org/licenses/LICENSE-2.0
7+
* https://github.com/orkes-io/licenses/blob/main/community/LICENSE.txt
88
* <p>
99
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the

0 commit comments

Comments
 (0)