-
Notifications
You must be signed in to change notification settings - Fork 13
include spi artifacts in this repo. #15
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
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
81d93e2
update repo to include spi artifact
kaibocai 3c0f4ab
update code owner
kaibocai 26094ad
remove core lib pipeline files
kaibocai a4b86c0
remove parent project src folder
kaibocai 8c0c2e9
update readme - update pipeline
kaibocai a6af748
add CHANGELOG.md & pull request template file
kaibocai a036cbb
update pipeline
kaibocai 5f770dd
update CI point to test branch from worker
kaibocai cbe5dc9
refactor code
kaibocai fe7ec89
update README.md
kaibocai bc5c2a3
update repo name to azure-functions-java-additions
kaibocai e6ed9b9
minor updates
kaibocai e7abd60
resolve final comments
kaibocai 1b8cb3e
change back to dev branch in pipeline tests
kaibocai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| <!-- Please provide all the information below. --> | ||
|
|
||
| ### Issue describing the changes in this PR | ||
|
|
||
| resolves #issue_for_this_pr | ||
|
|
||
| ### Pull request checklist | ||
|
|
||
| * [ ] My changes **do not** require documentation changes | ||
| * [ ] Otherwise: Documentation issue linked to PR | ||
| * [ ] My changes are added to the `CHANGELOG.md` | ||
| * [ ] I have added all required tests (Unit tests, E2E tests) | ||
|
|
||
| <!-- Optional: delete if not applicable --> | ||
| ### Additional information | ||
|
|
||
| Additional PR information |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| ## azure-functions-java-spi_1.0.0 | ||
|
|
||
| ### New | ||
| * to be update | ||
|
|
||
| ### Updates | ||
| * to be update | ||
|
|
||
| ### Breaking changes | ||
| * to be update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
|  | ||
|
|
||
| # Core library for Azure Java Functions | ||
| This repo contains core library for building Azure Java Functions. `azure-functions-java-core-library` contains base class for building Azure Java Functions. | ||
| However, you don't need to include `azure-functions-java-core-library` as a dependency when you build your function app, because it comes with [azure-functions-java-library](https://github.com/Azure/azure-functions-java-library) | ||
| which has a transitive dependency on `azure-functions-java-core-library` | ||
|
|
||
| For more information about Azure Java Functions please visit the [complete documentation of Azure Functions - Java Developer Guide](https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-java). | ||
|
|
||
| ## azure-functions-maven plugin | ||
| [How to use azure-functions-maven plugin to create, update, deploy and test azure java functions](https://docs.microsoft.com/en-us/java/api/overview/azure/maven/azure-functions-maven-plugin/readme?view=azure-java-stable) | ||
|
|
||
| ## Prerequisites | ||
|
|
||
| * Java 8 | ||
|
|
||
| ## Summary | ||
|
|
||
| [Azure Functions Summary](https://github.com/Azure/azure-functions-java-library#summary) | ||
|
|
||
| ### Sample | ||
|
|
||
| For samples of Azure function in Java please refer to [Azure Function Java Samples](https://github.com/Azure/azure-functions-java-library#sample) | ||
| and [Azure Functions Java Samples Repository](https://github.com/Azure-Samples/azure-functions-samples-java) | ||
|
|
||
| ### License | ||
|
|
||
| This project is under the benevolent umbrella of the [.NET Foundation](http://www.dotnetfoundation.org/) and is licensed under [the MIT License](LICENSE.txt) | ||
|
|
||
| This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.