John Oliver
John Oliver
### Plugin name and version azure-functions-maven-plugin ### Expected behavior When packaging fails, the whole maven build should fail. ### Actual behavior Possibly related to #417. When installing extensions fails in:...
`updateCollectionWithOptions` uses `encodeKeyWhenUseObjectId` that assumes that the _id is at the top level of the JsonObject, if an update is of the form: ``` { $set:{ _id='an-id', foo:'bar' } }...
Currently we will mutate JsonObjects that are passed in to some methods, most notably we will add _id fields to objects when calling a save. This will happen even if...
### Motivation and Context ### Description ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows SK Contribution Guidelines...
### Motivation and Context ### Description ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows SK Contribution Guidelines...
### Motivation and Context ### Description ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows SK Contribution Guidelines...
We are looking to move people off of the old deprecated Adoptopenjdk API to the Temurin API for Hotspot builds. For the vast majority of binaries, the Temurin API will...
Currently the latest version is set at compile or runtime at: https://github.com/adoptium/api.adoptium.net/blob/main/adoptium-models-parent/adoptium-api-v3-models/src/main/kotlin/net/adoptium/api/v3/models/Versions.kt#L14 But does not update when a new release is performed, requiring a re-deploy when we release a new...
Currently this functionality is duplicated in both the API and build codebases