Re: Build failed in Jenkins: Polygene(JavaEdition)-develop-java8-checkDists #116

2017-02-03 Thread Niclas Hedhman
mples:forum:jar > :samples:forum:assemble > :samples:rental:war > :samples:rental:assemble > :samples:sql-support:jar > :samples:sql-support:assemble > :samples:swing:jar > :samples:swing:assemble > :tests:performance:jar > :tests:performance:assemble > :tests:regression:jar > :tests:regressi

Interesting pattern...

2017-02-04 Thread Niclas Hedhman
ically, or do I need to invoke some task? Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org <http://zest.apache.org> - New Energy for Java

Re: 3.0 release

2017-02-20 Thread Niclas Hedhman
times. But I will surely make slow regular progress. > > We should publish at least one RC out to gather some feedback, there > have been a LOT of changes since 2.1. > > Cheers > > /Paul > > > Niclas Hedhman a écrit : > > Gang, > > now that the name change i

Re: [HEADS-UP] org.json

2017-02-19 Thread Niclas Hedhman
Let me re-phrase that; MapEntityStore uses BOTH orgjson directly AND configured valueserialization. On Sun, Feb 19, 2017 at 9:02 PM, Niclas Hedhman <nic...@hedhman.org> wrote: > And MapEntityStore is using org.json instead of valueserialization. > Inconsistent :-( > > On Sun,

Build problems...

2017-02-12 Thread Niclas Hedhman
Paul, 'install' doesn't work anymore... Or at least, the ~/.m2/repository is not populated. And I can't figure out how the all-plugin way of build system is actually working. What do I need to do for "local build" and be able to use that in another local project? Cheers -- Nicl

Re: Build problems...

2017-02-12 Thread Niclas Hedhman
bootstrap 0 compile org.apache.polygene.extensions valueserialization-jackson 0 compile org.apache.polygene.extensions indexing-rdf 0 compile On Sun, Feb 12, 2017 at 5:24 PM, Niclas Hedhman <nic...@hedhman.org>

Re: Build problems...

2017-02-12 Thread Niclas Hedhman
gt; Le 12 février 2017 04:31:44 GMT-05:00, Niclas Hedhman <nic...@hedhman.org> > a écrit : > >> I build a distirbution and found a Maven repository inside >> distributions/build/stage >> >> And far more disturbing than not getting .m2/ populated is that the >>

Re: Build problems...

2017-02-26 Thread Niclas Hedhman
rrent/release-notes.html# > faster-java-incremental-compilation > > I suppose that you'll like the new dependencies declarations that now > distinguish compilation, API & implementation dependencies on each > project ;) > > Cheers > > /Paul > > >

Build system

2017-02-25 Thread Niclas Hedhman
release, building that release itself to ensure it also works. I am sure I have forgotten many important details, and invite Paul to expand this list. I think it can serve as inspiration for others, who are using (or want to start to use) Gradle. Cheers -- Niclas Hedhman, Software Developer http

Re: [2/3] polygene-java git commit: Updated the devstatus for the Cassandra ES.

2017-02-26 Thread Niclas Hedhman
Ok, good to know for next time. On Mon, Feb 27, 2017 at 7:22 AM, Paul Merlin <paulmer...@apache.org> wrote: > Le 2017-02-27 00:07, Niclas Hedhman a écrit : > >> I thought all needed was good, and the thing I didn't get right was the >> @ClassRule, but otherwise

Low hanging fruit

2017-01-11 Thread Niclas Hedhman
Gang, f anyone wants a low-hanging fruit task to tackle over the weekend; https://issues.apache.org/jira/browse/POLYGENE-184 It is about replacing NullArgumentException and use Objects.requireNotNull() in JDK 8. Goal is to remove the NullArgumentException completely. Cheers -- Niclas Hedhman

3.0 release

2017-01-12 Thread Niclas Hedhman
(if possible). WDYT? Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org <http://zest.apache.org> - New Energy for Java

Re: Docker based integration testing

2017-01-15 Thread Niclas Hedhman
.apache.org/jira/browse/POLYGENE-222 > > > > For now these test do not run on CI. > > builds.apache.org supports docker so we should be able to do that too > > at some point. > > In the meantime some of us should run the *whole* test suite from time > > to time

Don't throw Exceptions during Bootstrap

2017-03-24 Thread Niclas Hedhman
readable report (for tooling) and abort. Otherwise clear bootstrapPhase and continue as normal. I am not sure if all structural problems can be caught in one swoop or not, but I am sure it would be a big improvement. Also, there might be other Exceptions that should be involved in this as well. WDY

Re: Don't throw Exceptions during Bootstrap

2017-03-24 Thread Niclas Hedhman
structural problem is not showing up until any time later, possibly in production. I think we should remove this "lazy loading" of classes, and check everything possible at boot time. WDAYT? Niclas On Fri, Mar 24, 2017 at 5:30 PM, Niclas Hedhman <nic...@hedhman.org> wrote: >

Re: Don't throw Exceptions during Bootstrap

2017-03-29 Thread Niclas Hedhman
ress reporting on erroneous application models. > > About startup and laziness, yes, getting as most errors as soon as > possible would be a win. > It'd be interesting to measure the impact on startup time of removing that > laziness, it may be reasonable. > > > &

Re: Don't throw Exceptions during Bootstrap

2017-03-29 Thread Niclas Hedhman
() types: [Person,ValueComposite] -- I am sacrificing the generics information, as it becomes very verbose. On Wed, Mar 29, 2017 at 6:54 PM, Niclas Hedhman <nic...@hedhman.org> wrote: > Ok,I have gotten started on this. > > InvalidCompositeException is the main character involved, and

Re: Docker support in tests

2017-03-19 Thread Niclas Hedhman
I have fixed most on my system now, but I have test errors in indexing-sql. Is that expected? Because it doesn't look like build related problems... For instance; java.lang.AssertionError: [Jack Doe] expected but not returned On Sun, Mar 19, 2017 at 2:42 PM, Niclas Hedhman <

Docker support in tests

2017-03-17 Thread Niclas Hedhman
anything about this? Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org <http://zest.apache.org> - New Energy for Java

Re: Docker support in tests

2017-03-17 Thread Niclas Hedhman
Ok, I found the "WaitFor.logMessage()", which is probably what we need for these 3 containers. It works for Cassandra, and I'll see if I can do the same for the other two. On Sat, Mar 18, 2017 at 11:18 AM, Niclas Hedhman <nic...@hedhman.org> wrote: > Paul, > there

Re: [jira] [Resolved] (POLYGENE-157) Remove support for legacy Map serialization format.

2017-04-03 Thread Niclas Hedhman
I am just a bit worried about looping the maps. On Mon, Apr 3, 2017 at 3:41 PM, Paul Merlin <paulmer...@apache.org> wrote: > Niclas Hedhman a écrit : > > Q; This "if keys are Strings", do you iterate through them or do you use > > ParameterizedType ? &

Re: List of Apache Software Foundation projects - Wikipedia

2017-04-01 Thread Niclas Hedhman
Ah yes... It has been on my "nice-to-have" list for a long time. Thanks Niclas On Sun, Apr 2, 2017 at 9:20 AM, Niclas Hedhman <nic...@hedhman.org> wrote: > > -- Forwarded message -- > From: Greg Stein <gst...@gmail.com> > Date: Sun, Apr

Fwd: List of Apache Software Foundation projects - Wikipedia

2017-04-01 Thread Niclas Hedhman
-- Forwarded message -- From: Greg Stein <gst...@gmail.com> Date: Sun, Apr 2, 2017 at 8:20 AM Subject: List of Apache Software Foundation projects - Wikipedia To: Niclas Hedhman <nic...@hedhman.org> I renamed zest to polygene, but there is no existing Wikipedia pag

Re: List of Apache Software Foundation projects - Wikipedia

2017-04-01 Thread Niclas Hedhman
, please help out doing so. Cheers Niclas On Sun, Apr 2, 2017 at 9:20 AM, Niclas Hedhman <nic...@hedhman.org> wrote: > > -- Forwarded message -- > From: Greg Stein <gst...@gmail.com> > Date: Sun, Apr 2, 2017 at 8:20 AM > Subject: List of Apache Software Foun

Re: Don't throw Exceptions during Bootstrap

2017-03-30 Thread Niclas Hedhman
ger> doAnotherThing(String name, int value) types: [Person,ValueComposite] (i.e. toString on a ParameterizedType) which I find quite annoying. Seldom enough the package name should be needed. Cheers On Wed, Mar 29, 2017 at 7:13 PM, Niclas Hedhman <nic...@hedhman.org> wrote: > > And if t

Re: [jira] [Resolved] (POLYGENE-157) Remove support for legacy Map serialization format.

2017-04-02 Thread Niclas Hedhman
Key: POLYGENE-157 > > URL: https://issues.apache.org/jira/browse/POLYGENE-157 > > Project: Polygene > > Issue Type: Sub-task > >Reporter: Niclas Hedhman > >Assignee: Paul Merlin > >

Re: svn commit: r19116 - /release/polygene/

2017-04-11 Thread Niclas Hedhman
Added: > release/polygene/ > > -- Niclas Hedhman, Software Developer http://zest.apache.org - New Energy for Java

Re: Pre-release checks

2017-04-12 Thread Niclas Hedhman
If I execute uploadArchives, then those zip/tar tasks are triggered, but shouldn't it be before that? Should the docs include those targets as part of the first build? On Wed, Apr 12, 2017 at 3:29 PM, Niclas Hedhman <nic...@hedhman.org> wrote: > Paul, > > I have been checking t

Re: Strange behavior in build/test

2017-04-07 Thread Niclas Hedhman
Never mind... It seems to have recovered. ?:/ On Fri, Apr 7, 2017 at 10:32 AM, Niclas Hedhman <nic...@hedhman.org> wrote: > Gang, > I am going to push hard for a release during the coming week. > > But I am struggling with a peculiarity that might halt this. > > I am tr

Re: [DISCUSSION] Ver 3.0 coming...

2017-04-10 Thread Niclas Hedhman
I hope the attachment on this email is not stripped... On Sat, Apr 8, 2017 at 5:17 AM, Paul Merlin <paulmer...@apache.org> wrote: > Hey, > > Yay for the upcoming 3.0-RC1! > > > Le 2017-04-07 17:54, Niclas Hedhman a écrit : > >> Hi, >> I want to push hard

Re: javax.script

2017-04-08 Thread Niclas Hedhman
ld be able to do the "compilation" once per composite type and then "clone" the scope, or use "sub-contexts" for each instance. Don't know if that's possible using the javax.scripting api though. Niclas Hedhman a écrit : > Hi, > I mentioned yesterday that I am workin

Re: setAccessible( true )

2017-04-08 Thread Niclas Hedhman
are made when > creating the model, for some others they are made during runtime > repeatedly. I'll move all these at bootstrap time so we don't pay that > cost at runtime. > > /Paul > > -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

POLYGENE-129 @PostConstruct & PreDestroy

2017-04-11 Thread Niclas Hedhman
the class MUST NOT be put into service except in the case of EJBs where the EJB can handle exceptions and even recover from them. This spec is in my opinion not compatible with Polygene, and I suggestthat POLYGENE-129 is closed as WONTFIX. WDYT? Cheers -- Niclas Hedhman, Software Developer

develop-java8-checkDists

2017-04-11 Thread Niclas Hedhman
/test/TEST-org.apache.polygene.gradle.release.ModuleReleaseSpecTest.xml is 7 days 17 hr old My guess is that the tests for buildSrc/ is not run "again" and the test report remain old. Or ? No other problem in the build as far as I can see. Cheers -- Niclas Hedhman, Software Deve

New record in test coverage??

2017-04-14 Thread Niclas Hedhman
as input to the Yeoman generator, excluding a model.json file. And it even means that 19624 applications were created and compiled. So 1500 tests/hour (2.4sec/test) ; Any ideas on how to improve that by a magnitude or more? Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org

Honker?

2017-04-13 Thread Niclas Hedhman
Maybe I have asked this before, maybe I never sent the mail... What is Honker supposed to do? Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Dependencies

2017-04-13 Thread Niclas Hedhman
Stan, I am going through the dependencies (to ensure NOTICE compliance) we have and came across org.java-sql-generator which in turn depends on org.api-typeable-pojos Since you have not touched this for ~5 years, can we/you import this into the Polygene codebase instead? Cheers -- Niclas

MIgration from Sesame to RDF4J

2017-04-14 Thread Niclas Hedhman
I came across this, which is probably important to us. http://docs.rdf4j.org/migration/ -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Access to dist seems fixed.

2017-04-14 Thread Niclas Hedhman
https://issues.apache.org/jira/browse/INFRA-13876 -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

bonecp deprecated

2017-04-14 Thread Niclas Hedhman
On https://github.com/wwadge/bonecp I read; It beats older connection pools such as C3P0 and DBCP but SHOULD NOW BE CONSIDERED DEPRECATED in favour of HikariCP. I request that we drop it from this release and add Hikari in 3.1 Cheers -- Niclas Hedhman, Software Developer http

Re: ManyAssociation.clear() & NamedAssociation.clear()

2017-04-23 Thread Niclas Hedhman
than removing each element at a time. > > WDYT? Any objection? > > Cheers > > /Paul > > -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Re: Polygene and Kotlin

2017-04-24 Thread Niclas Hedhman
} > } > } > layer2.uses(layer1) > } > }) > application.activate() > application.passivate() > > To get to the code above I added a few Kotlin extensions methods to the > bootstrap api: > https://kotlinlang

Re: Yeoman generator

2017-03-11 Thread Niclas Hedhman
Oh, the above will stop for prompts. That can be turned off as well with "--noPrompt" On Sat, Mar 11, 2017 at 6:53 PM, Niclas Hedhman <nic...@hedhman.org> wrote: > > I don''t know how to run Yeoman other than; > > First install locally; > cd tools/generat

Re: Build failed in Jenkins: Polygene(JavaEdition)-develop-java9-check #78

2017-03-10 Thread Niclas Hedhman
th > -source 1.8 > 1 warning > :tests:performance:check > :tests:regression:check UP-TO-DATE > :tools:envisage:honkerCheck > :tools:envisage:check > :tools:model-detail:honkerCheck > :tools:model-detail:check > :tutorials:cargo:check > :tutorials:composites:check > :tutorials:hello:check > :tutorials:introduction:check UP-TO-DATE > :tutorials:services:check > :tutorials:introduction:tenminutes:check UP-TO-DATE > :tutorials:introduction:thirtyminutes:check UP-TO-DATE > :tutorials:introduction:twominutes:check UP-TO-DATE > > FAILURE: Build failed with an exception. > > * What went wrong: > Execution failed for task ':libraries:rest-client:test'. > > There were failing tests. See the report at: file://< > https://builds.apache.org/job/Polygene(JavaEdition)- > develop-java9-check/ws/libraries/rest-client/build/ > reports/tests/test/index.html> > > * Try: > Run with --stacktrace option to get the stack trace. Run with --info or > --debug option to get more log output. > > BUILD FAILED > > Total time: 9 mins 46.553 secs > Build step 'Invoke Gradle script' changed build result to FAILURE > Build step 'Invoke Gradle script' marked build as failure > Recording test results > -- Niclas Hedhman, Software Developer http://polygene.apache.org <http://zest.apache.org> - New Energy for Java

Re: Yeoman generator

2017-03-06 Thread Niclas Hedhman
And I think ASF policy is that "We distributed open SOURCE", so any binary is convenience, and it should be producable from the source dist tarball. If we fulfill that, then npm publishing should not be any different than Maven publishing. On Mon, Mar 6, 2017 at 7:46 PM, Niclas He

Re: Yeoman generator

2017-03-06 Thread Niclas Hedhman
although it doesn't seem to have done that for me. Maybe only when .git is in the same directory. But it is interesting stuff... On Mon, Mar 6, 2017 at 7:27 PM, Paul Merlin <paulmer...@apache.org> wrote: > Niclas Hedhman a écrit : > > On Mon, Mar 6, 2017 at 4:49 PM, Paul Mer

Re: Build failed in Jenkins: Polygene(JavaEdition)-develop-java8-checkDists #126

2017-03-06 Thread Niclas Hedhman
efaultExecAction.execute( > DefaultExecAction.java:31) > at org.gradle.api.tasks.AbstractExecTask.exec( > AbstractExecTask.java:54) > at org.apache.polygene.gradle.tasks.ExecLogged.super$5$exec( > ExecLogged.groovy) > at org.apache.polygene.g

Re: Yeoman generator

2017-03-06 Thread Niclas Hedhman
answer the questions $ ./gradlew build install ... and no messing around with downloads or setting up a build, then we have lowered the bar quite a bit. I am optimistic. Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Re: Don't throw Exceptions during Bootstrap

2017-04-02 Thread Niclas Hedhman
wrote: > Le 2017-03-31 05:02, Niclas Hedhman a écrit : > >> The full format would have been; >> >> Composition Problems Report: >> message: No implementation found for method >> method: java.util.Map<java.lang.String, java.lang.Integer> >&g

javax.script

2017-04-07 Thread Niclas Hedhman
so on are available as global variables. Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Strange behavior in build/test

2017-04-06 Thread Niclas Hedhman
. And the difference is not the test itself but inside the bootstrap of the model, which is single-threaded. Can anyone suggest what the difference could possibly be, that impacts the analysis of the model? Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

[DISCUSSION] Ver 3.0 coming...

2017-04-07 Thread Niclas Hedhman
o, do we cut it out of the release and revive it later? Or is there someone volunteering to take a stab at it? Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Re: Polygene weblog

2017-07-30 Thread Niclas Hedhman
And if you want to author anything, you need to login when on the page (bottom in right hand column) and then notify me (eventually others) to add you. Cheers On Sun, Jul 30, 2017 at 3:33 PM, Niclas Hedhman <nic...@hedhman.org> wrote: > All, > > I have requested and gotten Apach

Re: API change suggestion

2017-08-02 Thread Niclas Hedhman
rong here, perhaps other than that "state" has come to mean "persisted state" in too much of the documentation and discussion. Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Re: API change suggestion

2017-08-02 Thread Niclas Hedhman
to reuse "shared methods" and we avoid > exposing the shared stuff to application code, leaving us with freedom to > refactor later. > > Another (unrelated) thought looking at this API : What is the meaning of > properties for a service or a transient (ServiceDescriptor exte

BeanValidation 2.0 is out...

2017-08-10 Thread Niclas Hedhman
to suggest that it is; a. close to what we already have, b. stronger definition on how to build violation messages, c. seemingly easy to integrate. WDYT? And is there any volunteer... :-) ? Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Re: Thoughts on Release 3.0

2017-07-13 Thread Niclas Hedhman
On Fri, Jul 14, 2017 at 12:13 AM, Paul Merlin <paulmer...@apache.org> wrote: > Niclas Hedhman a écrit : > > 2. Mentioned above; I am suspicious about the SQL Indexer and its > "reindex" > > on start up. I have frequent exceptions on that when working on the &

Re: Time flies and Fun begins

2017-07-14 Thread Niclas Hedhman
Paul, Did you have any other failure than inside the generator? The rest builds cleanly here... On Fri, Jul 14, 2017 at 12:13 AM, Paul Merlin <paulmer...@apache.org> wrote: > Niclas Hedhman a écrit : > > 1. Most of the commits that I pushed is actually private branches pushed &g

Time flies and Fun begins

2017-07-10 Thread Niclas Hedhman
... Expecting everyone showing up 3. Time to plan the *Release*. Unfortunately, we are going to miss the 2 year mark, and I have some thoughts (separate mail). Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Thoughts on Release 3.0

2017-07-11 Thread Niclas Hedhman
the goals I would like to have and willing to work on. July 2017 - Release 3.0 Oct 2017 - Release 3.1 : The new SQL Entity Store, Polygene Generator and Kotlin showcasing. Jan 2018 - Release 3.2 : New indexing system and new Query API. April 2018 - Release 3.3 : Timeseries suppo

Re: Time flies and Fun begins

2017-07-15 Thread Niclas Hedhman
<p...@nosphere.org> wrote: > Le 14 juillet 2017 14:02:11 GMT+02:00, Niclas Hedhman <nic...@hedhman.org> > a écrit : > >Paul, > >Did you have any other failure than inside the generator? The rest > >builds > >cleanly here... > > I did not

Re: Time flies and Fun begins

2017-07-17 Thread Niclas Hedhman
So sorry... Had a personal emergency... On Mon, Jul 17, 2017 at 11:14 PM, Paul Merlin <paulmer...@apache.org> wrote: > Le 2017-07-11 02:14, Niclas Hedhman a écrit : > >> 2. On Monday it is the *3rd Monday* and time for a *hangout* again. Last >> one feels like yesterd

Logo contest

2017-07-18 Thread Niclas Hedhman
will set up a Poll for us all to select the winner among the best of these. I think I should simply drop (as I have done so far) everything that I would be unhappy with, down to something like 5 designs to vote on. WDYT? Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org - New

Re: Logo contest

2017-07-19 Thread Niclas Hedhman
, compared to he print, which fades and looks bad much sooner. On Wed, Jul 19, 2017 at 4:29 PM, Paul Merlin <paulmer...@apache.org> wrote: > Le 2017-07-19 07:21, Niclas Hedhman a écrit : > >> Heads-up, >> >> I have been running a design contest on 99designs.com and

Re: polygene-java git commit: Extension was accidentally changed.

2017-07-15 Thread Niclas Hedhman
'RestAPIApplication/customUnixStartScript.txt.tmpl', > -'app/src/scripts/customUnixStartScript.txt.tmpl'); > +'app/src/scripts/customUnixStartScript.txt'); > > p.copyTemplate(p.ctx, > 'RestAPIApplication/customWindowsStartScript.txt.tmpl'

Re: [VOTE] Release Polygene (Java Edition) version 3.0.0 - Take 4

2017-07-21 Thread Niclas Hedhman
tive > than negative votes. > > [ ] +1 Release Apache Polygene (Java Edition) 3.0.0 > [ ] 0 I don't have a strong opinion about this, but I assume it's ok > [ ] -1 Do not release Apache Polygene (Java Edition) 3.0.0 because... > > Cheers > > -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Re: ORM EntityStore

2017-07-22 Thread Niclas Hedhman
Polygene : > > Person.createPerson("Taro", "Tanaka", "JPN"); > Person person = Person.findPersonNamed("Taro", "Tanaka"); > > Evtl. this can be used as ORM in Apache Polygene ? Looks promising, so lets > see.. > > Cheers, &

Logo Contest

2017-07-22 Thread Niclas Hedhman
and relative placements. Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Re: Logo Contest

2017-07-24 Thread Niclas Hedhman
There is not that many votes cast, and those who hasn't, please do so, because the result is somewhat inconclusive. On Sun, Jul 23, 2017 at 12:39 PM, Niclas Hedhman <nic...@hedhman.org> wrote: > > I have picked 8 of the ones that I think are good enough, and I ask peop

Blog post about Polygene 3.0

2017-07-27 Thread Niclas Hedhman
https://hedhman.wordpress.com/2017/07/28/apache-polygene-3-0-released/ Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Re: [jira] [Updated] (POLYGENE-204) Change of Logo to reflect new name

2017-07-28 Thread Niclas Hedhman
ogo to reflect new name > >> -- > >> > >> Key: POLYGENE-204 > >> URL: https://issues.apache.org/jira/browse/POLYGENE-204 > >> Project: Polygene > >>

Re: Logo Contest

2017-07-26 Thread Niclas Hedhman
and variations, more so than anyone else. Definitely ready to take on alterations whatever we ask for... The designer of #40 has been much more "quiet", submitted this and one other. No follow-ups at all. What does others think? Cheers Niclas On Tue, Jul 25, 2017 at 10:37 AM, Niclas He

Re: [VOTE][RESULT] Release Polygene (Java Edition) version 3.0.0 - Take 4

2017-07-26 Thread Niclas Hedhman
Great, I will ask Sally to issue press release and I have a blog post waiting to be published. Great work, and happy that it is getting more streamlined to perform. 'develop' is now targeted for 3.1, and I will hurry up and getting the new stuff in there asap. Cheers On Jul 27, 2017 02:26,

Re: Logo contest

2017-07-19 Thread Niclas Hedhman
I am aware of font licensing. On Jul 19, 2017 16:53, "Paul Merlin" <paulmer...@apache.org> wrote: > Le 2017-07-19 10:36, Niclas Hedhman a écrit : > >> My previous experience, >> SVG is delivered, I asked for font file as well and the designer >> accomm

Re: A few things..

2017-06-29 Thread Niclas Hedhman
; > -- > Best regards / Med venlig hilsen > Nino Martinez > -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Re: A few things..

2017-06-29 Thread Niclas Hedhman
polygene/java ./gradlew -Dversion=3.0.0-nino1 build install -xtest Excluding tests will limit the possibility that something in your environment is preventing a clean build. Cheers Niclas On Fri, Jun 30, 2017 at 8:12 AM, Niclas Hedhman <nic...@hedhman.org> wrote: > Ah, I see the bad link.

Re: A few things..

2017-06-29 Thread Niclas Hedhman
ygene.apache.org/java/latest/howto-depend-on-qi4j.html > > -- > Best regards / Med venlig hilsen > Nino Martinez > -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Re: EntityReference in ValueComposite 'side effect'

2017-07-03 Thread Niclas Hedhman
Perhaps. I think "Activation" might have an influence and could throw a spanner in the works. SO, I want to get to the bottom of that, before figuring out what can be cached when. On Tue, Jul 4, 2017 at 12:47 AM, Paul Merlin <paulmer...@apache.org> wrote: > Niclas Hedhman

Why I don't like regular expressions...

2017-07-05 Thread Niclas Hedhman
nd curlies being ordinary characters) But the third group shouldn't work at all... * ([^},]+)* So, that is a group of one or more characters but not comma and not end brace... Has this ever worked? Because a few lines later, the sequence of types are being extracted, so it was intended to have multip

Re: [jira] [Resolved] (POLYGENE-247) Entity state JSON serialization like Value serialization

2017-04-24 Thread Niclas Hedhman
format will change. > > See this comment for details: https://issues.apache.org/ > jira/browse/POLYGENE-95?focusedCommentId=15962308#comment-15962308 > > > > -- > This message was sent by Atlassian JIRA > (v6.3.15#6346) > -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Re: Logo Contest

2017-07-30 Thread Niclas Hedhman
> Cheers, > Georg > > > Am 27. Juli 2017 01:57:58 MESZ schrieb Niclas Hedhman <hedh...@gmail.com>: > >Ok, good to know that people agree with a responsive designer. > > > >I think I simply declare her winner (so she get paid) and then I'll > >

Re: Press Release ; Apache Polygene Release 3.0

2017-07-28 Thread Niclas Hedhman
end of the week. > So if there's flexibility there, let's see what makes the best sense. > Cheers and chat soon, > Sally > > - - - > Vice President Marketing & Publicity > The Apache Software Foundation > > Tel +1 617 921 8656 > Skype sallykhudairi >

Re: [VOTE] [CANCEL] Release Polygene (Java Edition) version 3.0.0

2017-05-17 Thread Niclas Hedhman
ll.zip .. <==---> 82% EXECUTING > :tools:generator-polygene:npmTest On Thu, May 18, 2017 at 7:55 AM, Niclas Hedhman <nic...@hedhman.org> wrote: > It seems t

Re: [VOTE] [CANCEL] Release Polygene (Java Edition) version 3.0.0

2017-05-17 Thread Niclas Hedhman
8:01 PM, Paul Merlin <paulmer...@apache.org> wrote: > This vote is cancelled due to an issue with bootstrapping the build from > the source distribution. > > I will create a new RC and send out another vote e-mail soon. > > /Paul > > > Niclas Hedhman a écrit : > > Y

SingletonAssembler with lambda

2017-05-13 Thread Niclas Hedhman
crificed" is that the SingletonAssembler becomes a non-abstract class and the "implement methods" INTENT in IDEA (others?) is not there automatically. I think this is worth the change. WDYAT? Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Re: [jira] [Created] (POLYGENE-251) Support Java 8 default methods on interfaces

2017-05-13 Thread Niclas Hedhman
There was already another ticket on this, and I fixed that today. It hasn't been committed back yet as I got a merge conflict and some failing test after rebase... Fix that tomorrow morning. On May 13, 2017 23:27, "Paul Merlin (JIRA)" wrote: > Paul Merlin created POLYGENE-251:

Re: Releasing 3.0 ?

2017-05-13 Thread Niclas Hedhman
POLYGENE-251 was fixed today, as I wrote else-thread... Coolest part with that was I got to use Method Handles for the first time. Niclas On May 13, 2017 23:40, "Paul Merlin" wrote: > Gang, > > We still have a few things to get done before I can proceed with 3.0 >

Re: Releasing 3.0 ?

2017-06-12 Thread Niclas Hedhman
l come back early July. If we are ready to release 3.0 during that > time I won't be able to roll the release out. So, either I hand my 3.0 > Release Manager hat to somebody else that will roll the release in the > coming weeks or I do it when I'm back. I'm fine with both. > > Cheers >

Re: Non-Accessible Public Method??

2017-06-08 Thread Niclas Hedhman
at 12:04 PM, Niclas Hedhman <nic...@hedhman.org> wrote: > Wow!!! > > If I had read the exception a bit clearer, I would probably have gotten > this sooner. > > The return type is not public, and since the _Stud is in a different class > space, it is not accessible.

Re: Non-Accessible Public Method??

2017-06-08 Thread Niclas Hedhman
a small concern. But I will try to put in a more reasonable error message. Cheers Niclas On Fri, Jun 9, 2017 at 11:31 AM, Niclas Hedhman <nic...@hedhman.org> wrote: > N... That was the Proxy of the mixin, that had the application > classloader. Of course > &g

Re: Non-Accessible Public Method??

2017-06-08 Thread Niclas Hedhman
N... That was the Proxy of the mixin, that had the application classloader. Of course Continue to dig in this. On Fri, Jun 9, 2017 at 11:11 AM, Niclas Hedhman <nic...@hedhman.org> wrote: > Ok, so I have traced this down to; > > The private mixin sqlTable is loaded by

Nerd Humor

2017-06-09 Thread Niclas Hedhman
This must be one of the funniest exceptions I have ever got... Doubt many people find it funny, though. java.lang.ClassCastException: java.lang.IllegalAccessException cannot be cast to java.lang.Error And only in this project will something like surface. Cheers -- Niclas Hedhman, Software

Re: Nerd Humor

2017-06-09 Thread Niclas Hedhman
, and it won't allow that to change during the method invocation. On Fri, Jun 9, 2017 at 2:18 PM, Niclas Hedhman <nic...@hedhman.org> wrote: > > > This must be one of the funniest exceptions I have ever got... Doubt many > people find it funny, though. > > > j

Re: Nerd Humor

2017-06-09 Thread Niclas Hedhman
ava) in .NET application, > and it when it threw exception from inner AppDomain, it couldn't serialize > it in AppDomain boundary, resulting in similar situation. :D > > > On 09/06/2017 09:18, Niclas Hedhman wrote: > >> This must be one of the funniest exceptions I have ever got..

Re: appear.in meeting

2017-06-19 Thread Niclas Hedhman
Reminder!!! in 8 minutes On Fri, Jun 16, 2017 at 7:48 AM, Niclas Hedhman <nic...@hedhman.org> wrote: > Reminder, hanging out > > Monday 19 June, 15:00 UTC, 17:00 CET and 23:00 MYT > > https://appear.in/polygene > > Hope to see you there. > > On Wed, May 10, 201

Re: Build failed in Jenkins: Polygene(JavaEdition)-develop-java8-check #402

2017-06-23 Thread Niclas Hedhman
org.apache.polygene.tools:org. > apache.polygene.tool.model-detail/maven-metadata.xml in remote (file://< > https://builds.apache.org/job/Polygene(JavaEdition)-develop-java8- > check/ws/tools/model-detail/build/stage/archives)> > > :distributions:stageBinariesMavenRepository > :tools:generator-polygene:generateStageMavenRepositoryInitScript > :tools:generator-polygene:nodeSetup UP-TO-DATE > :tools:generator-polygene:npmSetup UP-TO-DATE > :tools:generator-polygene:npmInstall UP-TO-DATE > :tools:generator-polygene:prepareTemplateGradleWrapper UP-TO-DATE > :tools:generator-polygene:setsCurrentVersionToPackageJson > :tools:generator-polygene:npmTest SKIPPED > :tools:generator-polygene:check UP-TO-DATE > :tools:model-detail:honkerCheck > :tools:model-detail:check > :tutorials:cargo:check > :tutorials:composites:check > :tutorials:hello:check > :tutorials:introduction:check UP-TO-DATE > :tutorials:services:check > :tutorials:introduction:tenminutes:check UP-TO-DATE > :tutorials:introduction:thirtyminutes:check UP-TO-DATE > :tutorials:introduction:twominutes:check UP-TO-DATE > > FAILURE: Build failed with an exception. > > * What went wrong: > Execution failed for task ':core:api:test'. > > There were failing tests. See the report at: file://< > https://builds.apache.org/job/Polygene(JavaEdition)- > develop-java8-check/ws/core/api/build/reports/tests/test/index.html> > > * Try: > Run with --stacktrace option to get the stack trace. Run with --info or > --debug option to get more log output. > > BUILD FAILED in 14m 51s > 1197 actionable tasks: 1192 executed, 5 up-to-date > Build step 'Invoke Gradle script' changed build result to FAILURE > Build step 'Invoke Gradle script' marked build as failure > Recording test results > -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Re: polygene-java git commit: :tools:generator Add empty test to generated rest-api application

2017-05-22 Thread Niclas Hedhman
;> >> See >> tools/generator-polygene/app/templates/RestAPIApplication/bo >> otstrap-test.tmpl >> >> The generator tests now run ./gradlew check instead of ./gradlew >> classes on generated projects >> > > -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Blow your mind...

2017-05-22 Thread Niclas Hedhman
files. . And additional NICE to have feature would be that --import search for files, for instance inside a templates/ directory of the SDK or perhaps on NPM Registry according to some name space rules. Cheers -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

Re: Default assemblers (Re: Issue with null association)

2017-05-23 Thread Niclas Hedhman
re. We would need to make it read-only as well, since otherwise people might be tempted to toss all kinds of less thought-out stuff in there, and degrading their own work. Unless someone can convince me otherwise, I think we won't go forward with it. Cheers -- Niclas Hedhman, Software Developer h

npmTests

2017-05-23 Thread Niclas Hedhman
ctureLayer.java ./bootstrap/src/main/java/org/apache/polygene/generator/test/bootstrap/domain ./bootstrap/src/main/java/org/apache/polygene/generator/test/bootstrap/domain/DomainLayer.java ./app ./app/build.gradle ./gradlew.bat ./settings.gradle -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java

  1   2   3   4   5   6   >