Skip to content

Commit 8cc1958

Browse files
committed
java draft implementation
1 parent 46e75e1 commit 8cc1958

File tree

148 files changed

+10096
-8099
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+10096
-8099
lines changed

.devcontainer/Dockerfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG VARIANT=bullseye
2-
FROM --platform=amd64 mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT}
3-
RUN export DEBIAN_FRONTEND=noninteractive \
4-
&& apt-get update && apt-get install -y xdg-utils \
5-
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*
6-
RUN curl -fsSL https://aka.ms/install-azd.sh | bash
1+
ARG VARIANT=bullseye
2+
FROM --platform=amd64 mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT}
3+
RUN export DEBIAN_FRONTEND=noninteractive \
4+
&& apt-get update && apt-get install -y xdg-utils \
5+
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*
6+
RUN curl -fsSL https://aka.ms/install-azd.sh | bash

.devcontainer/devcontainer.json

+36-36
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
{
2-
"name": "Azure Developer CLI",
3-
"build": {
4-
"dockerfile": "Dockerfile",
5-
"args": {
6-
"VARIANT": "bullseye"
7-
}
8-
},
9-
"features": {
10-
"ghcr.io/devcontainers/features/python:1": {
11-
"version": "os-provided"
12-
},
13-
"ghcr.io/devcontainers/features/node:1": {
14-
"version": "16",
15-
"nodeGypDependencies": false
16-
},
17-
"ghcr.io/devcontainers/features/powershell:1.1.0": {},
18-
"ghcr.io/devcontainers/features/azure-cli:1.0.8": {}
19-
},
20-
"customizations": {
21-
"vscode": {
22-
"extensions": [
23-
"ms-azuretools.azure-dev",
24-
"ms-azuretools.vscode-bicep",
25-
"ms-python.python"
26-
]
27-
}
28-
},
29-
"forwardPorts": [
30-
5000
31-
],
32-
"postCreateCommand": "",
33-
"remoteUser": "vscode",
34-
"hostRequirements": {
35-
"memory": "8gb"
36-
}
1+
{
2+
"name": "Azure Developer CLI",
3+
"build": {
4+
"dockerfile": "Dockerfile",
5+
"args": {
6+
"VARIANT": "bullseye"
7+
}
8+
},
9+
"features": {
10+
"ghcr.io/devcontainers/features/python:1": {
11+
"version": "os-provided"
12+
},
13+
"ghcr.io/devcontainers/features/node:1": {
14+
"version": "16",
15+
"nodeGypDependencies": false
16+
},
17+
"ghcr.io/devcontainers/features/powershell:1.1.0": {},
18+
"ghcr.io/devcontainers/features/azure-cli:1.0.8": {}
19+
},
20+
"customizations": {
21+
"vscode": {
22+
"extensions": [
23+
"ms-azuretools.azure-dev",
24+
"ms-azuretools.vscode-bicep",
25+
"ms-python.python"
26+
]
27+
}
28+
},
29+
"forwardPorts": [
30+
5000
31+
],
32+
"postCreateCommand": "",
33+
"remoteUser": "vscode",
34+
"hostRequirements": {
35+
"memory": "8gb"
36+
}
3737
}

.github/CODE_OF_CONDUCT.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Microsoft Open Source Code of Conduct
2-
3-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4-
5-
Resources:
6-
7-
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
8-
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
9-
- Contact [[email protected]](mailto:[email protected]) with questions or concerns
1+
# Microsoft Open Source Code of Conduct
2+
3+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4+
5+
Resources:
6+
7+
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
8+
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
9+
- Contact [[email protected]](mailto:[email protected]) with questions or concerns

.github/ISSUE_TEMPLATE.md

+36-36
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
<!--
2-
IF SUFFICIENT INFORMATION IS NOT PROVIDED VIA THE FOLLOWING TEMPLATE THE ISSUE MIGHT BE CLOSED WITHOUT FURTHER CONSIDERATION OR INVESTIGATION
3-
-->
4-
> Please provide us with the following information:
5-
> ---------------------------------------------------------------
6-
7-
### This issue is for a: (mark with an `x`)
8-
```
9-
- [ ] bug report -> please search issues before submitting
10-
- [ ] feature request
11-
- [ ] documentation issue or request
12-
- [ ] regression (a behavior that used to work and stopped in a new release)
13-
```
14-
15-
### Minimal steps to reproduce
16-
>
17-
18-
### Any log messages given by the failure
19-
>
20-
21-
### Expected/desired behavior
22-
>
23-
24-
### OS and Version?
25-
> Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
26-
27-
### azd version?
28-
> run `azd version` and copy paste here.
29-
30-
### Versions
31-
>
32-
33-
### Mention any other details that might be useful
34-
35-
> ---------------------------------------------------------------
36-
> Thanks! We'll be in touch soon.
1+
<!--
2+
IF SUFFICIENT INFORMATION IS NOT PROVIDED VIA THE FOLLOWING TEMPLATE THE ISSUE MIGHT BE CLOSED WITHOUT FURTHER CONSIDERATION OR INVESTIGATION
3+
-->
4+
> Please provide us with the following information:
5+
> ---------------------------------------------------------------
6+
7+
### This issue is for a: (mark with an `x`)
8+
```
9+
- [ ] bug report -> please search issues before submitting
10+
- [ ] feature request
11+
- [ ] documentation issue or request
12+
- [ ] regression (a behavior that used to work and stopped in a new release)
13+
```
14+
15+
### Minimal steps to reproduce
16+
>
17+
18+
### Any log messages given by the failure
19+
>
20+
21+
### Expected/desired behavior
22+
>
23+
24+
### OS and Version?
25+
> Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
26+
27+
### azd version?
28+
> run `azd version` and copy paste here.
29+
30+
### Versions
31+
>
32+
33+
### Mention any other details that might be useful
34+
35+
> ---------------------------------------------------------------
36+
> Thanks! We'll be in touch soon.

.github/PULL_REQUEST_TEMPLATE.md

+44-44
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
1-
## Purpose
2-
<!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? -->
3-
* ...
4-
5-
## Does this introduce a breaking change?
6-
<!-- Mark one with an "x". -->
7-
```
8-
[ ] Yes
9-
[ ] No
10-
```
11-
12-
## Pull Request Type
13-
What kind of change does this Pull Request introduce?
14-
15-
<!-- Please check the one that applies to this PR using "x". -->
16-
```
17-
[ ] Bugfix
18-
[ ] Feature
19-
[ ] Code style update (formatting, local variables)
20-
[ ] Refactoring (no functional changes, no api changes)
21-
[ ] Documentation content changes
22-
[ ] Other... Please describe:
23-
```
24-
25-
## How to Test
26-
* Get the code
27-
28-
```
29-
git clone [repo-address]
30-
cd [repo-name]
31-
git checkout [branch-name]
32-
npm install
33-
```
34-
35-
* Test the code
36-
<!-- Add steps to run the tests suite and/or manually test -->
37-
```
38-
```
39-
40-
## What to Check
41-
Verify that the following are valid
42-
* ...
43-
44-
## Other Information
1+
## Purpose
2+
<!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? -->
3+
* ...
4+
5+
## Does this introduce a breaking change?
6+
<!-- Mark one with an "x". -->
7+
```
8+
[ ] Yes
9+
[ ] No
10+
```
11+
12+
## Pull Request Type
13+
What kind of change does this Pull Request introduce?
14+
15+
<!-- Please check the one that applies to this PR using "x". -->
16+
```
17+
[ ] Bugfix
18+
[ ] Feature
19+
[ ] Code style update (formatting, local variables)
20+
[ ] Refactoring (no functional changes, no api changes)
21+
[ ] Documentation content changes
22+
[ ] Other... Please describe:
23+
```
24+
25+
## How to Test
26+
* Get the code
27+
28+
```
29+
git clone [repo-address]
30+
cd [repo-name]
31+
git checkout [branch-name]
32+
npm install
33+
```
34+
35+
* Test the code
36+
<!-- Add steps to run the tests suite and/or manually test -->
37+
```
38+
```
39+
40+
## What to Check
41+
Verify that the following are valid
42+
* ...
43+
44+
## Other Information
4545
<!-- Add any other helpful information that may be needed here. -->

0 commit comments

Comments
 (0)