Trino connectors for managing cloud resources, like AWS EC2 instances or S3 buckets.

Overview

trino-cloud

Trino connectors for managing cloud resources, like AWS EC2 instances or S3 buckets. Please keep in mind that this is not production ready and it was created for tests.

Quick Start

To run a Docker container with one of the connectors, make sure to have the following environmental variables set, same as for CLI access:

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_REGION
docker run \
  --tmpfs /etc/trino/catalog \
  -v $(pwd)/catalog/aws.properties:/etc/trino/catalog/aws.properties \
  -e AWS_ACCESS_KEY_ID \
  -e AWS_SECRET_ACCESS_KEY \
  -e AWS_REGION \
  -p 8080:8080 \
  --name trino-cloud-aws \
  nineinchnick/trino-cloud:0.3

Then use your favourite SQL client to connect to Trino running at http://localhost:8080

Usage

Download one of the ZIP packages, unzip it and copy the trino-cloud-aws-0.3 directory to the plugin directory on every node in your Trino cluster. Create a aws.properties file in your Trino catalog directory and configure the credentials for a specific AWS account. To manage multiple accounts at the same time, create separate config files for multiple catalogs.

connector.name=aws
region=${ENV:AWS_REGION}

After reloading Trino, you should be able to connect to the aws catalog.

Development

For more information, see the README files in connector directories:

Comments
  • Bump software.amazon.awssdk:bom from 2.17.164 to 2.17.167

    Bump software.amazon.awssdk:bom from 2.17.164 to 2.17.167

    Bumps software.amazon.awssdk:bom from 2.17.164 to 2.17.167.

    Changelog

    Sourced from software.amazon.awssdk:bom's changelog.

    2.17.167 2022-04-08

    AWS Elemental MediaConvert

    • Features

      • AWS Elemental MediaConvert SDK has added support for the pass-through of WebVTT styling to WebVTT outputs, pass-through of KLV metadata to supported formats, and improved filter support for processing 444/RGB content.

    AWS Elemental MediaPackage VOD

    • Features

      • This release adds ScteMarkersSource as an available field for Dash Packaging Configurations. When set to MANIFEST, MediaPackage will source the SCTE-35 markers from the manifest. When set to SEGMENTS, MediaPackage will source the SCTE-35 markers from the segments.

    AWS WAFV2

    • Features

      • Add a new CurrentDefaultVersion field to ListAvailableManagedRuleGroupVersions API response; add a new VersioningSupported boolean to each ManagedRuleGroup returned from ListAvailableManagedRuleGroups API response.

    2.17.166 2022-04-07

    AWS Performance Insights

    • Features

      • Adds support for DocumentDB to the Performance Insights API.

    Amazon API Gateway

    • Features

      • ApiGateway CLI command get-usage now includes usagePlanId, startDate, and endDate fields in the output to match documentation.

    Amazon DocumentDB with MongoDB compatibility

    • Features

      • Added support to enable/disable performance insights when creating or modifying db instances

    Amazon EventBridge

    • Features

      • Adds new EventBridge Endpoint resources for disaster recovery, multi-region failover, and cross-region replication capabilities to help you build resilient event-driven applications.

    Amazon Personalize

    • Features

      • This release provides tagging support in AWS Personalize.

    Amazon SageMaker Service

    • Features

      • Amazon Sagemaker Notebook Instances now supports G5 instance types

    2.17.165 2022-04-06

    AWS Config

    • Features

      • Add resourceType enums for AWS::EMR::SecurityConfiguration and AWS::SageMaker::CodeRepository

    AWS Lambda

    • Features

      • This release adds new APIs for creating and managing Lambda Function URLs and adds a new FunctionUrlAuthType parameter to the AddPermission API. Customers can use Function URLs to create built-in HTTPS endpoints on their functions.

    AWS Panorama

    • Features

      • Added Brand field to device listings.

    ... (truncated)

    Commits
    • 5a4e1bd Merge pull request #1986 from aws/staging/730d028d-5287-4ca6-a418-f91d5a83fc54
    • 83a0cb1 Release 2.17.167. Updated CHANGELOG.md, README.md and all pom.xml.
    • cbf102e AWS Elemental MediaPackage VOD Update: This release adds ScteMarkersSource as...
    • 66a75ea AWS WAFV2 Update: Add a new CurrentDefaultVersion field to ListAvailableManag...
    • 9996116 AWS Elemental MediaConvert Update: AWS Elemental MediaConvert SDK has added s...
    • 87fa589 Update to next snapshot version: 2.17.167-SNAPSHOT
    • 17b362b Merge pull request #1984 from aws/staging/9370d83f-3e00-4034-a4bb-4b20e5498e96
    • 2784c19 Merge pull request #1985 from aws/feature/master/eventbridge-mrep-rebase
    • efb5655 Support eventbridge MREP
    • 89abf18 Release 2.17.166. Updated CHANGELOG.md, README.md and all pom.xml.
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies java 
    opened by dependabot[bot] 3
  • Bump guice from 5.0.1 to 5.1.0

    Bump guice from 5.0.1 to 5.1.0

    Bumps guice from 5.0.1 to 5.1.0.

    Release notes

    Sourced from guice's releases.

    Guice 5.1.0

    See https://github.com/google/guice/wiki/Guice510 for release notes.

    Commits
    • b0ff10c specify release version numbers
    • bcc9fe4 Fix JDK17+ assistedinject private lookup behavior by catching InaccessibleObj...
    • 6d50309 upgrade easy mock versions and enable tests against Java 17.
    • c4854d5 Fix tests that break with Java 17 base on suggestions from @​mcculls https://g...
    • 02c4687 Mark javadoc_library as manual, so test //... doesn't build it.
    • bc960c5 Generate test suite to run tests under a package.
    • 1acb91c Run bazel test in ci workflow.
    • 1c57d16 Add javadoc targets for Guice libraries.
    • f7abab4 fix java-version property for publish workflow.
    • dea06c1 Make Guice builds with bazel.
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 3
  • Bump checker-qual from 3.16.0 to 3.18.0

    Bump checker-qual from 3.16.0 to 3.18.0

    Bumps checker-qual from 3.16.0 to 3.18.0.

    Release notes

    Sourced from checker-qual's releases.

    Checker Framework 3.18.0

    Version 3.18.0 (September 1, 2021)

    User-visible changes:

    Java records are type-checked. Thanks to Neil Brown.

    Closed issues: #4838, #4843, #4852, #4853, #4861, #4876, #4877, #4878, #4878, #4889, #4889.

    Checker Framework 3.17.0

    Version 3.17.0 (August 2, 2021)

    User-visible changes:

    -Ainfer can now infer postcondition annotations that reference formal parameters (e.g. "[#1](https://github.com/typetools/checker-framework/issues/1)", "[#2](https://github.com/typetools/checker-framework/issues/2)") and the receiver ("this").

    Implementation details:

    Method renamings and signature changes (old methods are removed) in GenericAnnotatedTypeFactory:

    • getPreconditionAnnotation(VariableElement, AnnotatedTypeMirror) => getPreconditionAnnotations(String, AnnotatedTypeMirror, AnnotatedTypeMirror)
    • getPostconditionAnnotation(VariableElement, AnnotatedTypeMirror, List<AnnotationMirror>) => getPostconditionAnnotations(String, AnnotatedTypeMirror, AnnotatedTypeMirror, List<AnnotationMirror>)
    • getPreOrPostconditionAnnotation(VariableElement, AnnotatedTypeMirror, Analysis.BeforeOrAfter, List<AnnotationMirror>) => getPreOrPostconditionAnnotations(String, AnnotatedTypeMirror, AnnotatedTypeMirror, Analysis.BeforeOrAfter, List<AnnotationMirror>)
    • requiresOrEnsuresQualifierAnno(VariableElement, AnnotationMirror, Analysis.BeforeOrAfter) => createRequiresOrEnsuresQualifier(String, AnnotationMirror, AnnotatedTypeMirror, Analysis.BeforeOrAfter, List<AnnotationMirror>)

    Method renamings and signature changes (old method is removed) in WholeProgramInferenceStorage:

    • getPreOrPostconditionsForField(Analysis.BeforeOrAfter, ExecutableElement, VariableElement, AnnotatedTypeFactory) => getPreOrPostconditions(Analysis.BeforeOrAfter, ExecutableElement, String, AnnotatedTypeMirror, AnnotatedTypeFactory)

    Method renamings:

    • CFAbstractAnalysis.getFieldValues => getFieldInitialValues

    The following methods no longer take a fieldValues parameter:

    • GenericAnnotatedTypeFactory#createFlowAnalysis
    • CFAnalysis constructor
    • CFAbstractAnalysis#performAnalysis
    • CFAbstractAnalysis constructors

    Closed issues: #4685, #4689, #4785, #4805, #4806, #4815, #4829, #4849.

    Changelog

    Sourced from checker-qual's changelog.

    Version 3.18.0 (September 1, 2021)

    User-visible changes:

    Java records are type-checked. Thanks to Neil Brown.

    Closed issues: #4838, #4843, #4852, #4853, #4861, #4876, #4877, #4878, #4878, #4889, #4889.

    Version 3.17.0 (August 3, 2021)

    User-visible changes:

    -Ainfer can now infer postcondition annotations that reference formal parameters (e.g. "[#1](https://github.com/typetools/checker-framework/issues/1)", "[#2](https://github.com/typetools/checker-framework/issues/2)") and the receiver ("this").

    Implementation details:

    Method renamings and signature changes (old methods are removed) in GenericAnnotatedTypeFactory:

    • getPreconditionAnnotation(VariableElement, AnnotatedTypeMirror) => getPreconditionAnnotations(String, AnnotatedTypeMirror, AnnotatedTypeMirror)
    • getPostconditionAnnotation(VariableElement, AnnotatedTypeMirror, List<AnnotationMirror>) => getPostconditionAnnotations(String, AnnotatedTypeMirror, AnnotatedTypeMirror, List<AnnotationMirror>)
    • getPreOrPostconditionAnnotation(VariableElement, AnnotatedTypeMirror, Analysis.BeforeOrAfter, List<AnnotationMirror>) => getPreOrPostconditionAnnotations(String, AnnotatedTypeMirror, AnnotatedTypeMirror, Analysis.BeforeOrAfter, List<AnnotationMirror>)
    • requiresOrEnsuresQualifierAnno(VariableElement, AnnotationMirror, Analysis.BeforeOrAfter) => createRequiresOrEnsuresQualifier(String, AnnotationMirror, AnnotatedTypeMirror, Analysis.BeforeOrAfter, List<AnnotationMirror>)

    Method renamings and signature changes (old method is removed) in WholeProgramInferenceStorage:

    • getPreOrPostconditionsForField(Analysis.BeforeOrAfter, ExecutableElement, VariableElement, AnnotatedTypeFactory) => getPreOrPostconditions(Analysis.BeforeOrAfter, ExecutableElement, String, AnnotatedTypeMirror, AnnotatedTypeFactory)

    Method renamings:

    • CFAbstractAnalysis.getFieldValues => getFieldInitialValues

    The following methods no longer take a fieldValues parameter:

    • GenericAnnotatedTypeFactory#createFlowAnalysis
    • CFAnalysis construtor
    • CFAbstractAnalysis#performAnalysis
    • CFAbstractAnalysis constructors

    Closed issues: #4685, #4689, #4785, #4805, #4806, #4815, #4829, #4849.

    Commits
    • 9649097 new release 3.18.0
    • 37f50ce Update change log for release.
    • 5f569ea Use Error Prone version 2.9.0
    • fddc34a Warn if JAVA_HOME is set to a non-existent directory
    • c354410 Disable shellcheck warnings
    • 5ad082d Tweak discussion of old versions of Error Prone
    • e072376 Finish records support (#4871)
    • 8fb6f74 improve error message text for the RLC (#4896)
    • 4480e55 Test case for issue #4889
    • bf79d96 Test that demonstrates the unsoundness that can occur if Lombok and the Check...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 3
  • Bump maven-scm-plugin from 1.11.2 to 1.12.0

    Bump maven-scm-plugin from 1.11.2 to 1.12.0

    Bumps maven-scm-plugin from 1.11.2 to 1.12.0.

    Commits
    • 50e8c04 [maven-release-plugin] prepare release maven-scm-1.12.0
    • 6eb3e71 [SCM-968] Reduce standard providers to non-deprecated ones
    • e5b41e5 [SCM-967] MavenScmCli requires at least three args not less
    • 9b27fdd [SCM-966] Deprecate maven-scm-provider-synergy
    • 2ce895f [SCM-965] Deprecate maven-scm-providers-cvs
    • 3bb58b5 [SCM-964] Deprecate maven-scm-provider-vss
    • 8bdb711 [SCM-963] Deprecate maven-scm-provider-tfs
    • 864c9b1 [SCM-962] Deprecate maven-scm-provider-starteam
    • bb405b0 [SCM-961] Deprecate maven-scm-provider-perforce
    • 878d717 [SCM-960] Deprecate maven-scm-provider-jazz
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 3
  • Bump software.amazon.awssdk:bom from 2.17.222 to 2.17.228

    Bump software.amazon.awssdk:bom from 2.17.222 to 2.17.228

    Bumps software.amazon.awssdk:bom from 2.17.222 to 2.17.228.

    Changelog

    Sourced from software.amazon.awssdk:bom's changelog.

    2.17.228 2022-07-08

    AWS Backup

    • Features

      • This release adds support for authentication using IAM user identity instead of passed IAM role, identified by excluding the IamRoleArn field in the StartRestoreJob API. This feature applies to only resource clients with a destructive restore nature (e.g. SAP HANA).

    AWS SDK for Java v2

    • Bugfixes

      • Requests which are defined with AuthType as None should not be signed or authorized by the SDK.

    2.17.227 2022-07-07

    AWS Database Migration Service

    • Features

      • New api to migrate event subscriptions to event bridge rules

    AWS IoT

    • Features

      • This release adds support to register a CA certificate without having to provide a verification certificate. This also allows multiple AWS accounts to register the same CA in the same region.

    AWS IoT Wireless

    • Features

      • Adds 5 APIs: PutPositionConfiguration, GetPositionConfiguration, ListPositionConfigurations, UpdatePosition, GetPosition for the new Positioning Service feature which enables customers to configure solvers to calculate position of LoRaWAN devices, or specify position of LoRaWAN devices & gateways.

    Amazon Chime SDK Meetings

    • Features

      • Adds support for AppKeys and TenantIds in Amazon Chime SDK WebRTC sessions

    Amazon SageMaker Service

    • Features

      • Heterogeneous clusters: the ability to launch training jobs with multiple instance types. This enables running component of the training job on the instance type that is most suitable for it. e.g. doing data processing and augmentation on CPU instances and neural network training on GPU instances

    2.17.226 2022-07-06

    AWS CloudFormation

    • Features

      • My AWS Service (placeholder) - Add a new feature Account-level Targeting for StackSet operation

    Synthetics

    • Features

      • This release introduces Group feature, which enables users to group cross-region canaries.

    2.17.225 2022-07-05

    AWS Config

    • Features

      • Updating documentation service limits

    AWS SDK for Java v2

    • Features

      • Updated service endpoint metadata.

    AWS Systems Manager Incident Manager

    • Features

    ... (truncated)

    Commits
    • d16def5 Merge pull request #2087 from aws/staging/e3055947-7c4a-47e8-af6a-a0432e5dc5d1
    • e67700f Release 2.17.228. Updated CHANGELOG.md, README.md and all pom.xml.
    • 7e19316 AWS Backup Update: This release adds support for authentication using IAM use...
    • 1d92f36 Skip Signing of requests which are defined with authtype as none (#3281)
    • d220360 update test variable (#3285)
    • ef80a78 Update to next snapshot version: 2.17.228-SNAPSHOT
    • 77c3ef8 Merge pull request #2086 from aws/salande/fix-cw
    • fb288ee Removing CW integration test that fails and is no longer relevant
    • fb4767c Merge pull request #2085 from aws/staging/16bc1dbf-8e83-4bd0-a839-a4e601e6b418
    • 8424cd4 Release 2.17.227. Updated CHANGELOG.md, README.md and all pom.xml.
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies java 
    opened by dependabot[bot] 2
  • Bump dep.trino.version from 388 to 389

    Bump dep.trino.version from 388 to 389

    Bumps dep.trino.version from 388 to 389. Updates trino-spi from 388 to 389

    Updates trino-main from 388 to 389

    Updates trino-testing from 388 to 389

    Commits

    Updates trino-memory from 388 to 389

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies java 
    opened by dependabot[bot] 2
  • Bump airbase from 127 to 128

    Bump airbase from 127 to 128

    Bumps airbase from 127 to 128.

    Changelog

    Sourced from airbase's changelog.

    Airbase 128

    • Plugin updates:
      • JaCoCo 0.8.8 (from 0.8.7)
    • Always define argLine property even if Jacoco is disabled, to ensure that Surefire configuration does not confuse IntelliJ IDEA

    Airbase 127

    • Checkstyle updates:
      • Forbid imports of shaded Apache code
    • Dependency updates:
      • Logback 1.2.11 (from 1.2.3)

    Airbase 126

    • Fix the way locale information is passed to maven-surefire-plugin
    • Plugin downgrades:
      • Surefire 3.0.0-M5 (from 3.0.0-M6)

    Airbase 125

    • Checkstyle updates:
      • Allow using "extends" and "implements" in a Java comment.
    • Dependency update:
      • Jackson 2.13.3 (from 2.13.1)

    Airbase 124

    • Dependency updates:
      • Slice 0.42 (from 0.41)
    • Plugin updates:
      • Surefire 3.0.0-M6 (from 3.0.0-M5)

    Airbase 123

    • Add air.license.skip-existing-headers property
    • Dependency update:
      • Guava 31.1-jre (from 31.0.1-jre)
    • Plugin updates:
      • maven-dependency-plugin 3.3.0 (from 3.1.2)

    Airbase 122

    • Fix enabling check plugins unless air.check.skip-all is set.

    Airbase 121

    • Fix Surefire setup when JaCoCo is disabled

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies java 
    opened by dependabot[bot] 2
  • Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6

    Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6

    Bumps maven-release-plugin from 3.0.0-M5 to 3.0.0-M6.

    Commits
    • 166a16d [maven-release-plugin] prepare release maven-release-3.0.0-M6
    • 2f5dfc7 [MRELEASE-1096] migrate from Plexus to JSR-330/Sisu in tests/ITs
    • 281b680 [MRELEASE-1096] Many cleanups and updates
    • 9bf8fd2 [MRELEASE-1098] Drop o.a.m.shared.release.env.ReleaseEnvironment.getLocale()
    • 6d588fa [MRELEASE-1095] Upgrade Maven SCM to 1.13.0
    • 6f9c8b7 [MRELEASE-1097] rework plugin output to clarify goal's phases (#135)
    • ac65bef fix Jira project
    • d93128d formatting
    • 6da9fbe [MRELEASE-1079] restore test as it was before MRELEASE-998
    • e4abd0f Use class-based lookup
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies java 
    opened by dependabot[bot] 2
  • Bump jaxb-runtime from 3.0.2 to 4.0.0

    Bump jaxb-runtime from 3.0.2 to 4.0.0

    Bumps jaxb-runtime from 3.0.2 to 4.0.0.

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies java 
    opened by dependabot[bot] 2
  • Bump airbase from 124 to 125

    Bump airbase from 124 to 125

    Bumps airbase from 124 to 125.

    Changelog

    Sourced from airbase's changelog.

    Airbase 125

    • Checkstyle updates:
      • Allow using "extends" and "implements" in a Java comment.
    • Dependency update:
      • Jackson 2.13.3 (from 2.13.1)

    Airbase 124

    • Dependency updates:
      • Slice 0.42 (from 0.41)
    • Plugin updates:
      • Surefire 3.0.0-M6 (from 3.0.0-M5)

    Airbase 123

    • Add air.license.skip-existing-headers property
    • Dependency update:
      • Guava 31.1-jre (from 31.0.1-jre)
    • Plugin updates:
      • maven-dependency-plugin 3.3.0 (from 3.1.2)

    Airbase 122

    • Fix enabling check plugins unless air.check.skip-all is set.

    Airbase 121

    • Fix Surefire setup when JaCoCo is disabled

    Airbase 120

    • Add dependencies:
      • Modernizer annotations 2.3.0
    • Checkstyle updates:
      • Add LCURLY to WhitespaceAround to catch more whitespace issues
    • Dependency updates:
      • Guice 5.1.0 (from 5.0.1)
      • Joda-Time 2.10.13 (from 2.10.10)
    • Plugin updates:
      • update maven-compiler-plugin 3.9.0 (from 3.8.1)

    Airbase 119

    • Remove air.test.skip property. Use skipTests instead.

    Airbase 117

    • Add air.test.skip property for modules without tests
    • Remove test providers from Surefire plugin. If a module needs both

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies java 
    opened by dependabot[bot] 2
  • Bump docker/login-action from 1 to 2

    Bump docker/login-action from 1 to 2

    Bumps docker/login-action from 1 to 2.

    Release notes

    Sourced from docker/login-action's releases.

    v2.0.0

    • Node 16 as default runtime by @​crazy-max (#161)
      • This requires a minimum Actions Runner version of v2.285.0, which is by default available in GHES 3.4 or later.
    • chore: update dev dependencies and workflow by @​crazy-max (#170)
    • Bump @​actions/exec from 1.1.0 to 1.1.1 (#167)
    • Bump @​actions/io from 1.1.1 to 1.1.2 (#168)
    • Bump minimist from 1.2.5 to 1.2.6 (#176)
    • Bump https-proxy-agent from 5.0.0 to 5.0.1 (#182)

    Full Changelog: https://github.com/docker/login-action/compare/v1.14.1...v2.0.0

    v1.14.1

    • Revert to Node 12 as default runtime to fix issue for GHE users (#160)

    v1.14.0

    • Update to node 16 (#158)
    • Bump @​aws-sdk/client-ecr from 3.45.0 to 3.53.0 (#157)
    • Bump @​aws-sdk/client-ecr-public from 3.45.0 to 3.53.0 (#156)

    v1.13.0

    • Handle proxy settings for aws-sdk (#152)
    • Workload identity based authentication docs for GCR and GAR (#112)
    • Test login against ACR (#49)
    • Bump @​aws-sdk/client-ecr from 3.44.0 to 3.45.0 (#132)
    • Bump @​aws-sdk/client-ecr-public from 3.43.0 to 3.45.0 (#131)

    v1.12.0

    • ECR: only set credentials if username and password are specified (#128)
    • Refactor to use aws-sdk v3 (#128)

    v1.11.0

    • ECR: switch implementation to use the AWS SDK (#126)
    • ecr input to specify whether the given registry is ECR (#123)
    • Test against Windows runner (#126)
    • Update instructions for Google registry (#127)
    • Update dev workflow (#111)
    • Small changes for GHCR doc (#86)
    • Update dev dependencies (#85)
    • Bump ansi-regex from 5.0.0 to 5.0.1 (#101)
    • Bump tmpl from 1.0.4 to 1.0.5 (#100)
    • Bump @​actions/core from 1.4.0 to 1.6.0 (#94 #103)
    • Bump codecov/codecov-action from 1 to 2 (#88)
    • Bump hosted-git-info from 2.8.8 to 2.8.9 (#83)
    • Bump node-notifier from 8.0.0 to 8.0.2 (#82)
    • Bump ws from 7.3.1 to 7.5.0 (#81)
    • Bump lodash from 4.17.20 to 4.17.21 (#80)
    • Bump y18n from 4.0.0 to 4.0.3 (#79)

    v1.10.0

    • GitHub Packages Docker Registry deprecated (#78)

    ... (truncated)

    Commits
    • 49ed152 Merge pull request #161 from crazy-max/node16-runtime
    • b61a9ce Node 16 as default runtime
    • 3a136a8 Merge pull request #182 from docker/dependabot/npm_and_yarn/https-proxy-agent...
    • b312880 Update generated content
    • 795794e Bump https-proxy-agent from 5.0.0 to 5.0.1
    • 1edf618 Merge pull request #179 from docker/dependabot/github_actions/codecov/codecov...
    • 8e66ad4 Bump codecov/codecov-action from 2 to 3
    • 7c79b59 Merge pull request #176 from docker/dependabot/npm_and_yarn/minimist-1.2.6
    • 24a38e0 Bump minimist from 1.2.5 to 1.2.6
    • 70e1ff8 Merge pull request #170 from crazy-max/eslint
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 2
  • Bump software.amazon.awssdk:bom from 2.18.10 to 2.19.8

    Bump software.amazon.awssdk:bom from 2.18.10 to 2.19.8

    Bumps software.amazon.awssdk:bom from 2.18.10 to 2.19.8.

    Commits
    • 0e272b0 Merge pull request #2311 from aws/staging/b1084206-022c-4927-af2f-1a6cc8d3dd5a
    • e8e9b6a Release 2.19.8. Updated CHANGELOG.md, README.md and all pom.xml.
    • 4dc60b1 Updated endpoints.json and partitions.json.
    • 609fafa AWS IoT FleetWise Update: Update documentation - correct the epoch constant v...
    • 54e7f93 Amazon CloudFront Update: Extend response headers policy to support removing ...
    • d139aed Update to next snapshot version: 2.19.8-SNAPSHOT
    • 0d1bbf2 Merge pull request #2308 from aws/staging/6970c3d2-e8f7-4eba-a824-52eb784be2bf
    • 3a07c5a Release 2.19.7. Updated CHANGELOG.md, README.md and all pom.xml.
    • de1e9de Updated endpoints.json and partitions.json.
    • 5c8ac84 AWS Secrets Manager Update: Added owning service filter, include planned dele...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies java 
    opened by dependabot[bot] 0
  • Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7

    Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7

    Bumps maven-release-plugin from 3.0.0-M6 to 3.0.0-M7.

    Commits
    • b86c5f2 [maven-release-plugin] prepare release maven-release-3.0.0-M7
    • 0615a4c [MRELEASE-1072] Reuse original tag for next development version in case trans...
    • 951aba3 [MRELEASE-1108] Upgrade Maven SCM to 2.0.0-M3
    • b1840a4 [MRELEASE-1107] Respect "lineSeparator" also on "mvn release:prepare"
    • 83deb62 [MRELEASE-1104] fix stage goal when having both arguments and stagingRepository
    • bce380b Bump mrm-maven-plugin from 1.3.0 to 1.4.1 (#142)
    • e15e7d7 [MRELEASE-1094] Clean up dependencies
    • cc7d3b6 [MRELEASE-1099] Use shallow checkout/clone during release:perform
    • a197ada [MRELEASE-1100] Upgrade Maven SCM to 2.0.0-M2
    • 3163f27 [maven-release-plugin] prepare for next development iteration
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies java 
    opened by dependabot[bot] 0
  • Bump maven-shade-plugin from 3.3.0 to 3.4.1

    Bump maven-shade-plugin from 3.3.0 to 3.4.1

    Bumps maven-shade-plugin from 3.3.0 to 3.4.1.

    Commits
    • fbbec08 [maven-release-plugin] prepare release maven-shade-plugin-3.4.1
    • 7078d92 [MSHADE-413] Fix endless loop caused by manipulating shared objects (#124)
    • 0945bcb [MSHADE-417] Fix null bytes appended to small files (#160)
    • 41bd72f [MSHADE-366] "Access denied" during 'minimizeJar' (#161)
    • e342059 [MSHADE-432] Duplicate services entries can be generated (#159)
    • 7603e57 Bump asmVersion from 9.3 to 9.4 (#156)
    • 5e955d8 Bump maven-dependency-tree from 3.0.1 to 3.2.0 (#148)
    • 5f45ecf [MSHADE-431] Use a caching output stream (#158)
    • 31d3506 Bump plexus-utils from 3.3.0 to 3.4.2 (#139)
    • b039731 [MSHADE-430] Remove usage of deprecated ModelBase#getReports()
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies java 
    opened by dependabot[bot] 0
  • Bump maven-deploy-plugin from 3.0.0-M2 to 3.0.0

    Bump maven-deploy-plugin from 3.0.0-M2 to 3.0.0

    Bumps maven-deploy-plugin from 3.0.0-M2 to 3.0.0.

    Commits
    • b905235 [maven-release-plugin] prepare release maven-deploy-plugin-3.0.0
    • 16541da [MDEPLOY-296] Streamline plugin (#26)
    • 89c28fb [MDEPLOY-193] Deploy At End feature (no extension) (#20)
    • dd39f5d (doc) Update Fluido Skin to 1.10.0
    • d4bdd05 (doc) drop obsolete Google tracking code
    • 6eb066e [MDEPLOY-291] Update POM parent and Maven (#22)
    • 36a2030 Use Shared GitHub Actions
    • 9929303 [maven-release-plugin] prepare for next development iteration
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies java 
    opened by dependabot[bot] 0
  • Bump assertj-core from 3.21.0 to 3.23.1

    Bump assertj-core from 3.21.0 to 3.23.1

    Bumps assertj-core from 3.21.0 to 3.23.1.

    Commits
    • 0256688 [maven-release-plugin] prepare release assertj-core-3.23.1
    • 6529933 Downgrade junit-jupiter from 5.9.0-M1 to 5.8.2
    • d9cd2da [maven-release-plugin] prepare for next development iteration
    • 6f19754 [maven-release-plugin] prepare release assertj-core-3.23.0
    • c592c18 Expose ComparisonStrategy::areEqual in AbstractAssert (#2633)
    • 69c66a9 Bump maven-invoker-plugin from 3.2.2 to 3.3.0 (#2636)
    • 795f527 Fix test
    • b444606 Bump hibernate-core from 6.0.1.Final to 6.0.2.Final (#2626)
    • 7932411 Fix typos in Javadoc of ObjectEnumerableAssert (#2624)
    • b746e6a [mvn] Update maven wrapper to 3.1.1 (#2622)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies java 
    opened by dependabot[bot] 0
  • Consinder mapping `InstanceState` to a `VARCHAR` instead of a `MAP`

    Consinder mapping `InstanceState` to a `VARCHAR` instead of a `MAP`

    InstanceState has two properties, Code and Name. Because this column is updatable (to stop the instance), it would be easier to use basic types. So the state column should be a VARCHAR and state_code might be a separate column or might be dropped altogether.

    enhancement 
    opened by nineinchnick 0
Releases(v0.31)
Owner
Jan Waś
Jan Waś
Ultra-fast SQL-like queries on Java collections

CQEngine - Collection Query Engine CQEngine – Collection Query Engine – is a high-performance Java collection which can be searched with SQL-like quer

Niall Gallagher 1.6k Dec 30, 2022
An open source, modular alternative of sketchware. Create your own app in android using block programming like scratch!

OpenBlocks An open source, modular alternative of sketchware. Create your own app in android using block programming like scratch! What is OpenBlocks?

OpenBlocks 30 Dec 16, 2022
JPassport works like Java Native Access (JNA) but uses the Foreign Linker API instead of JNI. Similar to JNA, you declare a Java interface that is bound to the external C library using method names.

JPassport works like Java Native Access (JNA) but uses the Foreign Linker API instead of JNI. Similar to JNA, you declare a Java interface t

null 28 Dec 30, 2022
FundurASM - A Assembly-like language interpreter

FundurASM - A Assembly-like language interpreter This interpreter was written by LordBurtz Licensed under GPLv2, all rights reserved Running it Downlo

null 2 Jan 31, 2022
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)

Trino is a fast distributed SQL query engine for big data analytics. See the User Manual for deployment instructions and end user documentation. Devel

Trino 6.9k Dec 31, 2022
Flink CDC Connectors is a set of source connectors for Apache Flink

Flink CDC Connectors is a set of source connectors for Apache Flink, ingesting changes from different databases using change data capture (CDC). The Flink CDC Connectors integrates Debezium as the engine to capture data changes.

null 6 Mar 23, 2022
Quarkus JAX-RS App Deployed as AWS Lambda with AWS CDK

MicroProfile with Quarkus as AWS Lambda Function deployed with Cloud Development Kit (CDK) v2 for Java A lean starting point for building, testing and

Adam Bien 30 Dec 15, 2022
AWS JSON TRANSLATOR CLI is a command line application to translate JSON files using AWS Translate

A command line tool to translate JSON files using AWS Translate.

Marc Guillem 0 May 30, 2022
Spring Boot microservices app with Spring Cloud, Robust and resilient backend managing e-Commerce app

e-Commerce-boot μServices Important Note: This project's new milestone is to move The whole system to work on Kubernetes, so stay tuned. Introduction

Selim Horri 65 Dec 23, 2022
Android Resource Manager application to manage and analysis your app resources with many features like image resize, Color, Dimens and code Analysis

AndroidResourceManager Cross-Platform tools to manage your resources as an Android Developer, AndroidResourceManager - ARM provide five main services

Amr Hesham 26 Nov 16, 2022
Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

Testcontainers Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium we

null 6.7k Jan 9, 2023
Let Fixture Monkey generate test instances including edge cases automatically

Fixture Monkey is designed to generate controllable arbitrary instances easily. It allows you to reuse same configurations of the instances in several tests.

NAVER 247 Jan 9, 2023
Trino UDFs Plugin to encrypt/decrypt values with a password

trino-encrypt-udfs Example of Trino UDFs Plugin to encrypt and decrypt values with a password. Introduction In Trino you can create new Plugins by imp

Victor Coustenoble 10 Dec 13, 2022
Flink/Spark Connectors for Apache Doris(Incubating)

Apache Doris (incubating) Connectors The repository contains connectors for Apache Doris (incubating) Flink Doris Connector More information about com

The Apache Software Foundation 30 Dec 7, 2022
Flink/Spark Connectors for Apache Doris

Flink/Spark Connectors for Apache Doris

The Apache Software Foundation 30 Dec 7, 2022
A sidecar to run alongside Trino to gather metrics using the JMX connector and expose them in different formats using Apache velocity

Overview A sidecar to run alongside Trino to gather metrics using the JMX connector and expose them in different formats using Apache Velocity. Click

BlueCat Engineering 4 Nov 18, 2021
AWS Service registry for resilient mid-tier load balancing and failover.

Eureka Eureka is a REST (Representational State Transfer) based service that is primarily used in the AWS cloud for locating services for the purpose

Netflix, Inc. 11.6k Dec 30, 2022
backend for a sharing app using SpringBoot, Redis, MySQL, and AWS S3.

moments_v2_backend (Work In Progress) backend for a sharing app using SpringBoot, Redis, MySQL, and AWS S3. This is the second version of my project S

Haiming Sun 53 Dec 26, 2022
AWS Lambda Performance comparison

aws-lambda-runtimes-performance AWS Lambda Performance comparison The full analyze is here https://filia-aleks.medium.com/benchmarking-all-aws-lambda-

Aleksandr Filichkin 87 Dec 11, 2022