Skip to content

Azure CosmosDB: Expose an IndexingPolicy parameter for createContaine…#11527

Merged
oscerd merged 1 commit into
mainfrom
CAMEL-19902
Sep 22, 2023
Merged

Azure CosmosDB: Expose an IndexingPolicy parameter for createContaine…#11527
oscerd merged 1 commit into
mainfrom
CAMEL-19902

Conversation

@oscerd
Copy link
Copy Markdown
Contributor

@oscerd oscerd commented Sep 22, 2023

…r operation

Description

Target

  • I checked that the commit is targeting the correct branch (note that Camel 3 uses camel-3.x, whereas Camel 4 uses the main branch)

Tracking

  • If this is a large change, bug fix, or code improvement, I checked there is a JIRA issue filed for the change (usually before you start working on it).

Apache Camel coding standards and style

  • I checked that each commit in the pull request has a meaningful subject line and body.
  • I have run mvn clean install -DskipTests locally and I have committed all auto-generated changes

@github-actions
Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

…createContainer operation

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
@oscerd
Copy link
Copy Markdown
Contributor Author

oscerd commented Sep 22, 2023

/component-test camel-azure/camel-azure-cosmosdb

Result ✅ The tests passed successfully

@github-actions
Copy link
Copy Markdown
Contributor

🤖 The Apache Camel test robot will run the tests for you 👍

@oscerd oscerd merged commit d95c8ae into main Sep 22, 2023
@oscerd oscerd deleted the CAMEL-19902 branch September 22, 2023 09:51
TUCJVXCB pushed a commit to TUCJVXCB/camel that referenced this pull request Sep 25, 2023
…createContainer operation (apache#11527)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
davsclaus added a commit that referenced this pull request Sep 27, 2023
* CAMEL-19877: camel-file - Add option to accept hidden folders

* CAMEL-19877: add unit test

* CAMEL-19877: fix unit test

* CAMEL-19877: fix logic bug

* CAMEL-19877: change '.camel' to constant

* CAMEL-19877: add missing file

* Upgrade commons-dbcp2 2.10.0 (#11519)

* Upgrade qpid broker 9.1.0 (#11520)

* CAMEL-19876: camel-jbang - Add maven-settings to camel-jbang export command

* Upgrade Huawei Cloud Core SDK to version 3.1.60 (#11522)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

* Upgrade Huawei Cloud OBS to version 3.23.5 (#11523)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

* CAMEL-19903 - Upgrade Debezium to 2.3.4.Final (#11524)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

* CAMEL-19904: Remove old unmaintaned versions from spring.schemas files. (#11525)

* CAMEL-19193: Add to 3.21 upgrade guide about metrics renamed

* CAMEL-19902 - Azure CosmosDB: Expose an IndexingPolicy parameter for createContainer operation (#11527)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

* CAMEL-19398: fix not being able to enable statistics after initialized (#11526)

The statistics need to be set after the context and registry are initialized because of Spring. This fix cleanups and partially reverts change a7d67bc.

* CAMEL-19899: Process attachments before reading the request body for HttpServletRequest

* (chores) camel-core: disable flaky tests on GitHub (#11532)

* Update known releases in catalog

* (chores) Cleanup String-related operations (#11530)

- Use isEmpty instead of checking for length
- Use ObjectHelper.isBoolean

* CAMEL-19906 - Camel-Jbang: No need to have specific application properties exports for Secret Refresh features (#11528)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

* Add debug message for missing JAXB XmlRootElement annotation (#11517)

Co-authored-by: Adriano Machado <admachad@redhat.com>

* (chores) camel-core: disable flaky test on GitHub (#11533)

* [CAMEL-19909] camel-catalog: model catalog refers to not-existing DescriptionDefinition javaType (#11535)

* Typo

* CAMEL-19908: camel-azure-servicebus - Fix title name of component

* (chores) camel-restdsl-openapi: added missing test dependency

Signed-off-by: Otavio R. Piske <angusyoung@gmail.com>

* (chores) tooling/maven: force skip maven plugin tests

This should prevent problems caused by cyclic dependencies between the tests and modules that may not have been built

Signed-off-by: Otavio R. Piske <angusyoung@gmail.com>

* (chores) archetypes: should use 17 as the base Java version

Signed-off-by: Otavio R. Piske <angusyoung@gmail.com>

* (chores) doc: minor adjustments to the contribution documentation

Signed-off-by: Otavio R. Piske <angusyoung@gmail.com>

* CAMEL-19774: camel-jbang - Rename command: pipe to script

* CAMEL-19802: camel-jbang - Add option to exclude files by pattern

* (chores) doc: add missing word in getting-started guide (#11540)

The part of the "Routes" section of the getting-started guide that reads
"a predicate that tests if the body of the matches" seems to be missing
the word "message" between "the body of the" and "matches". The purpose
of this commit is to the add that word to that part of the guide in
order to make it slightly clearer.

* (chores) tooling: use final when possible

- use static inner classes
- use chained append calls
- remove unnecessary transient modifier
- remove unnecessary call to toString
- use simpler generics expressions
- use isEmpty instead of checking for length

* Regen SBOM from commit 6da1a81 (#11544)

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: oscerd <oscerd@users.noreply.github.com>

* Upgrade AWS SDK v2 to version 2.20.153 (#11545)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

* CAMEL-19877: camel-file - Add option to accept hidden folders

* CAMEL-19877: add missing file

* CAMEL-19877: resolve conflicts

* CAMEL-19877: rename includeHiddenDir to includeHiddenDirs

---------

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
Signed-off-by: Otavio R. Piske <angusyoung@gmail.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: tanyu <838806482@qq.com>
Co-authored-by: Claus Ibsen <claus.ibsen@gmail.com>
Co-authored-by: Andrea Cosentino <ancosen@gmail.com>
Co-authored-by: Otavio Rodolfo Piske <orpiske@users.noreply.github.com>
Co-authored-by: James Netherton <jamesnetherton@gmail.com>
Co-authored-by: Adriano Machado <60320+ammachado@users.noreply.github.com>
Co-authored-by: Adriano Machado <admachad@redhat.com>
Co-authored-by: Tomohisa Igarashi <tm.igarashi@gmail.com>
Co-authored-by: Otavio R. Piske <angusyoung@gmail.com>
Co-authored-by: João Martins <joao.martins@talkdesk.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: oscerd <oscerd@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants