-
:)
-
I made a 1.19.2 backport, but need a 1.19.2 branch to contribute too, could you make one for me to contribute? 🥺
-
The unmerged backports section lists potential missing backports, but we're finding this to not be as relevant in certain situations.
For `package.json`, the older branch is in maintenance mode and…
-
Yocto Kirkstone is LTS (until Apr. 2026) but due to its dependency on `meta-clang` [0], the chromium version is freezed at `120.0.6099.224`.
Issue https://github.com/OSSystems/meta-browser/issues/8…
-
backport https://github.com/yyz-field/test/issues/71
-
**Is your feature request related to a problem? Please describe.**
Right now if something went wrong, we list all failures that occurred without linking it to the specific target branch to which it i…
-
Would be possible to backport this mod to 1.20.1?
-
## Release
### Backporting / pre-work
- [X] Backport tracing-mock (#3132)
- [X] Backport everything else (#3144)
- [X] Also include #1270 ([requested on Discord](https://discord.com/channels…
-
**Context**
https://openedx.atlassian.net/wiki/spaces/COMM/pages/4318527513/Redwood.1+Retrospective
**Tasks**
- Improving how we handle backports and the information radiators we use.
- Creating…
-
A simple setup reproduces the issue:
```java
@Target({ElementType.METHOD, ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
public @interface RuntimeAnnotation {
}
```
```java
public…