Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix feature tracing 1.10 springboot 3.1.x #75

Open
wants to merge 41 commits into
base: v1.10.0
Choose a base branch
from

Commits on Sep 20, 2023

  1. Merge commit 'b390ebe579bd0b003e5d9ff20629b4ad3c341e1d' into flision/…

    …v1.7.0
    
    * commit 'b390ebe579bd0b003e5d9ff20629b4ad3c341e1d':
      Adapt pilot routing interception and delete redundant slashes.
    witcom committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ebd883d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    b301d70 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into flision/v1.7.0

    * main:
    witcom committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    95df8f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8a40b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0850908 View commit details
    Browse the repository at this point in the history
  5. feat: 为publishWithReply提供配置选项.

    feat: 支持beforePublishHook, afterPublishHook回调.
    feat: publishWithReply提供CompletableFuture支持.
    witcom committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    9d392c5 View commit details
    Browse the repository at this point in the history
  6. fix: MqttGatewayPublish#publish() log.debug 未判定isDebugEnable

    feat: add remark on ServicesPublish
    witcom committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    163f08a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. fix: SdkManager改接口,由客户实现gateway管理策略

    feat: 提供LocalCacheSDKManager默认实现
    witcom committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a79449a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52ec346 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e92736 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97c4d3f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    9627b13 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    89c3433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d9d0cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f38be0 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    3753374 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. fix: 修复一些npe问题

    witcom committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    07b0fd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    c5e0961 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. fix: mark an bug

    witcom committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    6f2fd1e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    1772588 View commit details
    Browse the repository at this point in the history
  2. fix: * bug: Cannot deserialize value of type `com.dji.sdk.cloudapi.wa…

    …yline.FlighttaskBreakReasonEnum` from number 1281: index value outside legal index range [0..-1]
    witcom committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9efb6d8 View commit details
    Browse the repository at this point in the history
  3. bug report: some AliOss object need to close manually. otherwise will…

    … hang up main thread to wait available connection.
    witcom committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    5c80307 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Merge branch 'v1.8.0'

    DJIsean committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7bb8816 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'tr-upstream-1.7' into tr-up-1.8

    * tr-upstream-1.7:
      bug report:  some AliOss object need to close manually. otherwise will hang up main thread to wait available connection.
      fix:      * bug: Cannot deserialize value of type `com.dji.sdk.cloudapi.wayline.FlighttaskBreakReasonEnum` from number 1281: index value outside legal index range [0..-1]
      fix: Cannot construct instance of `com.dji.sdk.cloudapi.device.CameraModeEnum`
      fix: mark an bug
      fix: RemoteDebugSteoKeyEnum添加Unknown值
      fix: 修复一些npe问题
      fix: 简化SDKManager所需实现接口
      fix: 取消FlyToPoint, TakeoffToPoint flightId规则限制
      feat: PropertySetPublish 新增CompletableFuture支持方法
      fix: 修复flow.transform不能返回null导致产生大量日志的问题
      fix: 修复设备未注册前设备推送state导致产生大量日志的问题
      fix: 调整publish hook参数使客户看到更多信息
      feat: 使栅栏标识可由用户自定义标识生成
      feat: 新增全局发送默认设置接口
      fix: SdkManager改接口,由客户实现gateway管理策略 feat: 提供LocalCacheSDKManager默认实现
      fix: MqttGatewayPublish#publish() log.debug 未判定isDebugEnable feat: add remark on ServicesPublish
      feat: 为publishWithReply提供配置选项. feat: 支持beforePublishHook, afterPublishHook回调. feat: publishWithReply提供CompletableFuture支持.
      fix: OsdRouter在设备未注册的情况下报osd时产生大量日志
      fix: 修复未启动debug时仍然需要构造debug参数的问题
      fix: flightId是应用层提供的,应用层有自己的id构建规则,如果不是设备原因必须指定格式,最好就不要控制flightId的格式了
    
    # Conflicts:
    #	src/main/java/com/dji/sdk/cloudapi/device/api/AbstractDeviceService.java
    #	src/main/java/com/dji/sdk/cloudapi/wayline/FlighttaskBreakPoint.java
    #	src/main/java/com/dji/sdk/mqtt/osd/OsdRouter.java
    #	src/main/java/com/dji/sdk/mqtt/state/StateRouter.java
    witcom committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d321241 View commit details
    Browse the repository at this point in the history
  3. upd: update spring boot to 3.x

    witcom committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    16dc6db View commit details
    Browse the repository at this point in the history
  4. upd: update pom.xml

    witcom committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d7c3dbc View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. fix: Cannot construct instance of `com.dji.sdk.cloudapi.device.DockLi…

    …veErrorStatus`, problem: com.dji.sdk.common.ErrorCodeSourceEnum has unknown data: [0]
    witcom committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    438a163 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    79a9706 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge branch 'v1.9.0'

    DJIsean committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    9b6bfb8 View commit details
    Browse the repository at this point in the history
  2. readme修改版本号

    DJIsean committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c196f70 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Merge branch 'main' into tr-1.9-boot3.1.x

    * main:
      readme修改版本号
      What's new?         1. 拆分Cloud SDK,单独打包,在sample 项目中通过包的形式引入Cloud SDK。         2. 增加webrtc 功能示例,将直播配置数据放在后端。         3. 增加自定义飞行区功能示例。         4. 在Cloud SDK 中补齐所有开放的协议。
    
    # Conflicts:
    #	cloud-sdk/src/main/java/com/dji/sdk/cloudapi/control/FlyToPointRequest.java
    #	cloud-sdk/src/main/java/com/dji/sdk/cloudapi/control/TakeoffToPointRequest.java
    #	cloud-sdk/src/main/java/com/dji/sdk/cloudapi/device/DroneModeCodeEnum.java
    #	cloud-sdk/src/main/java/com/dji/sdk/cloudapi/livestream/LiveStartPushRequest.java
    #	cloud-sdk/src/main/java/com/dji/sdk/cloudapi/media/UploadFlighttaskMediaPrioritize.java
    #	cloud-sdk/src/main/java/com/dji/sdk/cloudapi/wayline/FlighttaskExecuteRequest.java
    #	cloud-sdk/src/main/java/com/dji/sdk/cloudapi/wayline/FlighttaskPrepareRequest.java
    #	cloud-sdk/src/main/java/com/dji/sdk/cloudapi/wayline/FlighttaskUndoRequest.java
    #	cloud-sdk/src/main/java/com/dji/sdk/cloudapi/wayline/GetWaylineListRequest.java
    #	cloud-sdk/src/main/java/com/dji/sdk/common/JDKLockBarrierImpl.java
    #	cloud-sdk/src/main/java/com/dji/sdk/common/LocalCacheSDKManager.java
    #	cloud-sdk/src/main/java/com/dji/sdk/common/PublishBarrier.java
    #	cloud-sdk/src/main/java/com/dji/sdk/common/PublishBarrierResult.java
    #	cloud-sdk/src/main/java/com/dji/sdk/common/PublishConfiguration.java
    #	cloud-sdk/src/main/java/com/dji/sdk/common/PublishOption.java
    #	cloud-sdk/src/main/java/com/dji/sdk/common/PublishRequest.java
    #	cloud-sdk/src/main/java/com/dji/sdk/common/PublishResult.java
    #	cloud-sdk/src/main/java/com/dji/sdk/common/ReadonlyPublishConfiguration.java
    #	cloud-sdk/src/main/java/com/dji/sdk/config/DefaultBeanConfiguration.java
    #	cloud-sdk/src/main/java/com/dji/sdk/mqtt/ChanBarrierAdapter.java
    #	cloud-sdk/src/main/java/com/dji/sdk/mqtt/FlowTransformWrapper.java
    #	cloud-sdk/src/main/java/com/dji/sdk/mqtt/GlobalPublishOption.java
    #	cloud-sdk/src/main/java/com/dji/sdk/mqtt/MqttGatewayPublish.java
    #	cloud-sdk/src/main/java/com/dji/sdk/mqtt/state/StateRouter.java
    #	pom.xml
    #	src/main/java/com/dji/sdk/cloudapi/wayline/ExecutionStepEnum.java
    witcom committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d24c863 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. fix: SpelEvaluationException: EL1004E: Method call: Method returnHome…

    …Info(com.dji.sdk.mqtt.events.TopicEventsRequest,org.springframework.messaging.MessageHeaders) cannot be found on type xxx
    witcom committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e5954ec View commit details
    Browse the repository at this point in the history
  2. fix: SpelEvaluationException: EL1004E: Method call: Method offlineMap…

    …SyncProgress(com.dji.sdk.mqtt.events.TopicEventsRequest,org.springframework.messaging.MessageHeaders) cannot be found on type
    witcom committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8fdc613 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Merge remote-tracking branch 'origin/v1.10.0'

    # Conflicts:
    #	README.md
    dji-huidong committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    a1c9b03 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    90b2f9f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into tr-1.10-boot3.1.x

    * main:
      更新readme
      自动以飞行区功能适配EA220
    witcom committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    fd02a2f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    85fc4d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77f925c View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    771f78d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. feat: 新增psdk相关api

    witcom committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ea704db View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    b25556a View commit details
    Browse the repository at this point in the history