[jira] [Commented] (SUREFIRE-1330) JUnit 5 surefire-provider code donation

2018-05-07 Thread Christian Stein (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16465778#comment-16465778 ] Christian Stein commented on SUREFIRE-1330: --- _...in progress_ * https://gitbox.apache.org

[jira] [Commented] (SUREFIRE-1518) Upgrade version of plexus-java to 0.9.7

2018-05-07 Thread Christian Stein (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16465771#comment-16465771 ] Christian Stein commented on SUREFIRE-1518: --- `plexus-java` will release version 0.9.8 soon

Re: ASM library not compatible with plexus-java:0.9.3 in Maven build

2018-05-07 Thread Christian Stein
Nit: plexus-java:0.9.7 refers to ASM 6.1 which was superseded by ASM 6.1.1 So, an upgrade to ASM 6.1.1 in plexus-java:0.9.8 would be great as that version [1] fixed two bugs in ClassReader. [1] http://asm.ow2.io/versions.html

Re: [compiler plugin] Support JPMS test modules

2018-04-17 Thread Christian Stein
is is a long standing with to do whitebox testing, even though > some others JPMS experts don't agree ;) > My comment did indicate i had no idea at that time what to do with it, so > maybe this is the right fix to support all combinations. > > thanks, > Robert > > On Mon, 16 Ap

[compiler plugin] Support JPMS test modules

2018-04-16 Thread Christian Stein
Hi everybody, I filed a PR against AbstractCompilerMojo and TestCompilerMojo some days ago [1] and would like to discuss it. The PR introduces support for test sources organized as modules and solves the inline comment reading " // maybe some extra analysis required " in the TestCompilerMojo. A

Re: OpenJDK 10 and Oracle JDK10 doesn't have the same default modules

2018-02-04 Thread Christian Stein
alan.bate...@oracle.com> wrote: > On 04/02/2018 12:45, Christian Stein wrote: > > : > > It's an automatic module. And it does run "as-is" on Oracle JDK, > using ALL-MODULE-PATH. > > Here is the actual command: > > java > --module-path > bin/bach/

Re: OpenJDK 10 and Oracle JDK10 doesn't have the same default modules

2018-02-04 Thread Christian Stein
On Sun, Feb 4, 2018 at 2:39 PM, Alan Bateman wrote: > [...] > I suspect this issue is nothing to do with `--add-modules > ALL-MODULE-PATH`. Instead it's probably one of the JavaFX modules that > `requires java.scripting`. You should be able to diagnose this quickly by >

Re: OpenJDK 10 and Oracle JDK10 doesn't have the same default modules

2018-02-04 Thread Christian Stein
On Sun, Feb 4, 2018 at 1:38 PM, Alan Bateman wrote: > On 04/02/2018 11:30, Remi Forax wrote: > >> Hi all, >> it seems that the OpenJDK 10 and OracleJDK 10 doest not declare the same >> set of default modules, so java --add-modules ALL-DEFAULT do not behave the >> same

GitHub PR 139 - Support white-box modular test compilation

2017-11-26 Thread Christian Stein
Hi Maven devs, I implemented some open ends in the maven-compiler-plugin's support for jpms. Basically the plugin now supports module descriptors in test source directories, that declare the "reads" or "requires" dependencies. See https://github.com/apache/maven-plugins/pull/139 Cheers,

Re: Scanning modules?

2017-09-15 Thread Christian Stein
Hi Greg, short disclaimer: I'm learning and testing the "--scan-module" magic at the moment to implement a similar feature in JUnit 5. See [1] for details. If I'm talking non-sense, please correct me jigsaw-devs. To scan the contents of a module you'll need a ModuleReference[2] instance. You may

Re: ServiceLoader usage in automatic module fails

2017-09-12 Thread Christian Stein
On Mon, Sep 11, 2017 at 2:21 PM, Alan Bateman wrote: > [...] > > You can also use `--show-module-resolution` to get traces at startup and > satisfied yourself that it working correctly. Using the symbolic constant `--add-modules ALL-MODULE-PATH` works even better when

Re: ServiceLoader usage in automatic module fails

2017-09-11 Thread Christian Stein
On Mon, Sep 11, 2017 at 1:17 PM, Alan Bateman wrote: [...] > > Also can you run with `--add-modules demo` as I assume the scenario you is > that "demo" is not resolved (because no modules `requires demo` and no > module declares that it uses the service type that demo

Re: ServiceLoader usage in automatic module fails

2017-09-11 Thread Christian Stein
d module. [5] https://github.com/sormuras/sawdust/blob/master/module-discoverer/demo/src/module-info.java [6] https://github.com/sormuras/sawdust/blob/master/module-discoverer/build.jsh#L82 On Mon, Sep 11, 2017 at 12:52 PM, Alan Bateman <alan.bate...@oracle.com> wrote: > > > On 11/

ServiceLoader usage in automatic module fails

2017-09-11 Thread Christian Stein
Hi jigsaw team, I discovered an issue with the ServiceLoader trying to load services on the module-path, when the actual ServiceLoader.load() call resides in an automatic module. I compiled a small demo at [1] and it's console output is visible at [2]. If you want to re-run the demo, just call

[Freeciv-Dev] [bug #25307] Previously transformed plains tile not irrigable

2016-11-16 Thread Christian Stein
URL: Summary: Previously transformed plains tile not irrigable Project: Freeciv Submitted by: ironclad Submitted on: Mi 16 Nov 2016 18:33:48 CET Category: None Severity: 4 -

[Freeciv-Dev] [bug #25294] Flight units does not return automatically (sometimes)

2016-11-13 Thread Christian Stein
URL: Summary: Flight units does not return automatically (sometimes) Project: Freeciv Submitted by: ironclad Submitted on: So 13 Nov 2016 09:38:37 CET Category: None Severity:

[Bug 1202667] [NEW] mkfs.vfat shows wrong release date

2013-07-18 Thread Christian Stein
Public bug reported: mkfs.vfat shows a futuristic release date in Ubuntu 13.04 $ mkfs.vfat mkfs.vfat 3.0.14 (23 Jan 2023) ... ** Affects: dosfstools (Ubuntu) Importance: Undecided Status: New ** Description changed: - mkfs.vfat shows a futuristic release date + mkfs.vfat shows a

Re: [slf4j-user] [POLL] Requiring JDK 1.5 for SLF4J

2009-03-26 Thread Christian Stein
Ceki Gulcu schrieb: Hello all, SLF4J users have been asking for varags support for a long time. See [...] Do you accept SLF4J dropping JDK 1.3 compatibility and require JDK 1.5 instead? If you respond, please do so on the u...@slf4j mailing list. Hi Ceki, I repeat my +1 from

Re: [slf4j-dev] svn commit: r1021 - in slf4j/trunk/jul-to-slf4j: ...

2008-05-28 Thread Christian Stein
java.util.logging.Handler; +import java.util.logging.Level; +import java.util.logging.LogManager; +import java.util.logging.LogRecord; + +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +/** + * JUL bridge/router for SLF4J. + * + * @author Christian Stein + * @since 1.5.1 + */ +public

Re: [slf4j-user] jdk14 over slf4j

2007-11-16 Thread Christian Stein
Rafal Krupinski schrieb: Rafal Krupinski wrote: Hello! Anyone knows anything about jdk14-over-slf4j? I found some references on mailing list archives, bun no downloads or cvs repository for this project. Does this project even exist? Is it abandoned? Anyone? Sorry, I just found old

Re: [slf4j-user] JUL to SLF4J

2007-03-12 Thread Christian Stein
Boris Unckel schrieb: Hello Christian, Driven by need (and already startet this discussion here [1]), I'd like to know, how to capture and redirect JUL[2] log calls over to SLF4J. Am I missing something? Is it possible? This is easy for smart clients where just the system

Re: [slf4j-user] Serializable log adapters

2007-03-12 Thread Christian Stein
Trustin Lee schrieb: On 3/13/07, *Ceki Gülcü* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: At 02:09 PM 3/12/2007, Holger Hoffstaette wrote: On Sun, 11 Mar 2007 22:29:03 +, Jeremy Booth wrote: Is there a reason why the adapters don't implement serializable

[slf4j-user] JUL to SLF4J

2007-03-06 Thread Christian Stein
Hello SLF4J users! Driven by need (and already startet this discussion here [1]), I'd like to know, how to capture and redirect JUL[2] log calls over to SLF4J. Am I missing something? Is it possible? Cheers, Christian [1]

[slf4j-dev] SimpleLogger and optional debug level logging

2006-01-23 Thread Christian Stein
Hallo Ceki and all others, when developing Java libraries (not applications) I prefer to have no or only a few and lightweight dependencies to other libraries - just like slf4j-noop or when driving unit tests, slf4j-simple. Using the last one, all debug level statements are muted - but while

Re: [slf4j-dev] svn commit: r461 - slf4j/trunk/src/java/org/slf4j/impl

2005-12-20 Thread Christian Stein
[EMAIL PROTECTED] wrote: Author: ceki Date: Tue Dec 20 20:10:43 2005 New Revision: 461 Modified: slf4j/trunk/src/java/org/slf4j/impl/MessageFormatter.java Log: - Added support for arguments passed in an array Nice! Finally! Juchu! (: - Format methods taking 1 or 2 arguments now delegate

Re: [Cvsnt] Cannot _checkout_ from Windows NT-Server (pserver)

2002-02-22 Thread Christian Stein
Do you use the Repository prefix feature? ___ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Re: [Cvsnt] Application Errors

2002-02-19 Thread Christian Stein
The instruction at 0x77fcb03d referenced memory at 0x. The memory could not be written. Click on OK to terminate the program. I've tried using both WinCVS (latest beta) and Eclipse (java ide) to call cvs.exe, but this happens regardless. Any ideas? Also happens with the NetBeans

Re: [Cvsnt] Binary files in cvsnt?

2002-02-18 Thread Christian Stein
Hi Lear and all others! I'm using CVS4NT 1.11.1.3 (beta) on W2K and the NetBeans javacvs client. *.jar -k 'b' Works fine, but... So the file is named cvswrappers and put in $CVSROOT$/CVSROOT? Have you tried to import, not add, a binary file? Thanks. ...I have the same problem like

<    1   2   3   4   5   6