Spring Data JPA doesn´t generate technical documentation on PDF format - spring-data-jpa

Good morning,
This morning I tried to put an issue on Github but it was impossible.
https://github.com/spring-projects/spring-data-jpa
I was reviewing the technical documentation and I noticed that from last month, the project don´t generate the documentation on PDF.
Last release with Documentation on PDF version:
https://docs.spring.io/spring-data/jpa/docs/2.0.5.RELEASE/reference/
Any reason to not generate the PDF?
Many thanks in advance
Juan Antonio

Turn out there is actually already a PR for this: https://github.com/spring-projects/spring-data-build/pull/545
Or at least the infrastructure to achieve this.
Hopes are the team will be able to merge this before the GA release, but since it is just additional formats an not actual contents, let alone features it hasn't the highest priority.

Related

What does the word "Artifact" means when it is mentioned in during software development? Is it a source-code or document or can be both?

I am quite confused a bit when sometime people say the word "artifact". For example, please show me the artifact. Anyone could give me an example what the artifact mean and when we should say it? Why don't say that document or this library or something clearer. and What is the difference between artifact and tool?
Thanks in advance
Updated
Let me answer my question. After research in Wiki https://en.wikipedia.org/wiki/Artifact_(software_development) , I can conclude that the word artifact is just some output during software development of each phase. For example, during collecting user's requirement, the artifact may be a document like user requirement specification.
During coding a program, the artifact might be output - that you workout like - source code that you will deliver or use in another phase such as code review and testing.
Hope my answer will help anyone who uncertain the meaning of this word.
Regards.
Let me answer my question. After research in Wiki https://en.wikipedia.org/wiki/Artifact_(software_development) , I can conclude that the word artifact is just some output during software development of each phase. For example, during collecting user's requirement, the artifact may be a document like user requirement specification.
During coding a program, the artifact might be output - that you workout like - source code that you will deliver or use in another phase such as code review and testing.
Hope my answer will help anyone who uncertain the meaning of this word.
Regards.

APGL version of iText on Github

I have created a project using APGL version of iText. Now, I want to share this code in the Github account of mine. But, I donot know what should I do so that not breaking the rule. May you help me with clear instruction?
If licence.txt is enough, do you have a sample licences.txt?
Note: I am using Java verions of iText
Copy/paste from the iText mailing list where the exact same question was posted:
The source code headers of your own code should mention the AGPL
(similar to what is present in the iText source code headers, but with
references to your own project).
As for the licenses.txt: it is important that people downloading your
source code know that they are also using iText, so a licenses.txt
with a reference to the iText web site http://itextpdf.com and
especially where to find the iText code is sufficient, for instance a
link to https://github.com/itext/itextpdf/
Please avoid cross-posting questions on different forums. Pick the forum you like most and stick to it.

Does any know if there is MongoDB-CSharp driver documentation?

I'm looking at using the MongoDB-CSharp driver for MongoDB on a small test project. The downloads have binary and source, but I can't find any documentation anywhere.
Does anyone know if there's documentation for MongoDB-CSharp, or should I just be reading the source??
Thanks
I've been looking at the source :-). I found the Linq Integration Tests in the typedcollections branch to be a good start:
http://github.com/samus/mongodb-csharp/blob/typedcollections/source/MongoDB.Tests/IntegrationTests/Linq/MongoQueryTests.cs
Craig's wiki is good too, but I only found that last weekend.
You may want to give the typedcollections branch a look rather than the downloads because that's were all the recent development has been going on.
MongoDB-CSharp is about to release a beta. With it comes some wiki documentation. You can check out the pre-release docs at http://wiki.github.com/craiggwilson/mongodb-csharp/. Can you tell me what other types of information would be useful?

Versioned cloud-based social code snippet management

It seems a lot to ask, but I'm looking for a cloud-based solution to managing code snippets. I am looking for:
Tags
User accounts (I want to be able to see all of my snippets on a single page)
syntax highlighting
versioning - myself or others should be able to edit my snippets to improve them and have revisions save so that I can go back and use an older version if I prefer.
straightforward UI with minimal advertising if any
Does anyone know of a solution which meets these requirements? If not, would anyone be interested in something like this? As a software engineer, after step zero (does it already exist), I'm perfectly willing to go onto step 1 (would other people use it? If so, make it).
www.codebarrel.com
it has everything you asked for
Sounds like Gist.
http://gist.github.com/
Except for the tags part. But it might be workable anyway.
I'm working on a site for this. The very rough (as in: barely works, but not even functional yet) initial version is here: https://github.com/jasongrout/snippets

Create Task Report from Mylyn?

is there a way to create a task/activity report (say a weekly report) off tasks managed with Mylyn? I've been using Rachota TimeTracker which allows me to create reports (in html format)
http://rachota.sourceforge.net/en/demo.html
I've just started using mylyn (our company uses Embarcadero JBuilder which is is based on Eclipse), but I don't see anywhere in the Eclipse or Embarcadero docs about reporting capabilities.
Is it possible? Is it possible to query activities worked on a prior week and report statistics out of it (management like reports, you know;) I'm sure it is, but I haven't been able to google it out.
Thanks.
You're in luck, Tasktop Pro (the supported version of Mylyn) has reporting. It allows you to:
View all task activity times for the previous day, week, and month
Manually adjust times as necessary to account for meetings and discussions
Submit your adjusted times, on tasks you select, to your task repository
Create reports in various formats
I'd recommend this short video which explains the reporting features in about 6 minutes.
David Shepherd
Tasktop Technologies
As you already know by now, the reporting functionality is included into commercial Tasktop product, which is developed by the same people who created Mylyn. So, obviously they are not interested to include some features into a free version. Now you have two options, either buy Tasktop, or develop your own extension for Mylyn. The task data is stored in reasonable simple xml file, so you not necessarily have to create an Eclipse plugin.
the reporting feature was stripped from the project when it used to be called mylar, in 2007, and since the project went commercial never came back to the open source mylyn for obvious reasons..
I found this simple perl script which outputs a pretty basic text only report, good enough for me.
http://rachaelandtom.info/mylyn-report
No takers? Not surprised since I can't find anything on the subject. For what's worth, there is an experimental task/activity report available for Mylyn with the sandbox jar. However, I could not get mine to work as I'm tied up with a JBuilder installation behind a firewall (and I can't download anything on the corp network that is not pre-evaluated... it sucks, I know.)
I'm going to have to experiment with the mylyn sandox at home, but it would be great if someone knows of an easier, more stable alternative.