Messages by Thread
-
svn commit: r11379 - /release/groovy/
coreyg
-
svn commit: r11379 - /release/incubator/groovy/
coreyg
-
svn commit: r11378 - /dev/groovy/
coreyg
-
svn commit: r11378 - /dev/incubator/groovy/
coreyg
-
incubator-groovy git commit: GROOVY-7673: Remove synchronized methods of groovy.sql.Sql and document it as not thread-safe
pascalschumacher
-
incubator-groovy git commit: fix findbugs warning concerning performance of integer parsing
pascalschumacher
-
incubator-groovy git commit: GROOVY-7688 Spread safe method call receivers with side effects should not be visited twice * StaticInvocationWriter#makeCall: use temporary variables for spread safe receiver expressions which are not variable or constant ex
shils
-
incubator-groovy git commit: GROOVY-7538: Bound unbounded wildcards using the type declaration (closes #197)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7691: Create a test (closes #198)
pascalschumacher
-
incubator-groovy git commit: JsonSlurper: Improve exception message for parseText(String)
shils
-
incubator-groovy git commit: Change modulo to remainder in operator page (closes #195)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7342 Last enum value is hidden if annotated * Try syntactic predicate for enum constant before predicate for end of enum constants Closes #194
shils
-
incubator-groovy git commit: Default value of includePackage of toString is true (closes #193)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7680: Bump gradle to version 2.9 (closes #192)
paulk
-
incubator-groovy git commit: wiki-snaphot.pdf is not checked in anymore, so do not try to copy it into the documentation distribution
pascalschumacher
-
incubator-groovy git commit: TLP: delete Groovy Podling Maturity Assessment
pascalschumacher
-
incubator-groovy git commit: TPL: Remove DISCLAIMER
pascalschumacher
-
[1/2] incubator-groovy git commit: Removed useless synchronized block and comment; they were probably a leftover after commit 17ee95e.
pascalschumacher
-
[1/2] incubator-groovy git commit: The usage of the PROP_NAMES HashMap was not thread safe because the access was synchronized only for "put" operations and not for "get" operations: since HashMap is not thread safe all access to get/put operations must
pascalschumacher
-
incubator-groovy git commit: GROOVY-7675: Compiler customization builder not resolve secureAst properties (closes #190)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7442 Spread-dot operator within assert isn't expected with @CompileStatic * Add unit test (issue fixed as side effect of changes for GROOVY-7656)
shils
-
incubator-groovy git commit: replaced invalid entity "&nsbp; " with simple space in java docs
pascalschumacher
-
incubator-groovy git commit: JSON CharScanner cleanup (closes #188)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7656 Statically compiled spread safe method calls on list literals result in the list expression being evaluated twice * StatementWriter: Remove temporary variables after their use
shils
-
[1/2] incubator-groovy git commit: GROOVY-7672: TupleConstructor should have only SOURCE retention policy (closes #187)
paulk
-
incubator-groovy git commit: removed unnecessary @inheritdoc annotations
pascalschumacher
-
incubator-groovy git commit: escape characters in javadoc and remove unnecessary @inheritdoc javadoc annotations
pascalschumacher
-
incubator-groovy git commit: Fix javadoc malformed link warning (closes #186):
keegan
-
incubator-groovy git commit: GROOVY-7524: Document that mixing TupleConstructor and InheritConstructors will likely not give you what you want (tweak wording)
paulk
-
incubator-groovy git commit: GROOVY-7668: Better error-message for AST transformation when binary compatibility changes
pascalschumacher
-
incubator-groovy git commit: GROOVY-6922 - JsonSlurper loses trailing 0's in numbers (closes #184)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7665 - JsonSlurperCharSource decimal parsing producing unexpected results (closes #183)
pascalschumacher
-
[1/2] incubator-groovy git commit: GROOVY-7465: ResourceGroovyMethods/NioGroovyMethods BOM behavior is inconsistent
pascalschumacher
-
incubator-groovy git commit: Fix typo: Missing trailing 's' in design pattern section (closes #182)
pascalschumacher
-
incubator-groovy git commit: GROOVY-2178 - Shell can not handle multi-line list defs (closes #181)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7524: Document that TupleConstructor and InheritConstructors shouldn't be mixed (closes #180)
keegan
-
incubator-groovy git commit: ResolveVisitor: Correct class mentioned in GroovyBugError thrown from LowerCaseClass#setName
shils
-
incubator-groovy git commit: GROOVY-7660: gradle/utils.gradle: Remove unused imports and unused variables. Fully specify ASM Opscodes instead of importing the whole namespace. (closes #178)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7363: Frequent compilation error on cascading generic types (closes #158)
pascalschumacher
-
incubator-groovy git commit: Remove printlns that shouldn't be there (closes #177)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7612: GroovyDoc should allow timestamp/version stamp info to be omitted (extend support to ant task)
paulk
-
incubator-groovy git commit: GROOVY-4847 - Missing GDK rounding (and trunc) methods for BigDecimal (closes #175)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7587: add code to bypass jigsaw exception and change a GCL method to avoid compilation problems with a new ClassLoader method
blackdrag
-
incubator-groovy git commit: fix after #172, Interpretermode tests also need to run all other tests in interpreter mode (closes #173)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7639 Comparing primitive to null safe primitive property expression should not throw NPE * Correct assertions in tests for GROOVY-5613 Closes #167
shils
-
incubator-groovy git commit: Fix some links and a typo in javadocs
shils
-
incubator-groovy git commit: Groovysh: refactor: Tests robust against race conditions on Preferences (closes #172)
pascalschumacher
-
[1/2] incubator-groovy git commit: add org.codehaus.groovy.runtime.DefaultGroovyMethods.isEmpty(Iterable)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7583: Unnecessary Instantiation on DefaultGroovyMethods.numberAwareCompareTo
pascalschumacher
-
incubator-groovy git commit: GROOVY-7652: Float/Double trunc methods perform rounding for negative values (closes #171)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7535: Groovy category throwing MissingMethodException and MissingPropertyException when using multiple threads (closes #169)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7653: Update SLF4J version to 1.7.12 (closes #170)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7645: Stub generator unescapes escaped backslashes in String annotation values (closes #168)
paulk
-
incubator-groovy git commit: GROOVY-7616: Fix 'Illegal class name' when collectEntries sees an array (closes #162)
paulk
-
incubator-groovy git commit: GROOVY-7650: CLONE - collectEntries throws cryptic error when used with split(delimiter, limit) (closes #166)
paulk
-
incubator-groovy git commit: Fix typos in word 'overridden' (closes #165)
pascalschumacher
-
[1/2] incubator-groovy git commit: GROOVY-7649: Grape.resolve() always fails after first unresolved dependency
pascalschumacher
-
[1/2] incubator-groovy git commit: GROOVY-7649: Grape.resolve() always fails after first unresolved dependency (closes #164)
pascalschumacher
-
incubator-groovy git commit: GROOVY-6669 - Compile in groovyConsole instantiates class (closes #163)
pascalschumacher
-
incubator-groovy git commit: GROOVY-4888 - fix so child threads output/err streams go to correct console (closes #161)
pascalschumacher
-
incubator-groovy git commit: Exclude Stax-API transitive dependency in StaxBuilderTest#testStaxBuilderExternalLibrary, because the download fails on builds.apache.org and it is not necessary anyway.
pascalschumacher
-
incubator-groovy git commit: GROOVY-4888 - groovy console script execution output appears in all output windows (closes #160)
pascalschumacher
-
incubator-groovy git commit: The Maven 2 repository for hosting java.net projects libraries and dependencies is no longer active. Therefore removed http://download.java.net/maven/2/ from defaultGrapeConfig.xml
pascalschumacher
-
[01/18] incubator-groovy git commit: remove checkout of byte length of file in testFileIntro, because it can fail depending on the system file encoding (e.g. fails on https://builds.apache.org ubuntu slaves)
pascalschumacher
-
incubator-groovy git commit: show tests written for a different operating system as skipped tests
pascalschumacher
-
incubator-groovy git commit: Skip SwingBuilderTest#testContainment, SwingBuilderTest#testEnhancedValueArguments and SwingBuilderTest#testNamedWidgetCreation on builds.apache.org on windows, because these always fail.
pascalschumacher
-
incubator-groovy git commit: GROOVY-7644 ExternalizeMethods generates incorrect bytecode for statically compiled nested classes
shils
-
incubator-groovy git commit: try to fix up Apache CI build server errors
paulk
-
incubator-groovy git commit: make DateTest less fragile on CI servers
paulk
-
incubator-groovy git commit: add Apache license to keep rat happy
paulk
-
incubator-groovy git commit: GROOVY-7642: Bump gradle to 2.8 (side effect: close #66)
paulk
-
incubator-groovy git commit: force usage of the JUnit4 testrunner for test which use assumeX, so that assumeX works
pascalschumacher
-
incubator-groovy git commit: convert tests which use assumeX to JUnit 4 test, so that assumeX works
pascalschumacher
-
incubator-groovy git commit: fix check if test is running on builds.apache.org
pascalschumacher
-
incubator-groovy git commit: GrapeIvyTest#testClassifierWithConf always fails on http://builds.apache.org/ on Windows so skip it there
pascalschumacher
-
incubator-groovy git commit: ClassReloadingTest#testReloading always fails on http://builds.apache.org/ so skip it there
pascalschumacher
-
incubator-groovy git commit: some slaves on https://builds.apache.org have hudson in their path, therefore add hudson to isRunningOnCI condition
pascalschumacher
-
incubator-groovy git commit: increase allowed time for class-reloading in testReloading() to ridiculous values (just to check if time has anything to do with the failures on https://builds.apache.org)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7642: Bump gradle to 2.8 (side effect: close #155)
paulk
-
incubator-groovy git commit: Fixed the typo in the doc.
paulk
-
[1/2] incubator-groovy git commit: another try to get testReloading to work on builds.apache.org
pascalschumacher
-
incubator-groovy git commit: further increase allowed time for class-reloading in testReloading() because the test still fails on https://builds.apache.org
pascalschumacher
-
[1/2] incubator-groovy git commit: remove checkout of byte length of file in testFileIntro, because it can fail depending on the system file encoding (e.g. fails on https://builds.apache.org ubuntu slaves)
pascalschumacher
-
incubator-groovy git commit: fix isRunningOnCI condition
pascalschumacher
-
incubator-groovy git commit: add Jenkins to isRunningOnCI check
pascalschumacher
-
incubator-groovy git commit: Correct annotation referenced in SourceURI javadoc
shils
-
incubator-groovy git commit: Fix after GROOVY-7574: Always do null checks in ObjectRange constructor (closes #149)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7623: Use ClassValue by default on IBM Java (closes #137)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7631: If p is a primitive value, p != null returns false when statically compiled (closes #148)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7634: Update Logback version to 1.1.3 (closes #147)
pascalschumacher
-
incubator-groovy git commit: GROOVY-5380: Add Ctrl+B for word/line/block selection (closes #145)
pascalschumacher
-
incubator-groovy git commit: Fix incorrect class name in metaprogramming doc (closes #146)
pascalschumacher
-
[1/2] incubator-groovy git commit: fixed some dead links
pascalschumacher
-
incubator-groovy git commit: Corrected bitwiseNegate in operators documentation (closes #144)
pascalschumacher
-
incubator-groovy git commit: fixed some dead links
pascalschumacher
-
incubator-groovy git commit: exclude multiverse from generated license report since we don't ever include it
paulk
-
incubator-groovy git commit: All maturity TODOs resolved
bdelacretaz
-
[1/2] incubator-groovy git commit: Update GrapeIvy.groovy: set ivyInstance to IvyContext, for speed up
paulk
-
incubator-groovy git commit: fix dead links
pascalschumacher
-
[1/2] incubator-groovy git commit: Increased the maxPermGen of the tests because the tests of the quality build on the buildserver fail with "OutOfMemoryError: PermGen space".
pascalschumacher
-
[1/2] incubator-groovy git commit: remove dead links
pascalschumacher
-
[1/2] incubator-groovy git commit: fix dead links
pascalschumacher
-
incubator-groovy git commit: GROOVY-7533: GroovyInterceptions.png has an inconsistency
pascalschumacher
-
incubator-groovy git commit: GROOVY-2242: Missing information in Javadoc of ExpandoMetaClass.enableGlobally()
pascalschumacher
-
incubator-groovy git commit: change header to Apache Groovy
pascalschumacher
-
incubator-groovy git commit: Resolve CS10
bdelacretaz
-
incubator-groovy git commit: Resolve CD20 and CO10
bdelacretaz
-
incubator-groovy git commit: Resolve RE40
bdelacretaz
-
incubator-groovy git commit: mention TODOs
bdelacretaz
-
incubator-groovy git commit: First assessment, many OKs and a few TODOs
bdelacretaz
-
incubator-groovy git commit: Add document status section
bdelacretaz
-
incubator-groovy git commit: Move to asciidoc + add maturity model, no assessment so far
bdelacretaz
-
incubator-groovy git commit: Add placeholder for podling maturity evaluation
bdelacretaz
-
incubator-groovy git commit: GROOVY-3341: If an exception is thrown from a builder closure, wrap it in a GroovyRuntimeException, otherwise it would be reported as a missing methon on the closure (closes #130)
pascalschumacher
-
incubator-groovy git commit: GROOVY-7546: fix NullPointerException message when trying to add non-null objects to null (closes #128)
pascalschumacher