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

TEC-7834 Release version 1.0.2 to Maven Central #51

Merged
merged 17 commits into from Jul 23, 2019
Merged

TEC-7834 Release version 1.0.2 to Maven Central #51

merged 17 commits into from Jul 23, 2019

Conversation

diepjy
Copy link
Contributor

@diepjy diepjy commented Jul 23, 2019

Description of Changes

  • See ChangeLog - merging DEV into Master for release v1.0.2.

Documentation

Not Applicable

Risks & Impacts

  • Maven release of 1.0.2. The version 1.0.2-SNAPSHOT has been used in production without known issues.

Testing

  • The version 1.0.2-SNAPSHOT has been used in production without known issues.

MarcFletcher and others added 17 commits April 2, 2019 10:49
* TEC-7241 Added the maven release badge and updated the include information.

* TEC-7241 Removed the specific snapshot version so that we don't forget to update it.

* TEC-7241 Moved initial version check into a bash script.

* TEC-7241 Source the external script to preserve the enviornment variable.

* TEC-7241 Different source syntax.

* TEC-7241 Removed safe mode as travis does not support this.

* TEC-7241 Moved remaining bash portions to scripts.

* TEC-7241 Add script back to yaml list.

* TEC-7241 Removed whitespace.

* TEC-7241 Clarified the PR title in the log output.

* TEC-7241 Output debug data if we fail to get the PR title.

* TEC-7241 Removed the title validation as it was not reliable given Githubs rate limits.
* TEC-7520: from overviewPhotov2 to overviewPhotoV2

* TEC-7520: unit test
* TEC-7375: using the @EqualsAndHashCode to generate the equals and hashcode method for TargetAudience

* TEC-7375: extra unit tests

* TEC-7375: use the correct object to call hashCode.
* TEC-7362:  toString methods for Address and Locale

* TEC-7362: new constructor for URN with URNEntity

* Update src/main/java/com/echobox/api/linkedin/types/urn/URN.java

Co-Authored-By: Edd Spencer <eddspencer@gmail.com>
…unt field (#45)

* TEC-7360: make public TotalShareStatistics and uniqueImpressionsCount

* TEC-7360: extend unit test
…Params (#47)

* TEC-7360: make public TotalShareStatistics and uniqueImpressionsCount

* TEC-7360: extend unit test

* TEC-7360: add a null check for method ConnectionBaseV2.addTimeIntervalToParams
* TEC-7801: add UGCPOST URNEntityType

* TEC-7801: revert version

* TEC-7801: use name in urnEntity type

* TEC-7801: use name in urnEntity type
* TEC-7834 Update changeLog

* TEC-7834: minor fix for versions

* TEC-7834 Add previous releases to ChangeLog
@MarcFletcher MarcFletcher merged commit 7754184 into master Jul 23, 2019
eddspencer pushed a commit that referenced this pull request Sep 20, 2019
* TEC-7115 Release SDK versions to maven central (#33) (#34)

* TEC-7115 Updated the travis.yml file and cleaned up commit issues due the travis issues in the past few days. Updated the CONTRIBUTING and README docs.

* TEC-7115 Changed the maven version retrievel method and disabled the PR title check as it's not stable for some reason.

* TEC-7834 Release version 1.0.2 to Maven Central (#51)

* TEC-7115 Dev version bump after release.

* TEC-7241 Linked-In SDK Cleanup (#36)

* TEC-7241 Added the maven release badge and updated the include information.

* TEC-7241 Removed the specific snapshot version so that we don't forget to update it.

* TEC-7241 Moved initial version check into a bash script.

* TEC-7241 Source the external script to preserve the enviornment variable.

* TEC-7241 Different source syntax.

* TEC-7241 Removed safe mode as travis does not support this.

* TEC-7241 Moved remaining bash portions to scripts.

* TEC-7241 Add script back to yaml list.

* TEC-7241 Removed whitespace.

* TEC-7241 Clarified the PR title in the log output.

* TEC-7241 Output debug data if we fail to get the PR title.

* TEC-7241 Removed the title validation as it was not reliable given Githubs rate limits.

* TEC-7379 Update typo from UCG to UGC (#37)

* TEC-7363 override toString for DebugHeaderInfo, fix typo (#38)

* TEC-7349 Ensure URN has no arg constructor (#39)

* TEC-7520 from overviewPhotov2 to overviewPhotoV2 (#40)

* TEC-7520: from overviewPhotov2 to overviewPhotoV2

* TEC-7520: unit test

* TEC-7539 Add whitelist to base branch builds (to avoid PRs being built twice).

* TEC-7351 Update RichMediaConnection to allow byte array (#41)

* TEC-7375 Equals and Hash methods for TargeAudience (#42)

* TEC-7375: using the @EqualsAndHashCode to generate the equals and hashcode method for TargetAudience

* TEC-7375: extra unit tests

* TEC-7375: use the correct object to call hashCode.

* TEC-7375: setters and serializable for target audience and member classes. (#43)

* TEC-7362  LinkedIn Social Data Cache (#44)

* TEC-7362:  toString methods for Address and Locale

* TEC-7362: new constructor for URN with URNEntity

* Update src/main/java/com/echobox/api/linkedin/types/urn/URN.java

Co-Authored-By: Edd Spencer <eddspencer@gmail.com>

* TEC-7345 Make OrganizationalTarget public (#46)

* TEC-7360 Make public TotalShareStatistics and add uniqueImpressionsCount field (#45)

* TEC-7360: make public TotalShareStatistics and uniqueImpressionsCount

* TEC-7360: extend unit test

* TEC-7360 Add null check for method ConnectionBaseV2 addTimeIntervalToParams (#47)

* TEC-7360: make public TotalShareStatistics and uniqueImpressionsCount

* TEC-7360: extend unit test

* TEC-7360: add a null check for method ConnectionBaseV2.addTimeIntervalToParams

* TEC-7650: extending cropped images to get the url (#48)

* TEC-7801 Add UGCPOST URNEntityType (#49)

* TEC-7801: add UGCPOST URNEntityType

* TEC-7801: revert version

* TEC-7801: use name in urnEntity type

* TEC-7801: use name in urnEntity type

* TEC-7834 Update changeLog (#50)

* TEC-7834 Update changeLog

* TEC-7834: minor fix for versions

* TEC-7834 Add previous releases to ChangeLog

* add comments to main.echobox.api.linkedin.client

* add comments to linkedin.client

* add comments to linkedin.connection

* add comments to linkedin.exception and linkedin.types.assets

* add comments to linkedin.types

* add comments to linkedin.jsonmapper

* edit checkstyle to check for package private methods and variables

* edit code style

* TEC-7957 Add LinkedIn annotation type as `@link` in javadoc
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.

None yet

4 participants