Igor Mukhin
Igor Mukhin
If on a Windows PC you compile a LESS file with Windows linebreaks (\r\n), then the resulting CSS file will have Unix linebreaks (\r). This is not consistant. Thanks.
EclipseLink `2.7.9/3.0.2` Any database platform. ``` String jsql = "select c from Country c where c.name is not null and coalesce(c.iso2, :p1) != 'DE'"; TypedQuery query = em.createQuery(jsql, Country.class); query.setParameter("p1",...
The problem in this case is (in prepareInput()) the line: if (target && global.isTag(global.byID(target), 'iframe')) { Here global.byID(target) can't find the iframe because the parent DOM is not inserted into...
The bug is described in detail in #2136 We are looping over an array which is located in the instance field which can be set to `null` while lopping which...
**Describe the bug** Since switching to EL 2.7.14 we are getting a mysterious NPE at ExpressionOperator.printCollection(). The exception happens only occasionally from time to time (like once a week) on...
The bug is described in the issue #2136 TestArgumentListFunctionExpressionConcurrency.java - adds tests that reproduce the bug. ExpressionOperator.java - printCollection method is modified so it does not modify the shared argumentIndexes...
fixes typo in "explictlyAnnotated" by renaming it to "explicitlyAnnotated"