Mattias Jiderhamn

Results 23 issues of Mattias Jiderhamn

## Expected Behavior The same group membership check that was implemented for the `oidc` provider in #616 should be made available for the `azure` provider. ## Workaround ``` --provider=oidc --oidc-issuer-url=https://sts.windows.net/[Tenant...

enhancement
help wanted

Make `com.github.zafarkhaja.semver.Version` implement `java.io.Serializable`. For example this makes it easier to persist `com.github.zafarkhaja.semver.Version` using a Hibernate `UserType`.

Just like Joda Time provides [methods for converting to](http://www.joda.org/joda-time/apidocs/org/joda/time/LocalDate.html#toDate--)/from `java.util.Date/Calendar`, it would be beneficial - not least for migration - to provide methods to convert to/from the new Java 8...

RFE
v3

##### SUMMARY `win_psmodule` fails due to `PackageManagement` requiring NuGet. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME `win_psmodule` ##### ANSIBLE VERSION ```paste below ansible 2.10.2 config file = /cygdrive/l/sandbox/ip-infrastructure/ansible/ansible.cfg...

It seems to me that nowhere in the documentation do you explain how to provide the actual migration/`ALTER TABLE` statement to `gh-ost`. A few places use `--alter="engine=innodb"` in examples, but...

documentation

Columns in Excel files being batch processed may contain numbers or dates. Currently all rows are parsed into `String[]` (see [Sheet line 47](https://github.com/spring-projects/spring-batch-extensions/blob/master/spring-batch-excel/src/main/java/org/springframework/batch/item/excel/Sheet.java#L47)). `spring-batch-excel` interfaces should use generics to support...

module: spring-batch-excel

Adjust interfaces to be generic and supply POI implementations to represent as `String[]` or `Object[]`. Fixes #38.

module: spring-batch-excel

**Describe the bug** If running TPFanCtrl2 in Smart Mode and then putting the computer in hibernation mode, the fan keeps running. This in turn means the battery is drained while...

bug

As reported by @hdeadman in #60: > In the 1.x version of this listener I could extend the listener and override the logging methods. I am currently using SLF4J/Logback and...

Tests failing with JDK 9 jigsaw: - BeanELResolverCleanUpTest - see [BCEL-110](https://issues.apache.org/jira/browse/BCEL-110) - BeanValidationCleanUpTest - JavaServerFaces2746CleanUpTest - MXBeanNotificationListenersCleanUpTest - LdapPoolManagerInitiatorTest - ReplaceDOMNormalizerSerializerAbortExceptionInitiatorTest - SunGCInitiatorTest