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

Feat/sharepoint #51

Merged
merged 1 commit into from
Nov 26, 2021
Merged

Conversation

laurentleseigneur
Copy link
Contributor

feat(document): add support for binary body content

  • update definition to 1.3.1
  • change body param type from String to Serializable
  • add support for document (Bonita version) using byte array as payload
  • add application/octet-stream content type for PUT and POST
  • add spotless maven plugin to fix formatting issues between IDEs
  • fix gihub action in order to make then working on forked repo, skip steps with required secrets (SONAR)
  • add maven cache support

@laurentleseigneur
Copy link
Contributor Author

@rbioteau can you review this please ? thanks

@laurentleseigneur
Copy link
Contributor Author

need to update sonar skip condition, or is it just that PR from fork don't share GH secrets ?

pom.xml Outdated Show resolved Hide resolved
.github/workflows/build.yml Show resolved Hide resolved
.github/workflows/commit-message-check.yml Outdated Show resolved Hide resolved
src/main/resources-filtered/rest-put.def Outdated Show resolved Hide resolved
* update definition to 1.3.1
* change body param type from String to Serializable
* add support for document (Bonita version) using byte array as payload
* add application/octet-stream content type for PUT and POST
* fix gihub action in order to make then working on forked repo, skip steps with required secrets (SONAR)
* add maven cache support
@rbioteau rbioteau merged commit 429f53f into bonitasoft:master Nov 26, 2021
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