Evie Lau

Results 9 issues of Evie Lau

The Istio site mentions that [helm installation]( https://istio.io/docs/setup/install/helm/) is being deprecated. Also the ibm charts for Istio are a little outdated. Instructions page to update: https://github.com/ibm-cloud-architecture/refarch-cloudnative-kubernetes/blob/microprofile/docs/istio.md Recommended way to install...

**Is your feature request related to a problem? Please describe.** I was test-printing at a higher temperature and Octoprint kept disconnecting. Even when checking the logs, all I saw was...

enhancement

It seems the main issues for the appveyor tests are: - tests that check for `/commons-text-1.1.jar` in the TestLoose*Application tests - PollingDevTest as mentioned in #439

## What's changed? OpenJPA -> EclipseLink recipe Add `@Transient` annotation to private accessor methods ## What's your motivation? https://wiki.eclipse.org/EclipseLink/Examples/JPA/Migration/OpenJPA/Mappings#Private_Accessor_Methods ## Anything in particular you'd like reviewers to focus on? Question...

recipe

Unsure if this is related to the new cursor context code that was merged in #453. Both of these shift focus to the Output window when the error occurs. #...

bug

``` [Error - 2:07:32 PM] Request textDocument/codeAction failed. Message: Request jakarta/java/codeaction failed with message: java.lang.NullPointerException: Cannot invoke "com.google.gson.JsonArray.size()" because "diagnosticData" is null Code: -32603 ``` To reproduce: - In [ScopeDeclaration.java](https://github.com/eclipse/lsp4jakarta/blob/main/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.test/projects/jakarta-sample/src/main/java/io/openliberty/sample/jakarta/cdi/ScopeDeclaration.java),...

bug
should-fix

## What's changed? Add support for `namespace-uri()` conditions in XPathMatcher, along with tests Add attribute match support in XPathMatcher (`/@attributeName`) Update XPath splitter to handle URLs ## What's your motivation?...

enhancement

When using `.addMethodDeclaration(Comparator.comparing(J.MethodDeclaration::getSimpleName)) `, it does not seem to consistently place the new MethodDeclaration in the same place, resulting in unit tests intermittently failing. Example in a [previous PR](https://github.com/openrewrite/rewrite-migrate-java/pull/415#discussion_r1546725452_), where...

bug