Skip to content

Commit cf4111a

Browse files
committed
[OPENENGSB-200] Merge remote-tracking branch 'origin/master' into OPENENGSB-200/user-domain
Conflicts: domain/example/pom.xml examples/remoteclient/src/main/java/test/AuthenticatingSampleApp.java examples/remoteclient/src/main/java/test/SecureSampleApp.java pom.xml
2 parents b3ac5b3 + f553e2c commit cf4111a

File tree

76 files changed

+451
-603
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+451
-603
lines changed

CHANGELOG.md

+127
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,130 @@
1+
openengsb-2.0.0 2011-09-21
2+
--------------------------------------------
3+
4+
The first final release of the 2.x series of the OpenEngSB fixed 105 issues. One of the most important chnanges with the
5+
2.0.0 release is the introduction of semantic versioning. There had been mostly minor fixes and enhancements to this work.
6+
In addition tons of bug fixes and version upgrades. Finally the package structure had been completely refactored. This
7+
also includes changes to all artifact ids and pom references.
8+
9+
### Details
10+
** Bug
11+
* [OPENENGSB-1301] - ConfigPersistence does not work in itests
12+
* [OPENENGSB-1470] - artifactinstaller does not work in itests
13+
* [OPENENGSB-1570] - taskboxService.getTaskPanel throws wicket rendering error, when used in subproject at version: 1.2.0.RC1
14+
* [OPENENGSB-1680] - Superclass setup-method is not called before subclass setup-methods
15+
* [OPENENGSB-1779] - Instance Id cannot be reused
16+
* [OPENENGSB-1848] - Karaf seems to start fine, but doesnt load any bundles
17+
* [OPENENGSB-1859] - Connecotr & Domain links in documentation do not work
18+
* [OPENENGSB-1868] - Unused interface ContextConnectorService
19+
* [OPENENGSB-1875] - Icons are not shown correctly
20+
* [OPENENGSB-1879] - Choosing WiringPage auditing connector on wiring page throws ClassCastException
21+
* [OPENENGSB-1881] - Update service page throws a WicketNotSerializableException:
22+
* [OPENENGSB-1911] - Possible concurrent modification exception in DummyPersistence
23+
* [OPENENGSB-1912] - Clash between lib and framework exporting both xml.stream
24+
* [OPENENGSB-1918] - Remove developer and contributor from openengsb-root to openengsb
25+
* [OPENENGSB-1928] - license-mapping.xml lists antlr as Apache licensed
26+
* [OPENENGSB-1932] - ConnectorManager reads configs from ConfigPersistence which don't concern him.
27+
* [OPENENGSB-1934] - Core-Common bundle needs the EKB bundle, features.xml isn't quite correct
28+
* [OPENENGSB-1935] - improve EDB performance
29+
* [OPENENGSB-1949] - Referencing openengsb-core in port features fails terrible at installing them one after the other
30+
* [OPENENGSB-1952] - Refreshing openengsb-core does not work
31+
* [OPENENGSB-1955] - ClassCastException in Testclient
32+
* [OPENENGSB-1960] - Not a directory bug thrown in ContextFilePersistenceService
33+
* [OPENENGSB-1969] - example remoteclient does not compile because of api-changes
34+
* [OPENENGSB-1998] - connector-deployer puts a string in service.ranking property
35+
* [OPENENGSB-2000] - ServiceEditorPanel uses a cast to String which fails for non Strings
36+
* [OPENENGSB-2002] - add itests for EDB
37+
* [OPENENGSB-2023] - WSPortIT has unneeded Thread.sleep calls
38+
* [OPENENGSB-2031] - AuditingDomain does not container a proper description
39+
* [OPENENGSB-2054] - WSPortIT has problems under windows
40+
* [OPENENGSB-2055] - TaskboxUIIT fails under windows
41+
42+
** Improvement
43+
* [OPENENGSB-279] - Use openengsb UI not as own war file but include pages into client configuration
44+
* [OPENENGSB-917] - Restructure domain model for ekb/edb
45+
* [OPENENGSB-1358] - Document features.xml
46+
* [OPENENGSB-1478] - kill orphan karaf-instances in itests spawned by previous exam-runs
47+
* [OPENENGSB-1571] - Increase default memory used during windows bootup
48+
* [OPENENGSB-1916] - Add description and details section to features.xml
49+
* [OPENENGSB-1921] - Use same mail dependency as karaf
50+
* [OPENENGSB-1929] - OpenEngSB window shows karaf instead of OpenEngSB
51+
* [OPENENGSB-1942] - EDB shall use slf4j for logging
52+
* [OPENENGSB-1964] - ConfigPersistenceServices should be consistently configured.
53+
* [OPENENGSB-1975] - Make JsonUtils#convertArgument private
54+
* [OPENENGSB-1999] - Remove export of javax.transaction* in jre.properties
55+
* [OPENENGSB-2003] - Remove no longer required transaction deps
56+
* [OPENENGSB-2004] - Remove referenced felix bundles
57+
* [OPENENGSB-2005] - Remove no longer required jgit libs
58+
59+
** Library Upgrade
60+
* [OPENENGSB-1235] - Upgrade to pax-exam 2.3.0.M1
61+
* [OPENENGSB-1856] - Upgrade openjpa to 2.1.1
62+
* [OPENENGSB-1857] - Upgrade openjpa-maven-plugin to 1.2
63+
* [OPENENGSB-1926] - Upgrade to openengsb-root-20
64+
* [OPENENGSB-1946] - Upgrade to karaf-2.2.3
65+
* [OPENENGSB-1979] - Upgrade to paxexam-karaf-0.1.0
66+
* [OPENENGSB-1989] - Upgrade to guava 9
67+
* [OPENENGSB-1994] - Upgrade java mail api to 1.4.4
68+
* [OPENENGSB-2006] - Upgrade jaxb to 2.2.4
69+
* [OPENENGSB-2007] - Upgrade cxf to 2.4.2
70+
* [OPENENGSB-2008] - Upgrade spring-security to 3.0.7.RELEASE
71+
* [OPENENGSB-2009] - Upgrade jackson libs to 1.8.5
72+
* [OPENENGSB-2010] - Upgrade commons-compress to 1.2
73+
* [OPENENGSB-2011] - Upgrade commons-codec to 1.5.6
74+
* [OPENENGSB-2012] - Upgrade slf4j to 1.6.2
75+
* [OPENENGSB-2013] - Upgrade commons-pool to 1.5.6
76+
* [OPENENGSB-2014] - Upgrade h2 to 1.3.160
77+
* [OPENENGSB-2021] - Upgrade jsch to 0.1.44
78+
* [OPENENGSB-2043] - Upgrade to openengsb-root-22
79+
80+
** New Feature
81+
* [OPENENGSB-937] - Provide general possibility to handle oauth
82+
* [OPENENGSB-1651] - handle multiple connectors with same location
83+
* [OPENENGSB-1795] - add method to delete context
84+
* [OPENENGSB-1831] - Show openengsb system information if info is issued in karaf shell
85+
* [OPENENGSB-1852] - Create a new command to show all available domains
86+
* [OPENENGSB-1853] - Show openengsb system information if info is issued in karaf shell
87+
* [OPENENGSB-1945] - Add base infrastructure to build loom bridge components
88+
* [OPENENGSB-1973] - Allow custom transformations in remote mappings
89+
* [OPENENGSB-2018] - Allow version branding of admin UI
90+
* [OPENENGSB-2026] - Introduce openengsb-ui-admin project
91+
92+
** Task
93+
* [OPENENGSB-845] - Using a service involving wicket from a thread, not running in a wicketapplication fails.
94+
* [OPENENGSB-928] - auditing-root-connector-instance should be deployed via ConnectorDeployer (config-file)
95+
* [OPENENGSB-1693] - add an explanation for every bundle which uses Dynamic Import
96+
* [OPENENGSB-1695] - move ./docs/examples to ./examples
97+
* [OPENENGSB-1709] - Rename Level Enum in org.openengsb.domain.example.event.LogEvent to LogLevel
98+
* [OPENENGSB-1760] - Release framework-2.0.0
99+
* [OPENENGSB-1855] - increase timeout while service lookup in itests
100+
* [OPENENGSB-1871] - ArtifactId should be equal to symbolic name like for aries, pw, karaf, ...
101+
* [OPENENGSB-1877] - AbstractOsgiMockServiceTest does not mock registerService(String,Object,Dictionary)
102+
* [OPENENGSB-1878] - AbstractOsgiMockServiceTest does not work for ServiceTrackers
103+
* [OPENENGSB-1941] - Add intellij idea to sponsers page
104+
* [OPENENGSB-1944] - Update Felix as PMC
105+
* [OPENENGSB-1951] - Check if tcp://xyz:asf?blub also works in json-jms definitions
106+
* [OPENENGSB-1961] - Add oxygenxml to sponsors page
107+
* [OPENENGSB-1967] - add option to disable security features for remoting
108+
* [OPENENGSB-1968] - Use org.openengsb.labs.paxexam.karaf for integration testing
109+
* [OPENENGSB-1970] - correct scm-property in all framework-poms
110+
* [OPENENGSB-1971] - remove warnings
111+
* [OPENENGSB-1972] - run-script does not always repackage assembly correctly
112+
* [OPENENGSB-1992] - move homepage and branding from framework to homepage
113+
* [OPENENGSB-1993] - move documentation from framework to openengsb
114+
* [OPENENGSB-1995] - use new group/artifactId for java mail api
115+
* [OPENENGSB-2001] - Rename artifacts from openengsb to openengsb-framework
116+
* [OPENENGSB-2015] - Use servicemix wrapped guava libs instead of own
117+
* [OPENENGSB-2017] - Move branding from framework to openengsb
118+
* [OPENENGSB-2019] - Remove name from framework branding
119+
* [OPENENGSB-2020] - Remove versions from spring, spring-dm and http feature
120+
* [OPENENGSB-2022] - Replace own wrapped jsch wrapped lib with smx ones
121+
* [OPENENGSB-2029] - Change openengsb:info command to OpenEngSB Framework Information
122+
* [OPENENGSB-2032] - Move some plugin versions to openengsb-root
123+
124+
** TBD
125+
* [OPENENGSB-1768] - enhance events with every stage
126+
127+
1128
openengsb-1.3.0.M3 2011-07-15
2129
--------------------------------------------
3130

0 commit comments

Comments
 (0)