Re: [hibernate-dev] hibernate.org ORM release series page

2018-02-02 Thread Guillaume Smet
On Fri, Feb 2, 2018 at 4:22 PM, Guillaume Smet wrote: > On Fri, Feb 2, 2018 at 4:00 PM, Steve Ebersole > wrote: > >> See you cheated though. You "just happened" to use a project that has a >> dedicated groupId. If we used a dedicated groupId for ORM >> (`org.hibernate.orm` e.g.) then its not a

Re: [hibernate-dev] hibernate.org ORM release series page

2018-02-02 Thread Yoann Rodiere
Merged to production. Steve, you can add 5.3.0.Beta2 the usual way, whenever you're ready. On Fri, 2 Feb 2018 at 16:44 Guillaume Smet wrote: > On Fri, Feb 2, 2018 at 4:27 PM, Steve Ebersole > wrote: > >> Pretty sure you are still more impressed with it than I am with Nexus ;) >> > > That's the

Re: [hibernate-dev] hibernate.org ORM release series page

2018-02-02 Thread Guillaume Smet
On Fri, Feb 2, 2018 at 4:27 PM, Steve Ebersole wrote: > Pretty sure you are still more impressed with it than I am with Nexus ;) > That's the message I wanted to convey: we don't use the Nexus UI anymore with the changes made by Yoann. And that doesn't prevent you from using Bintray for publish

Re: [hibernate-dev] hibernate.org ORM release series page

2018-02-02 Thread Steve Ebersole
> > Yeah, sorry, I'm not impressed. > Pretty sure you are still more impressed with it than I am with Nexus ;) Bintray is in fact in the middle of a UI/UX rewrite, so... >> >> And selecting the "main" artifact used in the drop down is one of those >> items >> > > OK, let's hope it's going to be

Re: [hibernate-dev] hibernate.org ORM release series page

2018-02-02 Thread Guillaume Smet
On Fri, Feb 2, 2018 at 4:00 PM, Steve Ebersole wrote: > See you cheated though. You "just happened" to use a project that has a > dedicated groupId. If we used a dedicated groupId for ORM > (`org.hibernate.orm` e.g.) then its not a big deal either way. > I didn't cheat. I gave a random link. Y

Re: [hibernate-dev] hibernate.org ORM release series page

2018-02-02 Thread Yoann Rodiere
> Should I make those changes on top of yours? I will do it and merge. Thanks all for the feedback. On Fri, 2 Feb 2018 at 16:23 Guillaume Smet wrote: > On Fri, Feb 2, 2018 at 4:00 PM, Steve Ebersole > wrote: > >> See you cheated though. You "just happened" to use a project that has a >> dedi

Re: [hibernate-dev] hibernate.org ORM release series page

2018-02-02 Thread Steve Ebersole
There is one thing that should change though - that initial Bintray link really ought to go to the Bintray hibernate-orm package. We already have the version-specific Bintray links below. Thanks for working on this. Should I make those changes on top of yours? On Fri, Feb 2, 2018 at 8:06 AM Yoa

Re: [hibernate-dev] hibernate.org ORM release series page

2018-02-02 Thread Yoann Rodiere
So... It's a yes for the current state of staging (with Bintray links)? On Fri, 2 Feb 2018 at 16:07 Steve Ebersole wrote: > On Fri, Feb 2, 2018 at 8:36 AM Guillaume Smet > wrote: > >> On Fri, Feb 2, 2018 at 3:06 PM, Yoann Rodiere >> wrote: >> >>> @Guillaume, all: I also changed the links of ot

Re: [hibernate-dev] hibernate.org ORM release series page

2018-02-02 Thread Steve Ebersole
On Fri, Feb 2, 2018 at 8:36 AM Guillaume Smet wrote: > On Fri, Feb 2, 2018 at 3:06 PM, Yoann Rodiere wrote: > >> @Guillaume, all: I also changed the links of other projects to point to >> Maven Central instead of the JBoss Nexus, because the JBoss Nexus requires >> authentication. And, well, als

Re: [hibernate-dev] hibernate.org ORM release series page

2018-02-02 Thread Guillaume Smet
On Fri, Feb 2, 2018 at 3:06 PM, Yoann Rodiere wrote: > @Guillaume, all: I also changed the links of other projects to point to > Maven Central instead of the JBoss Nexus, because the JBoss Nexus requires > authentication. And, well, also because... Nexus. > Frankly, I find the new Maven Central

Re: [hibernate-dev] hibernate.org ORM release series page

2018-02-02 Thread Yoann Rodiere
> IIUC, a "switch based on the project" is not going to be enough. For the orm project we'd also then need to know whether a series is "5.3 or later": It's even worse, as 5.3.0.Beta1 is on the JBoss Nexus but Beta2 is on Bintray,,, Anyway, I managed to get something. It's on staging, please give

Re: [hibernate-dev] hibernate.org ORM release series page

2018-02-02 Thread Guillaume Smet
On Fri, Feb 2, 2018 at 2:19 PM, Steve Ebersole wrote: > I'm not sure how to do that `series >= 5.3` piece. I guess I'll look at > what you do on staging What I have done so far to manage this sort of things is to add metadata to the series files. -- Guillaume

Re: [hibernate-dev] hibernate.org ORM release series page

2018-02-02 Thread Sanne Grinovero
Couldn't we just have "All Hibernate libraries are available in Maven Central" ? I'd like to keep things simple, both for us and for users. On 2 February 2018 at 13:19, Steve Ebersole wrote: > IIUC, a "switch based on the project" is not going to be enough. For the > orm project we'd also then

Re: [hibernate-dev] hibernate.org ORM release series page

2018-02-02 Thread Steve Ebersole
IIUC, a "switch based on the project" is not going to be enough. For the orm project we'd also then need to know whether a series is "5.3 or later": if ( page.project == "orm" && series >= 5.3 ) { // bintray ... } else { // as before } I'm not sure how to do that `series >= 5.3` piece. I guess

Re: [hibernate-dev] hibernate.org ORM release series page

2018-02-01 Thread Yoann Rodiere
> Is this going to be as simple as adding a new layout (`project-releases-series-bintray.html.haml`?) and using that as the layout for http://hibernate.org/orm/releases/5.3/ ? It should be, yes. Though a better option might be to introduce switches based on the project, especially if you only wan

[hibernate-dev] hibernate.org ORM release series page

2018-02-01 Thread Steve Ebersole
Now that I've moved ORM publishing to Bintray some of the layout of hibernate.org in regards to releases is not-so-nice. Most of this comes into play in the `project-releases-series.html.haml` file use as the layout for these "series" pages. Specifically: 1. Some of the text injected is just

Re: [hibernate-dev] Hibernate.org and Roadmap nav link

2016-04-23 Thread Steve Ebersole
Like I said, that is exactly what I end up doing now. When I do a release I write the blog directly in the in.relation.to repo via the GitHub UI editor. Same for the release descriptor in hibernate.org. SO I am familiar with that approach. On Fri, Apr 22, 2016 at 10:34 AM Sanne Grinovero wrot

Re: [hibernate-dev] Hibernate.org and Roadmap nav link

2016-04-22 Thread Sanne Grinovero
Hi Steve, yes I understand you just want to write some content. But then why not give the approach I just mentioned a try? You can totally skip the staging branch and docker stuff. I will *personally* keep using staging when I'm not sure about formatting and/or am working on something which I wan

Re: [hibernate-dev] Hibernate.org and Roadmap nav link

2016-04-22 Thread Steve Ebersole
Right, this is actually exactly what I end up doing for any dealing with hibernate.org or in.relation.to... Keep in mind I just want to author come content :) Personally I find the whole process just gets in the way. Generally right out of the chute we have to deal with forced pushes on staging

Re: [hibernate-dev] Hibernate.org and Roadmap nav link

2016-04-22 Thread Sanne Grinovero
There's a middle-ground strategy which might be cool to try. Go here: - https://github.com/hibernate/hibernate.org/edit/production/orm/roadmap.adoc edit the doc within the browser, confirm the changes with a brief commit message and CI should pick it up, then publish within 5 minutes. I just di

Re: [hibernate-dev] Hibernate.org and Roadmap nav link

2016-04-21 Thread Davide D'Alto
Hi Steve, what problems are you having with hibernate.org? I agree with Gunnar that we should try to stick with one look & feel if possible. On Thu, Apr 21, 2016 at 9:00 PM, Steve Ebersole wrote: > Because I find it incredibly easier to work with GitHub wiki as opposed to > hibernate.org for aut

Re: [hibernate-dev] Hibernate.org and Roadmap nav link

2016-04-21 Thread Steve Ebersole
Because I find it incredibly easier to work with GitHub wiki as opposed to hibernate.org for authoring. On Thu, Apr 21, 2016, 12:42 PM Gunnar Morling wrote: > Hey, > > What's the reason for maintaining the roadmap in the wiki rather than > hibernate.org itself? > > I hoped we'd centralize this k

Re: [hibernate-dev] Hibernate.org and Roadmap nav link

2016-04-21 Thread Gunnar Morling
Hey, What's the reason for maintaining the roadmap in the wiki rather than hibernate.org itself? I hoped we'd centralize this kind of information on hibernate.org; Looks a tad more professional to have everything with the same look & field rather than pointing to other resources as the wiki... Al

Re: [hibernate-dev] Hibernate.org and Roadmap nav link

2016-04-21 Thread Steve Ebersole
Chris just point out that the roadmap target URL is part of the site config. So I can just update that for ORM. Disregard :) On Thu, Apr 21, 2016 at 12:36 PM Steve Ebersole wrote: > I have started maintaining[1] the ORM Roadmap external to hibernate.org > itself. I'd like to adjust the link

[hibernate-dev] Hibernate.org and Roadmap nav link

2016-04-21 Thread Steve Ebersole
I have started maintaining[1] the ORM Roadmap external to hibernate.org itself. I'd like to adjust the link to when under orm/ to point to this external URL rather than the parameterized {project}/roadmap target. Is that possible? And if so, how? [1] https://github.com/hibernate/hibernate-orm/w

Re: [hibernate-dev] Hibernate.org layouts

2015-08-22 Thread Hardy Ferentschik
Hi, On Sat, Aug 22, 2015 at 02:22:01PM +, Steve Ebersole wrote: > I went ahead for now with your first (1) option. So for ORM, the left-hand > "Documentation" link now becomes 3: "Documentation (5.0)", "Documentation > (4.3)", "Documentation (4.2)". Right, definitely the easiest. > Not idea

Re: [hibernate-dev] Hibernate.org layouts

2015-08-22 Thread Steve Ebersole
I went ahead for now with your first (1) option. So for ORM, the left-hand "Documentation" link now becomes 3: "Documentation (5.0)", "Documentation (4.3)", "Documentation (4.2)". Not ideal long term, but as you said, the easiest solution for now and it works. But it got me thinking that a lot o

Re: [hibernate-dev] hibernate.org Awestruct within Docker

2015-08-20 Thread Steve Ebersole
Worked great for me locally from upstream! On Thu, Aug 20, 2015 at 10:57 AM Steve Ebersole wrote: > Hardy, this is awesome! Thanks for getting this pushed upstream. I am > about to work with this upstream today :) > > > > On Thu, Aug 20, 2015 at 8:08 AM Hardy Ferentschik > wrote: > >> Hi all

Re: [hibernate-dev] hibernate.org Awestruct within Docker

2015-08-20 Thread Steve Ebersole
Hardy, this is awesome! Thanks for getting this pushed upstream. I am about to work with this upstream today :) On Thu, Aug 20, 2015 at 8:08 AM Hardy Ferentschik wrote: > Hi all, > > I just pushed some changes to the hibernate.org site. The changes allow > you to run > the hibernate.org Awes

[hibernate-dev] hibernate.org Awestruct within Docker

2015-08-20 Thread Hardy Ferentschik
Hi all, I just pushed some changes to the hibernate.org site. The changes allow you to run the hibernate.org Awestruct environment within a Docker container while still being able to make changes locally. The obvious benefit is that in case of environmental problems due to native extension comp

Re: [hibernate-dev] Hibernate.org layouts

2015-08-20 Thread Hardy Ferentschik
Hi, I am not a great expert on the templating side either, but I can tell you how it is put together atm. The left hand menu items for the different projects (About, Downloads, Documentation, etc) are actually generated from the site config. If you look into _config/site.yml, you see that each

[hibernate-dev] Hibernate.org layouts

2015-08-19 Thread Steve Ebersole
In regards to WEBSITE-382 [1], I would love to get the "list" of version family specific doc page links into the left nav ideally as another section there. Anyone able to give me some pointers how to hook into the left-hand nav links are managed?

Re: [hibernate-dev] Hibernate.org

2010-02-27 Thread Hardy Ferentschik
On Fri, 26 Feb 2010 21:56:07 -0300, Steve Ebersole wrote: > Another thought is to handle metamodel generator as a module in core. I > think we need to make that decision based on whether it makes sense > rather than what looks good on the website or what is 'easy' in the > build tool (as

Re: [hibernate-dev] Hibernate.org

2010-02-26 Thread Steve Ebersole
Another thought is to handle metamodel generator as a module in core.  I think we need to make that decision based on whether it makes sense rather than what looks good on the website or what is 'easy' in the build tool (as long as it possible of course).   Does it rely on core at all?   -- Se

Re: [hibernate-dev] Hibernate.org

2010-02-26 Thread Hardy Ferentschik
I updated the subproject spaces for Validator, Search and Shards (for the latter I just copied what we had, we might add somewhere a note that there is currently no active development on this project) For the links "Community->Chat" and "Community->Mailinglist" I am currently linking to the

Re: [hibernate-dev] Hibernate.org

2010-02-23 Thread Hardy Ferentschik
On Tue, 23 Feb 2010 14:07:55 -0300, Steve Ebersole wrote: >> We also have to consider the new Static Metamodel Generator. Currently >> it does not have its >> own project page. Will we just add it to Core or will it be its own >> standalone >> sub project? >> Maybe we should even consider movin

Re: [hibernate-dev] Hibernate.org

2010-02-23 Thread Steve Ebersole
On 02/23/2010 08:43 AM, Hardy Ferentschik wrote: > I think content wise the current sub project approach will work. Looking > at search.hibernate.org and validator.hibernate.org one can see that > there is > not so much content for this content pages. The bulk of information is > really in > the wi

Re: [hibernate-dev] Hibernate.org

2010-02-23 Thread Hardy Ferentschik
I think content wise the current sub project approach will work. Looking at search.hibernate.org and validator.hibernate.org one can see that there is not so much content for this content pages. The bulk of information is really in the wiki which is a different thing (Clearspace). Btw, what's g

[hibernate-dev] Hibernate.org

2010-02-22 Thread Steve Ebersole
After months of sitting in limbo it looks like there may finally be movement on getting hibernate.org content moved over to the magnolia/clearspace setup. We need to figure out what all still needs to be done in terms of content. For core (+ annotations/em) I have a good idea of the work stil

Re: [hibernate-dev] hibernate.org

2009-04-20 Thread Hardy Ferentschik
On Mon, 20 Apr 2009 13:43:35 +0200, Sanne Grinovero wrote: did you get any information about what's going on on the forums? "caught us doing a little maintenance" is a bit silly after 3 days, my expectations are rising to expect a very cool new website? Nope. No new information. :( --Hardy

Re: [hibernate-dev] hibernate.org

2009-04-20 Thread Sanne Grinovero
Hello Hardy, did you get any information about what's going on on the forums? "caught us doing a little maintenance" is a bit silly after 3 days, my expectations are rising to expect a very cool new website? Sanne 2009/4/18 Hardy Ferentschik : > Hi, > > Are there any news regarding hibernate.org?

[hibernate-dev] hibernate.org

2009-04-18 Thread Hardy Ferentschik
Hi, Are there any news regarding hibernate.org? What happened? What's going on? --Hardy ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev