-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include spi artifacts in this repo. (#15)
* update repo to include spi artifact * update code owner * remove core lib pipeline files * remove parent project src folder * update readme - update pipeline * add CHANGELOG.md & pull request template file * update pipeline * update CI point to test branch from worker * refactor code * update README.md * update repo name to azure-functions-java-additions * minor updates * resolve final comments * change back to dev branch in pipeline tests
- Loading branch information
Showing
28 changed files
with
350 additions
and
352 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 @@ | ||
![Azure Functions Logo](https://raw.githubusercontent.com/Azure/azure-functions-cli/master/src/Azure.Functions.Cli/npm/assets/azure-functions-logo-color-raster.png) | ||
|
||
# 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 [[email protected]](mailto:[email protected]) with any additional questions or comments. |
Oops, something went wrong.