Liam Williams

Results 25 issues of Liam Williams

Hi, I was unable to find a changelog for 4.0/4.1. I am currently on 3.17 and want to make sure I understand what was the breaking change from 3.x to...

We have `excludedMethods` and `excludedClasses` but no `excludedLines` which would be really helpful to exclude specific lines of code. This comes up e.g. with "changed conditional boundary" mutations that survive...

### Description Intermittently, I see the following IO error which makes the plugin fail to start my container: ``` [ERROR] [DOCKER> IO Error while requesting logs: org.apache.http.ConnectionClosedException: Premature end of...

#### I'm submitting a ... - [x] feature request #### What is the current behavior? Currently `@Attachment` can only be used with `byte[]` and `String` return types. #### What is...

#### I'm submitting a ... - [x] feature request #### What is the current behavior? When using `@Step` with no name given, the method name is used directly as the...

I would like to use polyglot as a library e.g. ideally pulling in a dependency from central that has all the transitive dependencies declared in a pom.xml. Currently, I am...

Are there any parts of polyglot that heavily depend on Java 8? I need Java 7 support for the project I am working on.

Newer versions of `EnvironmentVariableCredentialsProvider` support `AWS_SESSION_TOKEN`. Could you please upgrade the `aws.version`?

#### I'm submitting a ... - [x] bug report #### What is the current behavior? When running `mvn allure:report allure:serve` the serve works correctly but the report is not preserved...

Noticed this while playing around with the library: ``` Uncaught TypeError: Cannot read property 'allowLayby' of null at Object.Xonomy.render (xonomy.js:505) ``` This happens when the `docSpec` is `null` as per...