Skip to content

Commit

Permalink
BAH-3367 | Fix. Workflow failures and build errors (#74)
Browse files Browse the repository at this point in the history
* BAH-3367 | Fix Missing imports error.

- Caused by #50

* BAH-3367 | Upgrade Ruby in GHA to 2.5 as compass installation requires it
  • Loading branch information
mohan-13 authored Dec 11, 2023
1 parent 9515a14 commit e387000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_publish_openelis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '7'
- name: Setup Ruby 2.3
- name: Setup Ruby 2.5
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import org.apache.logging.log4j.LogManager;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRequestWrapper;
import java.util.Arrays;
import java.util.List;

public class SafeRequest extends HttpServletRequestWrapper {

Expand Down

0 comments on commit e387000

Please sign in to comment.