Skip to content

Merge to Main for 2.3.0 release#91

Merged
kevinlind merged 12 commits intomainfrom
staging
Sep 1, 2023
Merged

Merge to Main for 2.3.0 release#91
kevinlind merged 12 commits intomainfrom
staging

Conversation

@kevinlind
Copy link
Copy Markdown
Contributor

Description

Merge Main for v2.3.0 release:

  • Adds ability to request a "completion" event when making an experience event request. The content complete event is dispatched after the request connection is closed.
  • Sets Core dependency to 2.4.0
  • Fix lint warnings in Gradle files

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

kevinlind and others added 12 commits August 16, 2023 18:09
* Fix deprecated use of

* Fix Groovy warnings in build files
* Send 'complete' event after all response handles are recieved when requested

* Update event source variable names to match source name 'CONTENT_COMPLETE'

* Reword method description for sendCompletionRequested

* Add more tests to bump coverage numbers

* Add Content Complete event to event-reference documentation

* Update event-reference with sendCompletion property and response content definition.

* Capitalize 'Defined' in table for completion event description
Add content complete event to toc, update response content description
Merge to Staging for v2.3.0 release
Using 'asNode()' gives warning about implicit null value, however passing 'asNode(null)' fails to build publish step.
Revert 'asNode(null)' to 'asNode()'.
Merge to Staging for 2.3.0 Gradle fix for publish
* Set Core dependency to 2.4.0

* Replace hardcoded event source with EventSource.CONTENT_COMPLETE

* Fix failing deep copy test after Core changes to ignore invalid objects.
Merge to Staging for 2.4.0 release, updates Core dependency to 2.4.0
@kevinlind kevinlind merged commit 1718d25 into main Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants