Paul Slater

Results 8 issues of Paul Slater

**Apache Airflow version**: 2.0.2 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): ``` ... Server Version: version.Info{Major:"1", Minor:"18+", GitVersion:"v1.18.9-eks-d1db3c", GitCommit:"d1db3c46e55f95d6a7d3e5578689371318f95ff9", GitTreeState:"clean", BuildDate:"2020-10-20T22:18:07Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"linux/amd64"} ``` **Environment**: -...

kind:bug
area:kubernetes
reported_version:2.0

Bump dependencies for vulnerabilities. I've tried to keep in the major/minor track, using only patch versions where possible, but `nimbus-jose-jwt` needed to have a minor bump as well to avoid...

A number of java interop issues have been resolved in scala: https://github.com/scala/scala/pulls?q=label%3A%22java+interop%22+is%3Aclosed As it stands compiling using jdk 21 fails with: ``` 116.0 > Task :cruise-control:compileScala 116.0 error: 116.0 bad...

The following trivy scan results show fixable vulnerabilities: ``` Total: 9 (UNKNOWN: 0, LOW: 0, MEDIUM: 6, HIGH: 3, CRITICAL: 0) ┌─────────────────────────────────────────────────────────────┬────────────────┬──────────┬────────┬───────────────────┬────────────────────────┬─────────────────────────────────────────────────────────────┐ │ Library │ Vulnerability │ Severity │ Status...

When compiling using java 21, `compileScala` fails with: ``` 116.0 > Task :cruise-control:compileScala 116.0 error: 116.0 bad constant pool index: 0 at pos: 48461 116.0 while compiling: 116.0 during phase:...

add download starter code and also remove the lengthy cards instructions; needs to be more consumable!

Package update in airflow 2 breaks OIDCSecurityManagerMixin

checking the version is nice and all, but when running in production it just creates firewall log spam - we don't let traffic out anywhere, everything is explicitly allowed in...